You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
| Function | A value n is taken from top of main stack. The next n*2 items on main stack are removed, put inside n-sized map and this map is put on top of the main stack. |
| Function | A value n is taken from top of main stack. The next n items on main stack are removed, put inside n-sized struct and this struct is put on top of the main stack. |
937
+
906
938
#### PACK
907
939
908
940
| Instruction | PACK |
909
941
|----------|-----------------------------------|
910
942
| Bytecode | 0xC0 |
911
-
| Fee | 0.00000512 GAS|
943
+
| Fee | 0.00002048 GAS |
912
944
| Function | A value n is taken from top of main stack. The next n items on main stack are removed, put inside n-sized array and this array is put on top of the main stack. |
913
945
914
946
#### UNPACK
915
947
916
948
| Instruction | UNPACK |
917
949
|----------|------------------------------------|
918
950
| Bytecode | 0xC1 |
919
-
| Fee | 0.00000512 GAS|
951
+
| Fee | 0.00002048 GAS |
920
952
| Function | An array is removed from top of the main stack. Its elements are put on top of the main stack (in reverse order) and the array size is also put on main stack. |
0 commit comments