Gaming Ape Club

Verified contract

Active on Ethereum with 18,916 txns
Deployed by via 0x5061e34c at 14440284
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
 (#4409)
ERC-721
--
0x7d7b157cb2f835fe25c7fb572b2a3760fb9d1262ce911cc5dd55fe7213d09f49
0x1278145fba3c839c384d720713f811c69dff651f917c36c8572ae81a303ca99a
0x455770816330fb98e02629200b3dbd7343a643d9a3b11f796800b368303bc0fc
0xd3e20d7bf9a507ed92baa7442e2ecfa570258a61b59e7c4772dbf53f9b998c5e
0x1dc3e1cd609ba5692228760b1dc59239e1d79fbee25cd1a3cb95f774a8a77c74
0xef3a788173c0ca03ba6a588d7067758672ad1708aa3e32ebed2bf2f99154baef
0xf91d95c138d2243e134f566dfee0f2ddee2131ee8cc6ae1441e28daec0211fd1
0xeb1173955b06baec651e6bd04f450526549dbb0935e4e92981fc20fc26a85934
0x3efab3c11aca47e53442af546db0a61609bdd9f03f7041066df7394a3154856f
0x71d18a337104b830de5962e9a21606a1dabf4ae6e8dc2164bf1a01d17e905930

Functions
Getter at block 20820715
developer(view returns (address)
0xcbff601c8745a86e39d9dcb4725b7e6019f5e4fe
maxPerWallet(view returns (uint16)
1
maxWhitelistSupply(view returns (uint16)
6050
maximumSupply(view returns (uint16)
6550
mintPrice(view returns (uint256)
80000000000000000
name(view returns (string)
Gaming Ape Club
owner(view returns (address)
0x710ea3b45786be9ab89e2dd534808efde6245236
publicStart(view returns (uint256)
1648148400
symbol(view returns (string)
GAC
totalSupply(view returns (uint256)
6550
whitelistEnd(view returns (uint256)
1648148400
whitelistReset(view returns (uint256)
1648141200
whitelistStart(view returns (uint256)
1648134000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPresaleMints(address userbool postResetview returns (uint256)
getPublicMints(address userview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
verify(bytes32 rootbytes32 leafbytes32[] proofpure returns (bool)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint16 amountpayable 
ownerMint(uint64 quantityaddress to
premint(uint16 amountbytes32[] proofpayable 
renounceDevelopership(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxPerWallet(uint16 newMax
setMerkleRoot(bytes32 root
setMintDates(uint256 wlStartDateuint256 wlResetDateuint256 wlEndDateuint256 pubStartDate
setMintPrice(uint256 price
setWhitelistMaxSupply(uint16 max
transferDevelopership(address newDeveloper
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DevelopershipTransferred(address indexed previousDeveloperaddress indexed newDeveloper
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address devAddressuint16 maxSupplyuint16 walletMaxuint16 whitelistMaxuint256 priceuint256 presaleMintStartuint256 presaleResetTimeuint256 presaleMintEnduint256 publicMintStartstring baseUri
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintIdOutOfRange(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
PRBMath__MulDivFixedPointOverflow(uint256 prod1
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(