RengaApeYachtClub

Verified contract

Active on Ethereum with 4,510 txns
Deployed by via 0xb2f1967a at 15741627
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RengaApeYachtClub"

0x08ab5c737cfad1569183ee071f331a2bc49cb2eaf080c3fd2e2eef1d2e3a3793
0x0c5ebdf0b3e95604ab243499c10616a28117cc607b18e3a3bc8535a298770bc4
0x104a07e44ddf1848ded3487f55bfc60ac2fcec6be1994c2e1e39d4c56801fb2c
0xf85d1ebd40c217f7585b2553ebd54c1508e5f0a3ecbb95989262be96e6df7ca8
0xb14a72dd64742eccfe9e479e8a90839730deef10f109818688b75cff00a56028
0x13f1548763a592d91b13022fbf7577788fc33b55583284424f4c20d292accad9
0x6c05084d39e4d823170331ee3099edd24e2abf90d2ef567bddefadecef28cc26
0x9163237401a1bd9fe7beae85a8e92f4a4695558010aec3c459c9ea3cc2b5f165
0x8b9af1e1e4d739dd453ec19c825f41beaecfed792040a25c3eb1153853614825
0x0e02389ccd0d405e70028fca3e0747497ff251ba0b4cf4918828cccd71a7db8d

Functions
Getter at block 21217480
contractURI(view returns (string)
isPublicSalesActive(view returns (bool)
true
isWhitelistSalesActive(view returns (bool)
true
maxNormalMintPerAccount(view returns (uint256)
20
maxNormalSupply(view returns (uint256)
9649
maxWhitelistMintPerAccount(view returns (uint256)
1
maxWhitelistSupply(view returns (uint256)
370
name(view returns (string)
Renga Ape Yacht Club
normalMintPrice(view returns (uint256)
5000000000000000
owner(view returns (address)
0xb9c55c7d2ec3fc217cadbc2ee0c4e5fe0afab88a
publicSalesTimestamp(view returns (uint256)
1665698400
symbol(view returns (string)
RAYC
totalNormalMint(view returns (uint256)
9649
totalSupply(view returns (uint256)
10014
totalWhitelistMint(view returns (uint256)
370
whitelistMintPrice(view returns (uint256)
0
whitelistSalesTimestamp(view returns (uint256)
1665698400
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasMintedUsingWhitelist(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalNormalMintPerAccount(address accountview returns (uint256)
totalWhitelistMintPerAccount(address accountview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setMaxNormalMintPerAccount(uint256 maxNormalMintPerAccount_
setMaxNormalSupply(uint256 maxNormalSupply_
setMaxWhitelistMintPerAccount(uint256 maxWhitelistMintPerAccount_
setMaxWhitelistSupply(uint256 maxWhitelistSupply_
setNormalMintPrice(uint256 normalMintPrice_
setPublicSalesTimestamp(uint256 timestamp
setSignerPublicKey(address signerPublicKey_
setWhitelistMintPrice(uint256 whitelistMintPrice_
setWhitelistSalesTimestamp(uint256 timestamp
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 amountbytes signaturepayable 
withdrawAll(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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