Bored Rooster Yacht Club
Verified contract
Active on
Ethereum with 1,419 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 "Bored Rooster Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16501495 | 2 years ago | | | 0 | 0.00037237953 | |
| 16257953 | 2 years ago | | | 0 | 0.00051038041 | |
| 16256510 | 2 years ago | | | 0 | 0.00070533784 | |
| 16256509 | 2 years ago | | | 0 | 0.00090191716 | |
| 16255514 | 2 years ago | | | 0 | 0.00078756635 | |
| 16255512 | 2 years ago | | | 0 | 0.00074688877 | |
| 16255511 | 2 years ago | | | 0 | 0.00090846118 | |
| 16255468 | 2 years ago | | | 0 | 0.00097871538 | |
| 16255468 | 2 years ago | | | 0 | 0.00097871538 | |
| 16255468 | 2 years ago | | | 0 | 0.0013006241 |
ABI
ABI objects
Getter at block 21095511
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmVjRkoFVPoykdXqdX5xp6hc2zuUnd9vTrmqyGkBs2QnqX/
maxPerTransaction() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
name() view returns (string)
Bored Rooster Yacht Club
owner() view returns (address)
0xde5d1e6e3a12935ba28fda73cfe13de18c5d6e3a
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
700
symbol() view returns (string)
BRYC
totalSupply() view returns (uint256)
700
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
cockDev(uint256 qty, address recipient)
cockPunch(uint256 qty, bytes4 cock_a_doodle_doo)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()