CloneforceAirdropManager
Verified contract
Active on
Ethereum with 54 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 "CloneforceAirdropManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16262653 | 2 years ago | | | 0 | 0.062336154 | |
| 16262652 | 2 years ago | | | 0 | 0.073973187 | |
| 16262650 | 2 years ago | | | 0 | 0.073558843 | |
| 16262649 | 2 years ago | | | 0 | 0.075378896 | |
| 16262648 | 2 years ago | | | 0 | 0.070991645 | |
| 16262641 | 2 years ago | | | 0 | 0.086216601 | |
| 16262640 | 2 years ago | | | 0 | 0.088191999 | |
| 16262639 | 2 years ago | | | 0 | 0.085664717 | |
| 16262638 | 2 years ago | | | 0 | 0.081512739 | |
| 16262636 | 2 years ago | | | 0 | 0.090013957 |
ABI
ABI objects
Getter at block 21421038
hasAirdrops() view returns (bool value)
false
owner() view returns (address)
0x1a53358bf7d39db2e381b8f04897ba8b1878a1c3
Read-only
contractToAirdropConfigs(address, uint256) view returns (address baseContract, address airdropContract, uint256 airdropTokenId, uint256 maxClaimCount)
remainingClaims(address baseContract, uint256 tokenId, address airdropContract, uint256 airdropTokenId) view returns (uint256 count)
State-modifying
Events airdrop(address baseContract, address to, uint256[] baseTokenIds, address airdropContract, uint256 airdropTokenId)
airdropBatch(address baseContract, address[] to, uint256[][] baseTokenIds, address airdropContract, uint256 airdropTokenId)
claim(address to, uint256 baseTokenId, address airdropContract, uint256 airdropTokenId, uint256 count)
claimAll(address to, uint256 baseTokenId)
renounceOwnership()
setupAirdrop(address baseContract, address airdropContract, uint256 airdropTokenId, uint256 maxClaimCount)
stopAirdrop(address baseContract)
stopAirdrop(address baseContract, address airdropContract, uint256 airdropTokenId)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.