The Polacy NFT
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Polacy NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18940323 | 10 months ago | | | 0 | 0.0013900622 | |
| 18399635 | a year ago | | | 0 | 0.00033759113 | |
| 18399082 | a year ago | | | 0 | 0.00042568550 | |
| 17752261 | a year ago | | | 0 | 0.0011967438 | |
| 17669733 | a year ago | | | 0 | 0.00044738051 | |
| 17129049 | 2 years ago | | | 0 | 0.0032107732 | |
| 16547738 | 2 years ago | | | 0 | 0.014330409 | |
| 16547735 | 2 years ago | | | 0 | 0.014266318 | |
| 16547712 | 2 years ago | | | 0 | 0.014417099 | |
| 16529149 | 2 years ago | | | 0 | 0.0083373050 |
ABI
ABI objects
Getter at block 21217973
ERC712_VERSION() view returns (string)
1
METADATA_PROVENANCE_HASH() view returns (string)
ROYALTY_FEE() view returns (uint256)
750000
administrator() view returns (address)
0x43539ecfff4840982c8acd5dba3691f8b57d9307
baseTokenURI() view returns (string)
https://metadata.uniqly.io/api/metadata/nft/0x76e2cb94e196b1a22f6b94238fbea3607216742c/
contractURI() pure returns (string)
https://www.extnd.tech/nft-collections/tradeableNFT
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa6528bb08aaa3a020e6f5b6c0768110743e73e81a18e8d3d65ea33703de5f7b0
name() view returns (string)
The Polacy NFT
owner() view returns (address)
0x43539ecfff4840982c8acd5dba3691f8b57d9307
symbol() view returns (string)
TPNFT
totalSupply() view returns (uint256)
130
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getTokenType(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isHashUsed(bytes _transactionHash, uint256 _networkId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchMintSelectedIds(uint256[] _ids, address[] _addresses)
burn(uint256 _tokenId)
editRoyaltyFee(uint256 _newFee)
editTokenUri(string _ttokenUri)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintNFTTokens(address _requesterAddress, uint256 _bundleId, uint256[] _tokenIds, uint256 _chainId, bytes _transactionHash)
receivedRoyalties(address, address _buyer, uint256 _tokenId, address _tokenPaid, uint256 _amount)
recoverERC20(address token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdministrator(address _newOwner)
setApprovalForAll(address operator, bool approved)
setOwner(address _newOwner)
setProvenanceHash(string _hash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintTokens(address indexed resquester, bytes indexed transactionHash, uint256[] indexed TokenIds, uint256 _networkId, uint256 tokenType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceivedRoyalties(address indexed _royaltyRecipient, address indexed _buyer, uint256 indexed _tokenId, address _tokenPaid, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _ttokenUri, address paymentProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.