BoredRengaYachtClub
Verified contract
Active on
Ethereum with 1,919 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 "BoredRengaYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17645989 | a year ago | | | 0 | 0.00084381968 | |
| 17615274 | a year ago | | | 0 | 0.00088687527 | |
| 16892366 | 2 years ago | | | 0 | 0.0014485505 | |
| 15885751 | 2 years ago | | | 0 | 0.00084597719 | |
| 15876618 | 2 years ago | | | 0 | 0.00094821174 | |
| 15861962 | 2 years ago | | | 0 | 0.00042428732 | |
| 15847477 | 2 years ago | | | 0 | 0.00094205529 | |
| 15839092 | 2 years ago | | | 0 | 0.00057119768 | |
| 15561173 | 2 years ago | | | 0 | 0.00044076133 | |
| 15560654 | 2 years ago | | | 0 | 0.00025960341 |
ABI
ABI objects
Getter at block 21221354
FREE() view returns (uint256)
1500
baseUri() view returns (string)
0
collectionSize() view returns (uint256)
6969
maxFree() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
BoredRengaYachtClub
open() view returns (bool)
true
owner() view returns (address)
0x16a4d386e63fc04bf720264e6b09d9d4538d943f
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
BRYC
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events allowlistMint(uint256 _quantity)
approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) 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 _newBaseURI)
setMaxFree(uint256 _newMaxFree)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setOpen(bool _value)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
MaxMintPerTxChanged(uint256 newMaxMintPerTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _maxMintPerTx, uint256 _collectionSize, uint256 _maxFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()