ApeDads
Verified contract
Active on
Ethereum with 5,306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APEDADS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200720 | a day ago | | | 0 | 0.00069132162 | |
| 21152172 | 8 days ago | | | 0 | 0.00047641419 | |
| 21122041 | 12 days ago | | | 0 | 0.00056833469 | |
| 21032103 | 24 days ago | | | 0 | 0.00029289512 | |
| 20933920 | a month ago | | | 0 | 0.00057436604 | |
| 20792484 | 2 months ago | | | 0 | 0.0010554970 | |
| 20565958 | 3 months ago | | | 0 | 0.000043354401 | |
| 20302953 | 4 months ago | | | 0 | 0.00012102645 | |
| 19928229 | 6 months ago | | | 0 | 0.00042034980 | |
| 19869610 | 6 months ago | | | 0 | 0.00043342205 |
ABI
ABI objects
Getter at block 21207249
MAX_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
4000
baseURI() view returns (string)
https://arweave.net/GwsA1DzjHhk5B5kidRJXSy3kFcKceh1lSOHX7x3f3Ag/
name() view returns (string)
ApeDads
owner() view returns (address)
0x454f2f6dd894bdc9b6df6760df968978b1cc0c9a
price() view returns (uint256)
80000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
APEDADS
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
publicsaleMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdropMint(uint256 count)
approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
publicMint(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 _baseURI)
setPrice(uint256 newPrice)
setProxyRegistryAddress(address _proxyRegistryAddress)
toggleProxyState(address proxyAddress)
togglePublicSale(uint256 _MAX_SUPPLY)
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(string _baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.