Okay Bulls Yacht Club
Verified contract
Active on
Ethereum with 406 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 "Okay Bulls Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20552236 | 4 months ago | | | 0 | 0.000062528254 | |
| 16706618 | 2 years ago | | | 0 | 0.0010825602 | |
| 15652812 | 2 years ago | | | 0 | 0.00025182603 | |
| 15645199 | 2 years ago | | | 0 | 0.00058399666 | |
| 15293167 | 2 years ago | | | 0 | 0.000071120897 | |
| 15202696 | 2 years ago | | | 0 | 0.00021945755 | |
| 15165590 | 2 years ago | | | 0 | 0.0014256966 | |
| 15087878 | 2 years ago | | | 0 | 0.00078981069 | |
| 15087874 | 2 years ago | | | 0 | 0.00057707229 | |
| 15087873 | 2 years ago | | | 0 | 0.0018596048 |
ABI
ABI objects
Getter at block 21322914
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
7777
mintEnabled() view returns (bool)
true
name() view returns (string)
Okay Bulls Yacht Club
owner() view returns (address)
0x16081502d0e893e5bb97c9580cb872ba8d20fc52
price() view returns (uint256)
7000000000000000
symbol() view returns (string)
OBYC
totalFree() view returns (uint256)
1000
totalSupply() view returns (uint256)
532
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()