Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "BEBO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21035767 | 25 days ago | | | 0 | 0.00024904098 | |
| 20875923 | 2 months ago | | | 0 | 0.00025985871 | |
| 20004822 | 6 months ago | | | 0 | 0.00049427031 | |
| 20004790 | 6 months ago | | | 0 | 0.00074134408 | |
| 19611803 | 7 months ago | | | 0 | 0.00062094261 | |
| 19587456 | 7 months ago | | | 0 | 0.00081003815 | |
| 19501308 | 8 months ago | | | 0 | 0.00043060724 | |
| 19189853 | 9 months ago | | | 0 | 0.0011907505 | |
| 19165213 | 9 months ago | | | 0 | 0.00053627201 | |
| 19108470 | 10 months ago | | | 0 | 0.00022652735 |
ABI
ABI objects
Getter at block 21214621
boxingOpen() view returns (bool)
true
collectionSize() view returns (uint256)
5888
config() view returns (uint8 preMintMaxCount, uint8 publicMintMaxCount, uint32 preMintStartTime, uint32 publicMintStartTime, uint256 preMintPriceWei, uint256 publicMintPriceWei, string baseTokenURI, string blindTokenURI, bytes32 merkleRoot)
(preMintMaxCount=1, publicMintMaxCount=1, preMintStartTime=1995006438, publicMintStartTime=1995006438, preMintPriceWei=25000000000000001, publicMintPriceWei=25000000000000000, baseTokenURI=ipfs://QmWburcuDh3RKZTzemmKFRSWqx4y6YrPbcQhBripAVQXVx/, blindTokenURI=ipfs://QmP9MSrFtS7hfDvb8MkfV3tySkUxbdUYcE3CLXFumfjLpz/bebo_hidden_metadata.json, merkleRoot=0xb4f3c167eacf15ca5a0c82d90b90d4ee6080a8ae213548b599a6004b975504a9)
name() view returns (string)
BEBO
owner() view returns (address)
0xd3e5711ab20ddfca23626a3418ad3552ed563f8e
symbol() view returns (string)
BEBO
totalSupply() view returns (uint256)
2788
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnlyPreMint(uint32 preMintStartTime, uint32 publicMintStartTime) view returns (bool)
isSaleOn(uint256 mintStartTime, uint256 price) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preMintedNum(address minter) view returns (uint256)
publicMintedNum(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(address receiver, uint256 quantity)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
purchase(uint256 quantity, bytes32[] merkleProof, uint8 roleCode) payable returns (bool)
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBlindTokenURI(string blindTokenURI)
setBoxingStatus(bool status)
setConfig(uint8 preMintMaxCount, uint8 publicMintMaxCount, uint32 preMintStartTime, uint32 publicMintStartTime, uint256 preMintPriceWei, uint256 publicMintPriceWei)
setMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 collectionSize_)
This contract contains no fallback and receive objects.
CallerIsContract()
MerkleProofVerificationFailed()
MintIsOff()
MintMoreThanAllowed()
NeedSendMoreETH()
NotOwnerOrApproval()
ReachMaxSupply()
TokenNotExistent()