DopeApeClub

Verified contract

Active on Ethereum with 14,233 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.34
 (#693)
ERC-721
--
0xd580cf045742ce2273446fb2922ad6dee169c521f84b9c34a779048016cde0a0
0x7274dcc5161063ce0665ef0637b7feb35e9aa3b607ecb640ec1753f258beb92a
0x9b068a5bba4c55aff40c6cfadf69cd4f347b504e88bcdf7cefa6ff30e2336d63
0x31c18ba0fadde7bad21731718bc48fd1e0af1538916907144235e70c4b3416e8
0x54cb96cc21afa3155c8726dc6db7cde620c952af379b001b6e9e5b3185130e4a
0x03b0ecb0bd3a5f315a9c9a94671adb190fd92f12de4bed2fc13105d6c7d61a18
0x68d0713878ec9a7977e9fcdb18a1fde6a26f0d7c1c29df5bbeca9f7ed7f8dcfb
0x6ebfa8ef0e96d0abb7855a9c085ca7542f650dbb2ea20ba825eb657dc58a8083
0xe332112d0a4e7db3d31c23f6024f5cf0030ca8db2a013cdee236a806881d5f44
0x357c53bc2dd5d9e992c8d54b9dbbb33b3d0f6e0e0db30333102398557331dcea

Functions
Getter at block 21270132
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(