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 "Balloonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21017433 | 22 days ago | | | 0 | 0.00027209406 | |
| 17795477 | a year ago | | | 0 | 0.00041104300 | |
| 17647605 | a year ago | | | 0 | 0.00091840399 | |
| 16691686 | 2 years ago | | | 0 | 0.0025311041 | |
| 16402805 | 2 years ago | | | 0 | 0.0010007240 | |
| 16345910 | 2 years ago | | | 0 | 0.0010969347 | |
| 15843980 | 2 years ago | | | 0 | 0.00024830776 | |
| 15683620 | 2 years ago | | | 0 | 0.00081030550 | |
| 15631146 | 2 years ago | | | 0 | 0.00054042972 | |
| 15631119 | 2 years ago | | | 0 | 0.00050193058 |
ABI
ABI objects
Getter at block 21176689
IS_PRESALE_ACTIVE() view returns (bool)
false
IS_PUBLIC_ACTIVE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
7777
name() view returns (string)
Balloonz
owner() view returns (address)
0x32f304faa76d510321d22f6aca5551a39cdaafb5
symbol() view returns (string)
BALLOONZ
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getWhitelistSpotFor(address _address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedWhitelist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresaleState(bool _state)
setPublicSaleState(bool _state)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity) payable
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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()