ERCCompatible
Library used for ERC complainance check
get721Compatible
Checks if address_
is compatible with ERC-721 standard
Parameters
Name
Type
Description
address_
address
Address being checked
Return Values
Name
Type
Description
[0]
bool
Flag if address is ERC-721 compatible
get1155Compatible
Checks if address_address_
is compatible with ERC-1155 standard
Parameters
Name
Type
Description
address_
address
Address being checked
Return Values
Name
Type
Description
[0]
bool
Flag if address is ERC-1155 compatible
Last updated