Bored Rigby Yacht Club
Verified contract
Active on
Ethereum with 1,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,997.76 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16572156 | 2 years ago | | | 0 | 0.0017141592 | |
| 16543871 | 2 years ago | | | 0 | 0.0015189380 | |
| 16493113 | 2 years ago | | | 0 | 0.0011244616 | |
| 16493112 | 2 years ago | | | 0 | 0.0011095114 | |
| 16442434 | 2 years ago | | | 0 | 0.0021757720 | |
| 16421708 | 2 years ago | | | 0 | 0.00069468840 | |
| 16421707 | 2 years ago | | | 0 | 0.00061533831 | |
| 16351796 | 2 years ago | | | 0 | 0.00038044626 | |
| 16290369 | 2 years ago | | | 0 | 0.00066202019 | |
| 16268294 | 2 years ago | | | 0 | 0.00051851786 |
ABI
ABI objects
Getter at block 21422094
MAX_SUPPLY() view returns (uint256)
10000
MAX_TXN() view returns (uint256)
10
MAX_TXN_GLOBAL() view returns (uint256)
10000
maxBatchSize() view returns (uint256)
10000
metadataBaseURL() view returns (string)
https://ipfs.io/ipfs/bafybeiahajkma3htpekoc26zfbd6rx6mt7e3oh2kwzydhq76qsz2ywjpla/
name() view returns (string)
Bored Rigby Yacht Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5d9814376ee2adbd04be8bdda87f14f12a2a6b89
price() view returns (uint256)
3000000000000000
saleEnabled() view returns (bool)
true
symbol() view returns (string)
BRYC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
checkFreeMintStatus(address adress_) view returns (bool)
freeMints(address) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 numOfTokens) payable
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setMaxTxn(uint256 _maxTxn)
setPrice(uint256 _price)
toggleSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.