NotOkayBeanz
Verified contract
Active on
Ethereum with 305 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 "NotOkayBeanz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17572573 | a year ago | | | 0 | 0.0012020001 | |
| 15345981 | 2 years ago | | | 0 | 0.00055534507 | |
| 15237797 | 2 years ago | | | 0 | 0.00056491919 | |
| 15163909 | 2 years ago | | | 0 | 0.00035409409 | |
| 14902893 | 2 years ago | | | 0 | 0.00099437861 | |
| 14867530 | 2 years ago | | | 0 | 0.0013968021 | |
| 14819562 | 2 years ago | | | 0 | 0.0010971406 | |
| 14818796 | 2 years ago | | | 0 | 0.0023802698 | |
| 14816300 | 2 years ago | | | 0 | 0.00036657000 | |
| 14815993 | 2 years ago | | | 0 | 0.0012486537 |
ABI
ABI objects
Getter at block 21216436
FREE_SUPPLY() view returns (uint256)
2000
MAX_SUPPLY() view returns (uint256)
5555
name() view returns (string)
NotOkayBeanz
owner() view returns (address)
0xa3d1fd49dec5a03646b4153d006083ea2eb91107
price() view returns (uint256)
2500000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
NAB
totalSupply() view returns (uint256)
2020
Read-only
addressMintCount(address) view returns (uint256)
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 baseURI)
setFreeSupply(uint256 _supply)
setMaxSupply(uint256 _supply)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
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()