2017-09-15 18:32:50 +04:00
|
|
|
parameter key_hash;
|
2017-07-24 17:06:56 +04:00
|
|
|
storage string;
|
|
|
|
return unit;
|
2017-09-15 18:32:50 +04:00
|
|
|
code {CAR;
|
|
|
|
DIP{UNIT;
|
|
|
|
LAMBDA (pair string unit)
|
|
|
|
(pair string unit)
|
|
|
|
{CAR; UNIT; SWAP; PAIR};
|
|
|
|
PUSH tez "100.00"; PUSH bool False;
|
|
|
|
PUSH bool False; NONE key_hash};
|
|
|
|
CREATE_CONTRACT; DIP{PUSH string ""}; PUSH tez "0.00";
|
|
|
|
PUSH string "abcdefg"; TRANSFER_TOKENS;
|
|
|
|
DIP{DROP}; UNIT; PAIR};
|