Ape Doods
Verified contract
Active on
Ethereum with 442 txns
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 "Ape Doods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20523837 | 3 months ago | | | 0 | 0.000072717540 | |
| 20499259 | 3 months ago | | | 0 | 0.000089891156 | |
| 20499235 | 3 months ago | | | 0 | 0.000084346955 | |
| 18295775 | a year ago | | | 0 | 0.00020967730 | |
| 16902014 | 2 years ago | | | 0 | 0.00058038583 | |
| 16889620 | 2 years ago | | | 0 | 0.00052750772 | |
| 16377982 | 2 years ago | | | 0 | 0.0013576645 | |
| 15818419 | 2 years ago | | | 0 | 0.0035717377 | |
| 15646554 | 2 years ago | | | 0 | 0.00038920166 | |
| 15593920 | 2 years ago | | | 0 | 0.00024838587 |
ABI
ABI objects
Getter at block 21100262
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmWcbattCNHmB48E4hSH81sPRHgL3Jr2E5nkrKpC99EsTQ/
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
5555
name() view returns (string)
Ape Doods
owner() view returns (address)
0xa8c5ca611fab0c8f01a74c96789fc9d6b4e2a5ba
publicsale() view returns (bool)
true
symbol() view returns (string)
APEDD
totalSupply() view returns (uint256)
428
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedBalance(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint()
ownerMint(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setPublicsale()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()