ClaimAirdropWithNft
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "ClaimAirdropWithNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ClaimAirdropWithNft"
ABI
ABI objects
Getter at block 21276345
deployer() view returns (address)
0x0000000000000000000000000000000000000000
nftContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tokenContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
tokenHolderAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
amounts(uint256) view returns (uint256)
determineAirdropAmount(uint256 tokenId) view returns (uint256)
determineEligibleTokens(uint256[] tokenIds) view returns (uint256[])
hasClaimed(uint256) view returns (bool)
tokenIdsRanges(uint256) view returns (uint256)
State-modifying
Events claim(uint256 tokenId)
claimMany(uint256[] tokenIds)
initialize(address _nftAddress, address _tokenAddress, address _tokenHolderAddress)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Claimed(address indexed claimant, uint256 indexed tokenId, uint256 amount)
Initialized(uint8 version)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AlreadyClaimed(address claimant, uint256 tokenId)
InsufficientBalance()
InvalidNftAddress()
InvalidTokenAddress()
InvalidTokenForClaim(uint256 tokenId)
InvalidTokenHolderAddress()
InvalidTransferAmount()
NotNftOwner(address claimant, uint256 tokenId)
TransferFailed()