DopeApeClub
Verified contract
Active on
Ethereum with 14,229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.33)
Native
Value
$0.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,346.83 |
$0.33 | |
DAC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157804 | 2 days ago | | | 0 | 0.00059240141 | |
| 21106805 | 9 days ago | | | 0 | 0.00010624010 | |
| 20976443 | a month ago | | | 0 | 0.00043588495 | |
| 20948548 | a month ago | | | 0 | 0.00023147626 | |
| 20909461 | a month ago | | | 0 | 0.00032225070 | |
| 20909458 | a month ago | | | 0 | 0.00031202050 | |
| 20909448 | a month ago | | | 0 | 0.00034795678 | |
| 20898433 | a month ago | | | 0 | 0.00021537934 | |
| 20892001 | a month ago | | | 0 | 0.00023088604 | |
| 20859546 | a month ago | | | 0 | 0.00024282619 |
ABI
ABI objects
Getter at block 21169240
collectionSize() view returns (uint256)
10000
freeMintActive() view returns (bool)
true
name() view returns (string)
DopeApeClub
owner() view returns (address)
0x2b7f534b111de3de9469206ec957750fdc98430d
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
DAC
totalSupply() view returns (uint256)
10000
walletMintLimit() view returns (uint256)
5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintList(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activeFreeMint()
airdrop(address toAdd, uint256 quantity) payable
approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
pause()
renounceOwnership()
reveal(string _baseTokenURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
teamMint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _collectionSize, uint256 _walletMintLimit, string _preRevealTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()