TANP: ART IS THE ULTIMATE UTILITY
Verified contract
Active on
Ethereum with 998 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 "TANP: ART IS THE ULTIMATE UTILITY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20801585 | 2 months ago | | | 0 | 0.00025856637 | |
| 20508846 | 4 months ago | | | 0 | 0.000063935812 | |
| 20508819 | 4 months ago | | | 0 | 0.000051045658 | |
| 20506714 | 4 months ago | | | 0 | 0.000078161988 | |
| 20238273 | 5 months ago | | | 0 | 0.00051164694 | |
| 19953295 | 6 months ago | | | 0 | 0.00025852405 | |
| 19831525 | 7 months ago | | | 0 | 0.00025272719 | |
| 19751649 | 7 months ago | | | 0 | 0.00029128876 | |
| 19750569 | 7 months ago | | | 0 | 0.00019178278 | |
| 19697372 | 7 months ago | | | 0 | 0.00057247279 |
ABI
ABI objects
Getter at block 21300117
baseURI() view returns (string)
https://metadata.pala.io/tanp/
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
TANP: ART IS THE ULTIMATE UTILITY
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x42ca751148379deae8a548d727f5bf1ce9e2a8df
symbol() view returns (string)
TANP
totalSupply() view returns (uint256)
1618
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(address to, uint256 quantity)
removeMinter(address account)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitialRegistryAddressCannotBeZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RegistryHasBeenRevoked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()