A collection of data on NFT tokens that give users information such as supported standards and alternative ways to get token metadata.
- Fork this repository.
- Add Submission
Sample Submission:
"0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d": {
"name": "Decentraland",
"symbol": "LAND",
"type": "erc721",
"tokenMetadataUrl": "https://api.decentraland.org/v1/parcels/{x}/{y}",
"tokenMetadataUrlFromContract": "tokenMetadata(uint256 tokenID)"
}
With placeholder identifiers:
{contract_address}: {
"name": {token_name},
"symbol": {token_symbol},
"type": {token_type},
"tokenMetadataUrl": {token_metadata_url},
"tokenMetadataUrlFromContract": {token_metadata_url_abi_method}
}
ERC721 implements all base methods of the ERC721 standard
ERC721a doesn't implement approvalForAll methods
ERC721b doesn't implement transferFrom methods
If you'd like to make suggestions, ask for help, or file a bug: Make a new issue!