TokenSupportChecker
Simple library used for ERC compliance check
getSupports721
Checks if passed address is compatible with ERC-721 standard
Parameters
Name
Type
Description
addr
address
Address being checked
Return Values
Name
Type
Description
[0]
bool
Boolean determinating if address is compatible
getSupports1155
Checks if passed address is compatible with ERC-1155 standard
Parameters
Name
Type
Description
addr
address
Address being checked
Return Values
Name
Type
Description
[0]
bool
Boolean determinating if address is compatible
Last updated