Skip to main content

Questions tagged [parameter]

1 vote
1 answer
102 views

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 ...
Clement J.'s user avatar
1 vote
1 answer
24 views

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)) ...
oriana's user avatar
  • 119
1 vote
1 answer
70 views

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)...
oriana's user avatar
  • 119
1 vote
1 answer
58 views

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 ...
oriana's user avatar
  • 119
1 vote
1 answer
82 views

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 ...
oriana's user avatar
  • 119
0 votes
2 answers
303 views

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 ...
Clement J.'s user avatar
1 vote
1 answer
69 views

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: { "...
Quantenspringer's user avatar
1 vote
0 answers
47 views

Is there a cheatsheet which explains all the parameters specified in sandbox-parameters.json?
Quantenspringer's user avatar
0 votes
2 answers
71 views

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 ...
saiwaixiaowangzi's user avatar
9 votes
1 answer
1k views

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 ...
Vinnyson's user avatar
  • 515