dataMap:Big Map 130010
fields:3 items
contractRouter:{ UNPAIR ;
DUP ;
UNPAIR ;
DIP { DUP 3 } ;
PUSH string "code" ;
PAIR ;
PACK ;
GET ;
IF_NONE
{ NONE (lambda (pair bytes (big_map bytes bytes))
(pair (list operation) (big_map bytes bytes))) }
{ UNPACK (lambda (pair bytes (big_map bytes bytes))
(pair (list operation) (big_map bytes bytes))) ;
IF_NONE { PUSH string "UStore: failed to unpack code" ; FAILWITH } {} ;
SOME } ;
IF_NONE
{ DROP ;
DIP { DUP ;
PUSH bytes 0x05010000000866616c6c6261636b ;
GET ;
IF_NONE { PUSH string "UStore: no field fallback" ; FAILWITH } {} ;
UNPACK (lambda (pair (pair string bytes) (big_map bytes bytes))
(pair (list operation) (big_map bytes bytes))) ;
IF_NONE { PUSH string "UStore: failed to unpack fallback" ; FAILWITH } {} ;
SWAP } ;
PAIR ;
EXEC }
{ DIP { SWAP ; DROP ; PAIR } ; SWAP ; EXEC } }
currentVersion:1
migrating:false
storage pair
dataMap big_map(bytes, bytes)
fields $fields
fields pair
contractRouter $contractRouter
currentVersion nat
migrating bool
contractRouter lambda
input pair (pair string bytes) (big_map bytes bytes)
return pair (list operation) (big_map bytes bytes)