BCD

Tezos Contract Explorer
Search Networks Deploy
  • Home
  • /
  • Ghostnet
  • /
  • KT1E8jY...zPeM
operations (1)Storage Code Interact Tokens Fork Statistics Details
Latest
​x
19
 
1
parameter (or (unit %default) (lambda %execute unit (list operation)));
2
storage address;
3
code { UNPAIR ;
4
       IF_LEFT
5
         { DROP ; NIL operation }
6
         { SENDER ;
7
           DUP 3 ;
8
           COMPARE ;
9
           EQ ;
10
           IF {} { PUSH int 0 ; FAILWITH } ;
11
           NIL operation ;
12
           SWAP ;
13
           UNIT ;
14
           EXEC ;
15
           ITER { CONS } } ;
16
       NIL operation ;
17
       SWAP ;
18
       ITER { CONS } ;
19
       PAIR }