BEEBLE WORLD
Verified contract
Active on
Ethereum with 1,259 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 "BEEBLE WORLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156547 | 22 days ago | | | 0 | 0.00054165183 | |
| 21106942 | a month ago | | | 0 | 0.00014877600 | |
| 20792581 | 2 months ago | | | 0 | 0.0010064205 | |
| 20303365 | 5 months ago | | | 0 | 0.00015964327 | |
| 20045097 | 6 months ago | | | 0 | 0.00023097952 | |
| 19526362 | 8 months ago | | | 0 | 0.0021481404 | |
| 19357215 | 9 months ago | | | 0 | 0.0027636425 | |
| 19098626 | 10 months ago | | | 0 | 0.00076017259 | |
| 19098604 | 10 months ago | | | 0 | 0.0011993689 | |
| 18932511 | a year ago | | | 0 | 0.00035930558 |
ABI
ABI objects
Getter at block 21315097
WLcost() view returns (uint256)
100000000000000000
appendedID() view returns (bool)
true
cost() view returns (uint256)
80000000000000000
holderQ() view returns (uint256)
1
holderSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
555
name() view returns (string)
BEEBLE WORLD
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
pubActive() view returns (bool)
true
pubCost() view returns (uint256)
100000000000000000
symbol() view returns (string)
BEEBLEWORLD
totalSupply() view returns (uint256)
555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHolderWL(address owner) view returns (uint256)
holderFreeMintAmount(address) view returns (uint256)
holderPaidMintAmount(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pubPaidMintAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistPaidClaimed(address) view returns (uint256)
State-modifying
Events activateHolderSale()
activatePublicSale()
approve(address to, uint256 tokenId)
mintFreeHolder(uint256 _quantity, bytes32[] _merkleProof) payable
mintPaidHolder(uint256 _quantity, bytes32[] _merkleProof) payable
mintPaidPublic(uint256 _quantity) payable
mintPaidWL(uint256 _quantity, bytes32[] _merkleProof) 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, bool appendID)
setHolderCost(uint256 _newCost)
setMerkleRoot(bytes32 _merkleRoot)
setMerkleRootWL(bytes32 _merkleRoot)
setPubCost(uint256 _newCost)
setWLCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(address _account, uint256 _quantity)
withdraw() payable
withdrawAny(uint256 _amount) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()