MysteryBean
Verified contract
Active on
Ethereum with 22,740 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
4 additional
variables
Balances ($0.00)
No balances found for "MysteryBean"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297795 | 2 hours ago | | | 0 | 0.00042399663 | |
| 21296209 | 7 hours ago | | | 0 | 0.00069564912 | |
| 21293817 | 15 hours ago | | | 0 | 0.0011105631 | |
| 21292768 | 19 hours ago | | | 0 | 0.00049236920 | |
| 21292709 | 19 hours ago | | | 0 | 0.00077473472 | |
| 21292108 | 21 hours ago | | | 0 | 0.00062795311 | |
| 21292087 | 21 hours ago | | | 0 | 0.00078245082 | |
| 21290455 | a day ago | | | 0 | 0.00039399164 | |
| 21287424 | 2 days ago | | | 0 | 0.0018607492 | |
| 21286653 | 2 days ago | | | 0 | 0.00077206087 |
ABI
ABI objects
Getter at block 21298326
AZUKI() view returns (address)
0xed5af388653567af2f388e6224dc7c4b3241c544
MAX_PER_ADDRESS_PUBLIC_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
20000
MINT_BATCH_SIZE() view returns (uint256)
10
TOTAL_PRESALE_AND_AUCTION_SUPPLY() view returns (uint256)
10000
WITHDRAW_ADDRESS() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
allowlistMintPrice() view returns (uint256)
0
auctionInfo() view returns (uint32 auctionSaleStartTime, uint64 auctionStartPrice, uint64 auctionEndPrice, uint32 auctionPriceCurveLength, uint32 auctionDropInterval)
(auctionSaleStartTime=1687882800, auctionStartPrice=2000000000000000000, auctionEndPrice=100000000000000000, auctionPriceCurveLength=5700, auctionDropInterval=300)
claimBeanOpen() view returns (bool)
true
getAuctionPrice() view returns (uint256)
100000000000000000
initialTransferLockOn() view returns (bool)
false
isRegistryActive() view returns (bool)
false
name() view returns (string)
MysteryBean
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
presaleInfo() view returns (uint32 presaleStartTime, uint32 presaleEndTime, uint64 presalePrice)
(presaleStartTime=1687881600, presaleEndTime=1687882800, presalePrice=2000000000000000000)
realOwner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
redeemInfo() view returns (bool redeemBeanOpen, address beanRedeemer)
(redeemBeanOpen=true, beanRedeemer=0xb6a37b5d14d502c3ab0ae6f3a0e058bc9517786e)
registryAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MBEAN
totalPresaleAndAuctionMinted() view returns (uint16)
10000
totalSupply() view returns (uint256)
3550
Read-only
allowlistMintsAlloc(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCanClaims(uint256[] azukiIds) view returns (bool[])
getNumAuctionMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numMintedInPresale(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receivers, uint256[] amounts, uint256 chunkNum)
allowlistMint() payable
approve(address operator, uint256 tokenId) payable
auctionMint(uint8 amount, bytes _signature) payable
breakTransferLock()
claim(uint256[] azukiTokenIds)
forceRedeemBeans(address beanOwner, uint256[] beanIds) returns (uint256[])
openRedeemBeanState()
presaleMint(uint16 amount, uint16 maxAllowedForPresaleForAddr, bytes _signature) payable
privilegedMint(address[] receivers, uint256[] amounts)
redeemBeans(uint256[] beanIds) returns (uint256[])
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowlistMintPrice(uint256 price)
setAllowlistMintsAlloc(address[] addresses, uint256[] amounts)
setApprovalForAll(address operator, bool approved)
setAuctionParams(uint32 _startTime, uint64 _startPriceWei, uint64 _endPriceWei, uint32 _priceCurveNumSeconds, uint32 _dropIntervalNumSeconds)
setAuctionSaleStartTime(uint32 timestamp)
setBaseURI(string baseURI)
setBeanRedeemer(address contractAddress)
setCanClaim(uint256[] azukiIds)
setClaimBeanState(bool _claimBeanOpen)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setIsRegistryActive(bool _isRegistryActive)
setOffchainSigner(address _signer)
setOperatorFilteringEnabled(bool value)
setPresaleParams(uint32 _presaleStartTime, uint32 _presaleEndTime, uint64 _presalePrice)
setRegistryAddress(address _registryAddress)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
transferLowerOwnership(address newOwner)
transferOwnership(address newOwner)
transferRealOwnership(address newRealOwner)
withdraw()
AirdroppedChunk(uint256 indexed chunkNum)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimedBean(uint256 indexed sourceAzukiId, uint256 indexed beanId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleMint(address indexed minter, uint16 indexed amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _azukiAddress, uint256 _maxSupply, uint256 _totalPresaleAndAuctionSupply, address _withdrawAddress)
This contract contains no fallback and receive objects.
AllowlistMintNotOpen()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
AuctionMintNotOpen()
BalanceQueryForZeroAddress()
BeanCannotBeClaimed()
BeanRedeemerNotSet()
ChunkAlreadyProcessed()
ClaimWindowNotOpen()
ForceRedeemBeanOwnerMismatch()
InitialTransferLockOn()
InsufficientFunds()
InvalidAuctionSetup()
InvalidContractSetup()
InvalidPresaleSetup()
InvalidSignature()
MaxAuctionMintForAddress()
MaxPresaleOrAuctionMintSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingTooMuchInPresale()
MismatchedArrays()
MismatchedTokenOwnerForClaim()
NotAllowedByRegistry()
OverMaxSupply()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PresaleNotOpen()
RedeemBeanNotOpen()
RefundFailed()
RegistryNotSet()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()