https://gitlab.com/tezos/tezos
Raw File
Tip revision: 81301dd08ec57b85f9a09e61de488f3960135dfb authored by Arvid Jakobsson on 28 March 2024, 11:34:37 UTC
CIAO: remove functions for writing external jobs
Tip revision: 81301dd
ticketer.tz
parameter address;
storage nat;
code { UNPAIR ; DIP { DUP } ;
       SWAP ;
       PUSH nat 1 ; SWAP ;
       TICKET ;
       ASSERT_SOME ;
       DIP { CONTRACT (ticket nat) ; ASSERT_SOME ; PUSH mutez 0 } ;
       TRANSFER_TOKENS ;
       NIL operation ; SWAP ; CONS ;
       PAIR }
back to top