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 "BEAN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966036 | a year ago | | | 0 | 0.0012174589 | |
| 16737319 | 2 years ago | | | 0 | 0.0021276226 | |
| 16737318 | 2 years ago | | | 0 | 0.0013001267 | |
| 16645496 | 2 years ago | | | 0 | 0.0011919639 | |
| 16629518 | 2 years ago | | | 0 | 0.0043144098 | |
| 16593022 | 2 years ago | | | 0 | 0.0017760353 | |
| 16592850 | 2 years ago | | | 0 | 0.0021062749 | |
| 16592850 | 2 years ago | | | 0 | 0.0049893093 | |
| 16592849 | 2 years ago | | | 0 | 0.0052373439 | |
| 16487458 | 2 years ago | | | 0 | 0.00081754864 |
ABI
ABI objects
Getter at block 21307003
contractURI() view returns (string)
ipfs://QmPEtQL7s5AZMZF4C82V7gNG8L2Xq7uPnV5qDoPzVHT3HH
maxSupply() view returns (uint256)
3333
maxTx() view returns (uint256)
33
merkleRoot() view returns (bytes32)
0x3f40bac8664dbdb5e9e91586e43380d39619fb9b8279dc88384c3a0061ebe753
mintTimestamp() view returns (uint256)
1654721100
name() view returns (string)
BEAN
nextTokenId() view returns (uint256)
0
owner() view returns (address)
0xc69d53d99bb3e141ad80a3d972467f52f800ee54
price() view returns (uint256)
33000000000000000
reserve() view returns (uint256)
99
symbol() view returns (string)
BEAN
totalSupply() view returns (uint256)
3333
wlTimestamp() view returns (uint256)
1654721100
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)
buy(uint256 qty) payable
buy(uint256 qty, bytes32[] merkleProof) payable
buyTo(address to, uint256 qty)
mintToReserved(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address admin, bool active)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setContractURI(string contractURI_)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMerkleRoot(bytes32 _merkleRoot)
setMintTimestamp(uint256 _activationTimestamp)
setPrice(uint256 newPrice)
setWlTimestamp(uint256 _activationTimestamp)
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)
SetAdmin(address indexed admin, bool active)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _wlTimestamp, uint256 _mintTimestamp)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()