Bored Chimper Yacht Club
Verified contract
Active on
Ethereum with 1,063 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.04)
Native
Value
$15.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $2,507.44 |
$15.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19397950 | 8 months ago | | | 0 | 0.0011899399 | |
| 16774664 | 2 years ago | | | 0 | 0.0010114527 | |
| 14853068 | 2 years ago | | | 0 | 0.0018387513 | |
| 14852803 | 2 years ago | | | 0 | 0.0012922655 | |
| 14850825 | 2 years ago | | | 0 | 0.0013557264 | |
| 14846186 | 2 years ago | | | 0 | 0.0016264218 | |
| 14845963 | 2 years ago | | | 0 | 0.0015771844 | |
| 14845907 | 2 years ago | | | 0 | 0.0018512511 | |
| 14845904 | 2 years ago | | | 0 | 0.0016410384 | |
| 14845894 | 2 years ago | | | 0 | 0.0020471411 |
ABI
ABI objects
Getter at block 21097842
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
3333
baseURI() view returns (string)
ipfs://QmaAnmwqKDR34p6F3kLTH9tnnktJPEJbhNmYdj6EBi9rz9/
contractURI() view returns (string)
ipfs://QmfVx2Q7Sc1PDfgLw7XymZSheyHGxuShuZNqBSqCAjT9Bw
name() view returns (string)
Bored Chimper Yacht Club
owner() view returns (address)
0x07449ebaa6ed5ec19b5f767bc0387d08db16b7d7
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
BCYC
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
freeMint(uint256 _amount) payable
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
tokenOwnershipChecker()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()