BoredRengaYachtClub
Verified contract
Active on
Ethereum with 903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($63.62)
Native
Value
$63.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01721 | $3,696.96 |
$63.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18881475 | a year ago | | | 0 | 0.0010318159 | |
| 16960836 | 2 years ago | | | 0 | 0.00093292898 | |
| 16309512 | 2 years ago | | | 0 | 0.00065278859 | |
| 16160015 | 2 years ago | | | 0 | 0.00066998355 | |
| 15686000 | 2 years ago | | | 0 | 0.00051551260 | |
| 15674617 | 2 years ago | | | 0 | 0.00036324437 | |
| 15668465 | 2 years ago | | | 0 | 0.0030005785 | |
| 15666604 | 2 years ago | | | 0 | 0.00075452449 | |
| 15666518 | 2 years ago | | | 0 | 0.00060155900 | |
| 15666500 | 2 years ago | | | 0 | 0.00078087916 |
ABI
ABI objects
Getter at block 21304431
MAX_SUPPLY() view returns (uint256)
4444
baseUri() view returns (string)
ipfs://bafybeiamapyod4gkkqvdshceeipmpfc57iylki7acx4md55y4ugfswevye/
maxFree() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
25
name() view returns (string)
Bored Renga Yacht Club
owner() view returns (address)
0x8478f8123eeccc388300e6723451762946378942
price() view returns (uint256)
4000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BMYC
totalSupply() view returns (uint256)
1375
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintCost(uint256 amount, address _owner) view returns (uint256)
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 amount)
approve(address to, uint256 tokenId) payable
flipSaleState()
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 _newBaseURI)
setMaxFree(uint256 _maxFree)
setMaxMintPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 amount, address[] recipients)
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)
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()