Tribes of the Aftermath TOTA
Verified contract
Active on
Ethereum with 888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "Tribes of the Aftermath TOTA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19341296 | 8 months ago | | | 0 | 0.0034897595 | |
| 18922949 | 10 months ago | | | 0 | 0.00034632015 | |
| 18922948 | 10 months ago | | | 0 | 0.00035781866 | |
| 18709257 | a year ago | | | 0 | 0.0014752715 | |
| 18551276 | a year ago | | | 0 | 0.0014498276 | |
| 18207936 | a year ago | | | 0 | 0.00046194965 | |
| 17759397 | a year ago | | | 0 | 0.00073287928 | |
| 17751865 | a year ago | | | 0 | 0.00071957853 | |
| 17663878 | a year ago | | | 0 | 0.0016472339 | |
| 17663872 | a year ago | | | 0 | 0.0010552395 |
ABI
ABI objects
Getter at block 21159823
getRemainingPublicSupply() view returns (uint256)
1076
getRemainingReservedSupply() view returns (uint256)
6666
getWhitelistAddresses() view returns (address[])
[]
hiddenMetadataUri() view returns (string)
ipfs://QmQF6vN693xtnbtGNw4HVT6UdmQKuxvDxe59dG8w3NzaHv/tota.json
isPreSaleActive() view returns (bool)
false
isRevealed() view returns (bool)
true
isSaleActive() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
15
maxPreSalePerWallet() view returns (uint256)
5
maxPubSalePerWallet() view returns (uint256)
250
maxSupply() view returns (uint256)
8888
merkleRoot() view returns (bytes32)
0x5cf1bf1228f1ca144dd2c10d92843dd0483f5e40d6f44b70ba57d61fb3eac051
name() view returns (string)
Tribes of the Aftermath TOTA
owner() view returns (address)
0x1c5b3f89d3acf80223e2484897d2e38cf61e7c20
preSaleCost() view returns (uint256)
50000000000000000
preSaleType() view returns (uint256)
1
pubSaleCost() view returns (uint256)
30000000000000000
symbol() view returns (string)
TOTA
totalSupply() view returns (uint256)
1146
uriPrefix() view returns (string)
https://meta.tota.gg/
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] _markleProof, address _user) view returns (bool)
isWhitelistedByAddress(address _user) view returns (bool)
isWhitelistedByMerkle(bytes32[] _markleProof, address _user) view returns (bool)
minters(address) view returns (bool exists, uint256 hasMintedByWhitelist, uint256 hasMintedInPublicSale)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState()
flipRevealedState()
flipSaleState()
mintPreSale(uint256 _mintAmount, bytes32[] _markleProof) payable
mintPubSale(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendPublicTokenToAddr(uint256 _mintAmount, address _receiver)
sendReservedTokenToAddr(uint256 _mintAmount, address _receiver)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPreSalePerWallet(uint256 _maxMintAmount)
setMaxPubSalePerWallet(uint256 _maxMintAmount)
setMerkleRoot(bytes32 _merkleRoot)
setPreSaleCost(uint256 _cost)
setPreSaleType(uint8 _type)
setPubSaleCost(uint256 _cost)
setReservedSupply(uint256 _amount)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setUriSuffixToBlank()
setWhitelistAddresses(address[] _users)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()