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 "Apes FTW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20612348 | 3 months ago | | | 0 | 0.00019981897 | |
| 19891723 | 6 months ago | | | 0 | 0.00018045238 | |
| 19891125 | 6 months ago | | | 0 | 0.00029652359 | |
| 19850026 | 6 months ago | | | 0 | 0.00012715073 | |
| 19369021 | 8 months ago | | | 0 | 0.0034765173 | |
| 19334803 | 8 months ago | | | 0 | 0.0037393087 | |
| 19332818 | 9 months ago | | | 0 | 0.0064190602 | |
| 16910178 | 2 years ago | | | 0 | 0.00073914273 | |
| 16909806 | 2 years ago | | | 0 | 0.00057534786 | |
| 16275225 | 2 years ago | | | 0 | 0.00059293679 |
ABI
ABI objects
Getter at block 21182784
MAX_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
6969
getMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Apes FTW
owner() view returns (address)
0xa2ae372eb9c6c31e5f2245351ae696c075e7a9e9
publicSale() view returns (bool)
false
symbol() view returns (string)
AFTW
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
1930
walletOf() view returns (uint256[])
[]
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
totalPublicMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setTokenUri(string _baseTokenUri)
teamMint(address _to, uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()