ERCCompatible

Library used for ERC complainance check

get721Compatible

function get721Compatible(address address_) internal view returns (bool)

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

function get1155Compatible(address address_) internal view returns (bool)

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