DopeApeClub

Verified contract

Active on Ethereum with 14,229 txns
Deployed by via 0x46339621 at 15063174
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.33
 (#693)
ERC-721
--
0x54cb96cc21afa3155c8726dc6db7cde620c952af379b001b6e9e5b3185130e4a
0x03b0ecb0bd3a5f315a9c9a94671adb190fd92f12de4bed2fc13105d6c7d61a18
0x68d0713878ec9a7977e9fcdb18a1fde6a26f0d7c1c29df5bbeca9f7ed7f8dcfb
0x6ebfa8ef0e96d0abb7855a9c085ca7542f650dbb2ea20ba825eb657dc58a8083
0xe332112d0a4e7db3d31c23f6024f5cf0030ca8db2a013cdee236a806881d5f44
0x357c53bc2dd5d9e992c8d54b9dbbb33b3d0f6e0e0db30333102398557331dcea
0xab31a8044da669f172c986bf46e3732e120cc6fa6817f0caf69538b0b33e59b5
0x7a20f2dd43643656e124357a70cbd90306fe77aff0ff1e2462bda8d39ab488c6
0x6dd9dfb68728052da83502068eab81b5bb9d92702df07c47e1d05d7d28702c07
0xdf91c1681b549f8f8eda9cfa045d86762148df22a8a6efaf6f81b56e2f235a4f

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintList(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
activeFreeMint(
airdrop(address toAdduint256 quantitypayable 
approve(address touint256 tokenId
freeMint(uint256 quantitypayable 
pause(
renounceOwnership(
reveal(string _baseTokenURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
teamMint(uint256 quantitypayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symboluint256 _collectionSizeuint256 _walletMintLimitstring _preRevealTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(