Read Contract

balanceOf

  • owner(address)

fee

This returns the amount of MOE required to mint an MOE Trading Card NFT.

  • uint256

  • It alwasy returns 10*18(1 MOE)

getApproved

  • tokenId(uint256)

isApprovedForAll

  • owner(address)

  • operator(address)

moeErc20Address

This is the address of the linked MOE token.

  • address

name

  • string

  • It always returns "MOE TRADING CARD"

nftInfo

This returns the custom data specific to the MOE Trading Card.

  • tokenId(uint256)

ownerOf

  • tokenId(uint256)

supportsInterface

  • interfaceId(bytes4)

symbol

  • string

  • It always returns "MOETC"

tokenMoe

  • tokenId(uint256)

tokenIsOriginal

This function signifies whether the token has been issued by the copyright holder. However, this does not assure copyright verification. Users must verify the authenticity themselves through evidence in the metadata to confirm its originality.

  • tokenId(uint256)

tokenIsSecondaryCreation

This returns the secondary creation status of the NFT with an given index of tokenId.

  • tokenId(uint256)

tokenJsonId

This returns the jsonId of the NFT with an given index of tokenId.

  • tokenId(uint256)

tokenOriginalCreator

This returns the origianl creator of the NFT with an given index of tokenId.

  • tokenId(uint256)

tokenURI

  • tokenId(uint256)

This returns the total amount of MOE tokens used as NFT issuance fees.

Last updated