https://gitlab.com/tezos/tezos
Raw File
Tip revision: 946045f0fd19b10f0419990eee290306edc15077 authored by Nic Volanschi on 28 April 2023, 14:15:13 UTC
doc: explain the default role in the doc guidelines
Tip revision: 946045f
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