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 "Booble"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19181148 | 10 months ago | | | 0 | 0.00070686566 | |
| 18936715 | a year ago | | | 0 | 0.00093469713 | |
| 16082309 | 2 years ago | | | 0 | 0.00036906847 | |
| 15542206 | 2 years ago | | | 0 | 0.00088058225 | |
| 15395667 | 2 years ago | | | 0 | 0.0011878893 | |
| 15272770 | 2 years ago | | | 0 | 0.00030551420 | |
| 15271831 | 2 years ago | | | 0 | 0.00044660629 | |
| 15260740 | 2 years ago | | | 0 | 0.00057266646 | |
| 15223147 | 2 years ago | | | 0 | 0.00033946500 | |
| 15218797 | 2 years ago | | | 0 | 0.00046413506 |
ABI
ABI objects
Getter at block 21270184
MaxFreePerWallet() view returns (uint256)
7
MaxPerTx() view returns (uint256)
20
baseURI() view returns (string)
ipfs://QmZEs8R7JgeCeR9drLhFnaSvM7XbdKMNoGEhgqoh7rG1zB/
maxSupply() view returns (uint256)
6969
name() view returns (string)
Booble
owner() view returns (address)
0x6359f7a9ffbda5d45ac52f899c3bc0e649474c77
price() view returns (uint256)
6000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
BOOBLE
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
ownerMint(uint256 amount) payable
publicSale(uint256 amount) 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 newBaseURI)
setMaxFreePerWallet(uint256 amount)
setMaxSupply(uint256 amount)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
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)
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()
URIQueryForNonexistentToken()