Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Tao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453430 | 3 months ago | | | 0 | 0.000069071000 | |
| 19736629 | 7 months ago | | | 0 | 0.00013998920 | |
| 17613261 | a year ago | | | 0 | 0.00074237724 | |
| 16669703 | 2 years ago | | | 0 | 0.00061366217 | |
| 16669701 | 2 years ago | | | 0 | 0.00064784344 | |
| 16574141 | 2 years ago | | | 0 | 0.0011038639 | |
| 16485902 | 2 years ago | | | 0 | 0.00069405927 | |
| 16376155 | 2 years ago | | | 0 | 0.00061880023 | |
| 15983315 | 2 years ago | | | 0 | 0.00042176359 | |
| 15845989 | 2 years ago | | | 0 | 0.00025100588 |
ABI
ABI objects
Getter at block 21165904
FreeMintSupply() view returns (uint256)
1088
FreeMinted() view returns (uint256)
737
MAX_OG_FREEMINTS_PER_ADDRESS() view returns (uint8)
2
MAX_PRESALEWL_MINTS_PER_ADDRESS() view returns (uint8)
2
MAX_PUBLICSALE_MINTS_PER_ADDRESS() view returns (uint8)
3
MAX_SUPEROG_FREEMINTS_PER_ADDRESS() view returns (uint8)
3
MAX_WL_FREEMINTS_PER_ADDRESS() view returns (uint8)
1
PRICEPRESALE() view returns (uint256)
26600000000000000
PRICEPUBILCSALE() view returns (uint256)
38800000000000000
PreSaleMinted() view returns (uint256)
71
PreSaleSupply() view returns (uint256)
3000
PublicSaleMinted() view returns (uint256)
0
PublicSaleSupply() view returns (uint256)
1800
_baseTokenURI() view returns (string)
QmVfJVDRsFHdz5oUcvxdnQU6MRBurhhf2tUpgK1zMgKaKm
getStatus() view returns (uint8)
2
maxSupply() view returns (uint256)
5888
name() view returns (string)
Tao
owner() view returns (address)
0xacb23b363c855c52ebe5b44b6f551fe29ab275a1
status() view returns (uint8)
2
symbol() view returns (string)
TAO
totalSupply() view returns (uint256)
809
Read-only
PublicMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _FreeMintOG(uint256 quantity, struct TaoIdentity identity)
_FreeMintSuperOG(uint256 quantity, struct TaoIdentity identity)
_FreeMintWL(uint256 quantity, struct TaoIdentity identity)
_PreSaleMint(uint256 quantity, struct TaoIdentity identity) payable
_PublicSaleMint(uint256 quantity, bytes32 hash, bytes signature) payable
_setStatus(uint8 _status)
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, address Signer, address PublicSigner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()