2018-02-02 20:00:33 +04:00
|
|
|
parameter key_hash;
|
|
|
|
storage string;
|
|
|
|
code {CAR;
|
2018-04-05 19:17:27 +04:00
|
|
|
DIP{PUSH string "dummy";
|
|
|
|
LAMBDA (pair string string)
|
|
|
|
(pair (list operation) string)
|
|
|
|
{CAR; NIL operation; PAIR};
|
2018-02-02 20:00:33 +04:00
|
|
|
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;
|
2018-04-05 19:17:27 +04:00
|
|
|
NIL operation; SWAP; CONS; PAIR};
|