Distributor1TL
Verified contract
Active on
Ethereum with 14,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($901,500.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EIGEN | ERC-20 | 237.236921K | $3.80 |
$901,500.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307191 | an hour ago | | | 0 | 0.00099705630 | |
| 21307185 | an hour ago | | | 0 | 0.00097386345 | |
| 21307179 | an hour ago | | | 0 | 0.00093784305 | |
| 21307179 | an hour ago | | | 0 | 0.00094077219 | |
| 21307019 | 2 hours ago | | | 0 | 0.00095676795 | |
| 21306712 | 3 hours ago | | | 0 | 0.0011852773 | |
| 21306707 | 3 hours ago | | | 0 | 0.0013634322 | |
| 21306614 | 3 hours ago | | | 0 | 0.0013389227 | |
| 21306467 | 3 hours ago | | | 0 | 0.0011192697 | |
| 21306428 | 4 hours ago | | | 0 | 0.0011131082 |
ABI
ABI objects
Getter at block 21307478
active() view returns (bool)
true
claimRoot() view returns (bytes32)
0x513c20aa4fce7a54149b5e1f5416e5069b95ac155a08800f76ae7a28da0acc19
endTime() view returns (uint256)
1733054400
fee() view returns (uint256)
0
owner() view returns (address)
0xa6908e5363065e7830e727d43ef83f412e59d2b0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0x653a4eba6ab561500d240de1f291e1cc467894a3
token() view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
Read-only
claimed(address) view returns (bool)
State-modifying
Events acceptOwnership()
claim(bytes32[] _proof, bytes _signature, uint256 _amount) payable
renounceOwnership()
setClaimRoot(bytes32 _claimRoot)
setEndTime(uint256 _endTime)
setFee(uint256 _fee)
setSigner(address _signer)
toggleActive()
transferOwnership(address newOwner)
withdrawETH(address receiver)
withdrawTokens(address receiver, uint256 amount)
AirdropClaimed(address indexed account, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _signer, address _token, uint256 _duration)
receive()
AlreadyClaimed()
InsufficientBalance()
InsufficientFee()
InvalidMerkleProof()
InvalidSignature()
MerkleRootNotSet()
NotActive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ZeroAddress()