TANP: ART IS THE ULTIMATE UTILITY

Verified contract

Active on Ethereum with 998 txns
Deployed by via 0x45c80072 at 16187565
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TANP: ART IS THE ULTIMATE UTILITY"

0xd4879a4010a0bb3f5a5bccdd8ac05667ca8a818b051cfabbfbe74030c0373542
0x0ea02d693bd80f0d23691c9d8d6c3dbd21f80b92a971d5b3ebb0bffc48c0a2d1
0x43e144af577cef82949426390bc6296ab5d77852d045cc40d267463cc5fb8723
0x5dba9382e4bdf9390fd18a428de9ec7ad02f51260da177a19d331f658d1a07bb
0xecd8f0e6d16ac74223b1384b797b5341817e2efb50462d4f24310a54c2d4aed2
0x7eaff95d663d94decab5466a674165bd697f97e28a6cc084f42d5b07c74a7cda
0xf710cb9d9736201d7d9a914174bb64e47e0ddd46bd591a03e1e4e74c1dc945f3
0x40e70affea90b95444eae68e8fa2082566c79a3f7d63e8feac867a2c799ac179
0xf026d801c980f1c9c78ba3235a8f3cf4c88a8432bc4b1ac3bf75a4ab7b354233
0x665d699f4eb62c9121c3ca7a106d044e5348830a86a5b682ab373abde7cb1c3c

Functions
Getter at block 20905576
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMinter(address accountview returns (bool)
minters(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMinter(address account
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(address touint256 quantity
removeMinter(address account
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(