Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Tatols"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006170 | a month ago | | | 0 | 0.00019228554 | |
| 21005706 | a month ago | | | 0 | 0.00020810958 | |
| 20978422 | a month ago | | | 0 | 0.00061071527 | |
| 20684653 | 3 months ago | | | 0 | 0.00014439461 | |
| 20605915 | 3 months ago | | | 0 | 0.000061703083 | |
| 20525579 | 3 months ago | | | 0 | 0.00015498681 | |
| 20482856 | 4 months ago | | | 0 | 0.000070272407 | |
| 20482757 | 4 months ago | | | 0 | 0.000089849978 | |
| 20445205 | 4 months ago | | | 0 | 0.00010019691 | |
| 20111035 | 5 months ago | | | 0 | 0.00020770729 |
ABI
ABI objects
Getter at block 21278274
allTotalSupply() view returns (uint256, uint256)
(1345, 1000)
allowlistCurrentIndex() view returns (uint256)
1001
auctionCurrentIndex() view returns (uint256)
2346
getSaleTime() view returns (uint256, uint256)
(1650456000, 1650628800)
name() view returns (string)
Tatols
nextOwnerToExplicitlySet() view returns (uint256)
1001
owner() view returns (address)
0xa93e22024a07038ab7b70e048d1e666359d3a06d
recipient() view returns (address)
0x6fd4409bdefb6ff9ce3c7f34f5ebc2be5ca4349c
saleConfig() view returns (uint32 startTime, uint32 endTime, uint256 mintPrice)
(startTime=1650456000, endTime=1650628800, mintPrice=25000000000000000)
symbol() view returns (string)
TATOLS
totalSupply() view returns (uint256)
2345
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getAllowlistQuantity(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint() payable
approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
devAllowlistMint(uint256 quantity)
devAuctionMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setSaleInfo(uint32 startTime, uint32 endTime, uint256 mintPrice)
setSaleMintPrice(uint256 mintPrice)
setSaleTime(uint32 startTime, uint32 endTime)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.