9999 Luftballons
Verified contract
Active on
Ethereum with 13,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9f7…3bb8
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TWINU | ERC-20 | 376.683087T | -- | -- | |
DAPP | ERC-20 | 157.42898K | -- | -- | |
SHELL | ERC-20 | 44.002656K | -- | -- | |
0x7f03…1348 | ERC-1555 | 17 | -- | -- | |
0x5664…4d06 | ERC-1555 | 7 | -- | -- | |
0xa4d8…0060 | ERC-1555 | 6 | -- | -- | |
0x5664…4d06 | ERC-1555 | 2 | -- | -- | |
Vamp | ERC-721 | 1 | -- | -- | |
Vamp | ERC-721 | 1 | -- | -- | |
Vamp | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102250 | 24 days ago | | | 0 | 0.00012828570 | |
| 20902635 | 2 months ago | | | 0 | 0.00018760404 | |
| 20836663 | 2 months ago | | | 0 | 0.0013122646 | |
| 20666826 | 3 months ago | | | 0 | 0.000050159613 | |
| 20666818 | 3 months ago | | | 0 | 0.000057046207 | |
| 20666818 | 3 months ago | | | 0 | 0.000057046207 | |
| 20666818 | 3 months ago | | | 0 | 0.000057046207 | |
| 20666815 | 3 months ago | | | 0 | 0.000053116857 | |
| 20666815 | 3 months ago | | | 0 | 0.000053116857 | |
| 20666815 | 3 months ago | | | 0 | 0.000053116857 |
ABI
ABI objects
Getter at block 21275076
LuftToken() view returns (address)
0xb9f7dba05880100083278156ab24d5fc036c3bb8
contractURI() view returns (string)
https://luftballons.mypinata.cloud/ipfs/QmdQ71dZRdSdfiwx5tbuH2HKJBd7PEyfkSqzxWRr4fFUNg
maxSupply() pure returns (uint256)
9999
name() view returns (string)
9999 Luftballons
owner() view returns (address)
0xbaad3fde86faa3b42d6a047060308e49a24ec9e7
symbol() view returns (string)
LUFTBALLONS
totalSupply() view returns (uint256)
9683
Read-only
LuftPerNFT(address collection) view returns (uint256)
airdroppedQuantity(address) view returns (uint256)
availableAirdrops(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
claimableAirdrops(address airdropToken, uint256 tokenID) view returns (uint256)
claimableLuft(uint256[] tokenIDs) view returns (uint256)
claimedLuft(uint256) view returns (uint256)
claimedQuantities(address, uint256) view returns (uint256)
customLuftPricePerNFT(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
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 approve(address to, uint256 tokenId)
claimLuft(uint256[] tokenIDs)
harvestAirdrops(address[] airdropTokens, uint256[] tokenIDs)
harvestERC1155Airdrop(address collection, uint256 tokenID, uint256 quantity)
harvestERC721Airdrop(address collection, uint256 tokenID)
mint(address to, uint256 quantity)
mint3_gmdao(uint256 gm_tokenID)
noticeAirdrop(address tokenAddress)
pullAirdrop(address tokenAddress, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setCustomNFTPrice(address collection, uint256 tokenPrice)
setDefaultRoyalty(uint96 basisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC1155AirdropHarvested(address collection, address claimant, uint256 nftID, uint256 quantity)
ERC20AirdropHarvested(address token, address claimant, uint256[] claimIDs, uint256 totalClaimed)
ERC721AirdropHarvested(address collection, address claimant, uint256 nftID)
LuftClaimed(uint256[] tokenIDs, address claimant, uint256 quantityHarvested)
LuftSpent(address collection, address spender, uint256 nftID, uint256 luft, uint256 nftQuantity)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()