ETHAirdrop
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($306.16)
Native
Value
$306.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.096955 | $3,157.72 |
$306.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14612365 | 3 years ago | | | 0 | 0.0038733054 | |
| 14595438 | 3 years ago | | | 0 | 0.0015268815 | |
| 14524412 | 3 years ago | | | 0 | 0.0038785915 | |
| 14513876 | 3 years ago | | | 0 | 0.0034614724 | |
| 14489759 | 3 years ago | | | 0 | 0.0027944764 | |
| 14481807 | 3 years ago | | | 0 | 0.0028892323 | |
| 14475180 | 3 years ago | | | 0 | 0.0045976587 | |
| 14467227 | 3 years ago | | | 0 | 0.0012304576 | |
| 14462178 | 3 years ago | | | 0 | 0.0036064566 | |
| 14461372 | 3 years ago | | | 0 | 0.0011430416 |
ABI
ABI objects
Getter at block 21217717
levx() view returns (address)
0xf474e526ade9ad2cc2b66ffce528b1a51b91fcdc
owner() view returns (address)
0x0903f8892c06a99bf1d68088fab597a0762e0bc8
router() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isValidMerkleRoot(bytes32) view returns (bool)
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events addMerkleRoot(bytes32 merkleRoot)
batchClaim(bytes32[] merkleRoots, bytes32[][] merkleProofs, uint256[] amounts, address to)
batchClaimAndSwapToLevx(bytes32[] merkleRoots, bytes32[][] merkleProofs, uint256[] amounts, uint256 amountOutMin, address to, uint256 deadline) returns (uint256 amountOut)
claim(bytes32 merkleRoot, bytes32[] merkleProof, uint256 amount, address to)
claimAndSwapToLevx(bytes32 merkleRoot, bytes32[] merkleProof, uint256 amount, uint256 amountOutMin, address to, uint256 deadline) returns (uint256 amountOut)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 amount)
AddMerkleRoot(bytes32 indexed merkleRoot)
Claim(bytes32 indexed merkleRoot, address indexed account, uint256 amount, address to)
Deposit(uint256 amount, address from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(uint256 amount, address to)
constructor(address _owner, address _levx, address _weth, address _router)
receive()
This contract contains no error objects.