You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
542 B
17 lines
542 B
2 years ago
|
;; operations (constant values taken from crc32 on op message in the companion .tlb files and appear during build)
|
||
|
|
||
|
;; Wton
|
||
|
const op::deposit = 0x77a33521;
|
||
|
const op::withdraw = 0x47d1895f;
|
||
|
const op::change_next_admin = 0x62dd86f1;
|
||
|
const op::change_admin = 0x66447dad;
|
||
|
const op::change_content = 0x743f8e58;
|
||
|
|
||
|
;; Wallet
|
||
|
const op::transfer = 0xf8a7ea5;
|
||
|
const op::transfer_notification = 0x7362d09c;
|
||
|
const op::excesses = 0xd53276db;
|
||
|
const op::burn = 0x595f07bc;
|
||
|
const op::internal_transfer = 0x178d4519;
|
||
|
const op::burn_notification = 0x7bdd97de;
|