All Downloads are FREE. Search and download functionalities are using the official Maven repository.

contracts.ft.discovery-params.fc Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
;; moved to the separate file to keep hex of the previous codes unchanged

int op::provide_wallet_address() asm "0x2c76b973 PUSHINT";
int op::take_wallet_address() asm "0xd1735400 PUSHINT";

int is_resolvable?(slice addr) inline {
    (int wc, _) = parse_std_addr(addr);

    return wc == workchain();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy