Questions tagged [parameter]
The parameter tag has no summary.
10 questions
1 vote
1 answer
102 views
AddressValidationError when calling an entrypoint with Taquito
I'm trying to call the Plenty Router with Taquito to swap from kUSD (Kolibri USD) to tzBTC via Plenty token. In this example, I'm sending 1 kUSD. I'm using arbitrary minimum output (I do not compute ...
1 vote
1 answer
24 views
storage parameter
Hello I don't think I filled my storage correctly, when compiling it returns me: token null... (pair (pair (pair (pair (address %admin) (big_map %allowances (pair address address) nat)) ...
1 vote
1 answer
70 views
how to correctly enter the storage parameters?
I am trying to pass the correct storage parameters in json to be able to deploy my smart contract. Thank you for your attention... (pair (pair (pair (pair (address %admin) (big_map %ledger nat address)...
1 vote
1 answer
58 views
how to fill storage parameters?
I am trying to pass the correct storage parameters in json to be able to deploy my smart contract. Thank you for your attention... (pair (pair (pair (pair (address %admin) (big_map %ledger nat ...
1 vote
1 answer
82 views
Contract supplied an invalid parameter
I have a little problem because my mint does not pass because of invalid parameters, I don't quite understand why..., in the entrypoint call I deliberately did not put the token_id parameter because ...
0 votes
2 answers
303 views
Knowing the parameter name for a call to an entrypoint with Beacon
I would like to call the stake entry point of a Plenty contract. I only have access to the Michelson source code. Here is my current non-working code in Typescript with Beacon-SDK (inspired by this ...
1 vote
1 answer
69 views
Sandbox parameters for a larger testnet
I am currently doing some measurements of Tezos' performance, running on Carthagenet. For this purpose, I deploy private testnets of variable size with the following sandbox parameters: { "...
1 vote
0 answers
47 views
Explanation of sandbox parameters
Is there a cheatsheet which explains all the parameters specified in sandbox-parameters.json?
0 votes
2 answers
71 views
How to construct signature list as parameter to invoke contract
I write a contract and deployed it to babylonnet, address: KT1BcH97ZQas6zKMJBtNdmU4iBvyi2ihpsx8, the entry point is withdraw, parameter is amount, signatures, toAddr, txId(string). I use smartpy ...
9 votes
1 answer
1k views
Storage and parameter size limitations of smart contract?
Got a few questions regarding storage limitations of smart contract. What is the maximum number of bytes of data that I can send for a single transaction? Is there a size limit to the storage of a ...