BEAN

Verified contract

Active on Ethereum with 5,818 txns
Deployed by via 0x3ea3d486 at 14928583
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BEAN"

0xa99f3a09b0fa6471b3b7bb62ade70ff0214689117b87e7a84a1473bd3321916b
0x3b8620cc0bd4852037815501dac9ee301b94a4731658d00bb11bc04247071660
0x499e88a1fe3e9294114d109bb792023380d2903c8d194caa2c76b8c7df3bd1ab
0xb4ce263ef19d97db1c9513ef2df230956d42096587aa88e254933f67081d55b7
0xfc9bab61899cbbba94085b3c7aa5db3f0bf938cf9f277b214fc57605b1f6ed99
0xa5125de6b27ce51a57637bbae1c85f542d5fdea2b2d1445c8c6bf814984caa1c
0x333b12990ab0354bdc1bccbb619cdd5b2114e86d4759543858f79914ed374e9e
0x346836ca6ca82323754867610e13a409f7b5a81fe7eb9210dbd0e302fd24a406
0x245aab657d1f67193fb0a003a9fd5d53d9e19bd4a81280ca68c0a847cfdd13a4
0x4fa05d6e7fa61d2507765177254399d3dcf424ec35147d51eb343b327478e7b6

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
buy(uint256 qtypayable 
buy(uint256 qtybytes32[] merkleProofpayable 
buyTo(address touint256 qty
mintToReserved(address touint256 qty
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdmin(address adminbool active
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAdmin(address indexed adminbool active
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _wlTimestampuint256 _mintTimestamp
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(