LatticeAirdropsDistributor
Verified contract
Active on
Ethereum with 2,956 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($72,375.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$ADS | ERC-20 | 241.94134K | $0.212368 |
$51,380.6 | |
LTX | ERC-20 | 209.415438K | $0.069911 |
$14,640.44 | |
JAM | ERC-20 | 9.402868M | $0.000676 |
$6,354.46 | |
LEET | ERC-20 | 176.26153M | -- | -- | |
OBS | ERC-20 | 81.118506K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280893 | 5 hours ago | | | 0 | 0.0025718000 | |
| 21280890 | 5 hours ago | | | 0 | 0.0022274000 | |
| 21280882 | 5 hours ago | | | 0 | 0.0019687140 | |
| 21280770 | 6 hours ago | | | 0 | 0.0027388020 | |
| 21280762 | 6 hours ago | | | 0 | 0.0029043000 | |
| 21280541 | 6 hours ago | | | 0 | 0.0030864480 | |
| 21280533 | 6 hours ago | | | 0 | 0.0029604680 | |
| 21276329 | 21 hours ago | | | 0 | 0.0011068160 | |
| 21276301 | 21 hours ago | | | 0 | 0.00075513600 | |
| 21276034 | a day ago | | | 0 | 0.0019361720 |
ABI
ABI objects
Getter at block 21282460
owner() view returns (address)
0x77a6be2dd110a230764744acb87bc4a05e5d3212
paused() view returns (bool)
false
Read-only
amountAvailableToClaim(uint256 airdropId, address claimingUser, uint256 totalAmount, bool discountClaimedAmount) view returns (uint256)
amountClaimedByUser(uint256 airdropId, address claimingUser) view returns (uint256)
getAirdropById(uint256 airdropId) view returns (struct LatticeAirdropsDistributorAirdrop)
verifyClaim(uint256 airdropId, address claimingUser, uint256 totalAmount, bytes32 merkleRoot, bytes32[] merkleProof) pure returns (bool)
State-modifying
Events claim(uint256 airdropId, uint256 totalAmount, bytes32[] merkleProof)
configureAirdrop(uint256 airdropId, uint64 airdropStartsAt, uint64 vestingPeriod, bytes32 merkleRoot, bool _force)
createAirdrop(uint256 airdropId, address token, uint256 amount, address debitAccount)
renounceOwnership()
transferOwnership(address newOwner)
AirdropClaimed(address indexed user, uint256 totalAmount, uint256 totalAmountClaimed)
AirdropConfigured(uint256 indexed airdropId, bytes32 indexed merkleRoot, uint64 airdropStartsAt, uint64 vestingPeriod)
AirdropCreated(uint256 indexed airdropId, address indexed token, uint256 amount, address debitAccount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.