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 "ApeDads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649979 | 2 months ago | | | 0 | 0.000075725865 | |
| 16309760 | 2 years ago | | | 0 | 0.00064954253 | |
| 16309383 | 2 years ago | | | 0 | 0.00074217595 | |
| 16309269 | 2 years ago | | | 0 | 0.00074894770 | |
| 16309153 | 2 years ago | | | 0 | 0.00075852295 | |
| 16308974 | 2 years ago | | | 0 | 0.00074501744 | |
| 16308838 | 2 years ago | | | 0 | 0.0010374298 | |
| 16308499 | 2 years ago | | | 0 | 0.00078829393 | |
| 16308326 | 2 years ago | | | 0 | 0.00069657725 | |
| 16307875 | 2 years ago | | | 0 | 0.00076819648 |
ABI
ABI objects
Getter at block 21178668
baseURI() view returns (string)
maxSupply() view returns (uint256)
4000
name() view returns (string)
ApeDads
owner() view returns (address)
0x0beb80f67180c69c0ddd04a542ecb19613106672
price() view returns (uint256)
1000000000000
provenanceHash() view returns (string)
publicsaleActive() view returns (bool)
false
publicsaleMintLimit() view returns (uint256)
5
symbol() view returns (string)
APEDADS
totalSupply() view returns (uint256)
966
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)
publicsaleMints(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublicsale(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
setProvenanceHash(string newProvenanceHash)
togglePublicsale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
PriceUpdated(uint256 price)
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.