RengaApeYachtClub
Verified contract
Active on
Ethereum with 4,510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RengaApeYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105943 | 16 days ago | | | 0 | 0.000072588000 | |
| 20526411 | 3 months ago | | | 0 | 0.000073354725 | |
| 20500966 | 3 months ago | | | 0 | 0.000035113702 | |
| 20500965 | 3 months ago | | | 0 | 0.000026329034 | |
| 20216287 | 5 months ago | | | 0 | 0.00013681698 | |
| 20150945 | 5 months ago | | | 0 | 0.000053028643 | |
| 20144196 | 5 months ago | | | 0 | 0.00011703025 | |
| 20014530 | 5 months ago | | | 0 | 0.00033281487 | |
| 19891875 | 6 months ago | | | 0 | 0.00017651304 | |
| 19875625 | 6 months ago | | | 0 | 0.00041118017 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMintedUsingWhitelist(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalNormalMintPerAccount(address account) view returns (uint256)
totalWhitelistMintPerAccount(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
withdrawAll()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()