OkayBearsYachtClub
Verified contract
Active on
Ethereum with 13,859 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 "OkayBearsYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243607 | 5 days ago | | | 0 | 0.0010704341 | |
| 21186008 | 13 days ago | | | 0 | 0.0012843670 | |
| 21105957 | 24 days ago | | | 0 | 0.000086128271 | |
| 21102710 | 25 days ago | | | 0 | 0.00010348048 | |
| 21102541 | 25 days ago | | | 0 | 0.00012045244 | |
| 21101595 | 25 days ago | | | 0 | 0.00021986949 | |
| 20831121 | 2 months ago | | | 0 | 0.00077913269 | |
| 20831116 | 2 months ago | | | 0 | 0.00089784719 | |
| 20831112 | 2 months ago | | | 0 | 0.0011781386 | |
| 20777326 | 2 months ago | | | 0 | 0.00025307567 |
ABI
ABI objects
Getter at block 21278284
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
hidden
isFreeMintOpen() view returns (bool)
true
maxFreeMintAmountPerAddr() view returns (uint256)
15
maxFreeMintSupply() view returns (uint256)
7777
maxMintAmountPerTx() view returns (uint256)
90
maxSupply() view returns (uint256)
7777
name() view returns (string)
OkayBearsYachtClub
owner() view returns (address)
0xbea75e45134eb9f767c8a1c0b94cd3ecc92d2bc6
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
OBYC
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
ipfs://QmUx9WFUQC37ta95gbYFAdcQtkFkxmqhnqX9HWhSNZRgTb/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
cutMaxSupply(uint256 _maxSupply)
freeMint(uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreeMintAmountPerAddr(uint256 _maxFreeMintAmountPerAddr)
setMaxFreeMintSupply(uint256 _maxFreeMintSupply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
toggleIsFreeMintOpen()
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(uint256 _maxSupply, uint256 _cost, uint256 _maxFreeMintSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()