Okay Beers
Verified contract
Active on
Ethereum with 179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($290.34)
Native
Value
$290.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.093 | $3,121.95 |
$290.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15846442 | 2 years ago | | | 0 | 0.00041141277 | |
| 15159400 | 2 years ago | | | 0 | 0.00021589354 | |
| 14858249 | 2 years ago | | | 0 | 0.00065044805 | |
| 14851707 | 2 years ago | | | 0 | 0.0020491665 | |
| 14847282 | 2 years ago | | | 0.003 | 0.0031841374 | |
| 14847221 | 2 years ago | | | 0.003 | 0.0033106886 | |
| 14841962 | 2 years ago | | | 0 | 0.00099503231 | |
| 14837989 | 2 years ago | | | 0.018 | 0.0078448147 | |
| 14836728 | 2 years ago | | | 0.009 | 0.012414142 | |
| 14833350 | 2 years ago | | | 0 | 0.00041017792 |
ABI
ABI objects
Getter at block 21220607
MAX_OKB() view returns (uint256)
10000
OKBPrice() view returns (uint256)
3000000000000000
baseURI() view returns (string)
QmXRSD2KL2bNnUEzbJBNGH2k61NRLgToxD3Jqi9mb3oyeg
deposited() view returns (uint256)
0
freeMintQty() view returns (uint256)
1000
maxOKBPurchase() view returns (uint256)
30
mintContrib() view returns (uint256)
20000000000000000000
name() view returns (string)
Okay Beers
owner() view returns (address)
0xe6ea5bc0d9a89e85e170e75935b31836e7c987a8
ownerWithdrawals() view returns (uint256)
0
preMaxPerWallet() view returns (uint256)
60
saleIsActive() view returns (bool)
true
symbol() view returns (string)
OKB
tokensMinted() view returns (uint256)
1014
totalSupply() view returns (uint256)
1014
winnersCount() view returns (uint8)
10
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedQty(address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
winner(address) view returns (uint8)
withdrawn(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
emergencyDeposit() payable
emergencyWithdraw(uint256 amount)
flipState()
mintOKB(uint8 numberOfTokens) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
updateMintPrice(uint256 newPrice)
withdraw(uint256 amount)
withdrawWinnings()
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, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.