Distributor1TL

Verified contract

Active on Ethereum with 2,685 txns
Deployed by via 0xc02bbc5c at 20839183
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xc9fe071ca5b1f3f2dd121458302fe0b7dfb075f1b25f2d28af8a24a72787c9b7
0x94055143246209f2bbf17436f1ff082837a2025905290294aad6110d06359b9f
0x05ba8c4209666174a921b7bccfad9a200db73f7b49a7bff72059cab233fdaf39
0xf4d4c2e390f224fe992ec2a1d781ab4c164128ec4e9e2bcd4b884399d2000f7b
0x7e5adf72ca2a66143538e80e323c293437e1b6f22d7ce29fe0dd4ef8138f6442
From
0xb02cc5a8054291d6d84b577ceae6ccc4a6d54c5c1104921bf87e1e2020eb24f5
0x745680835178826adda74d25157ce858aaf9426c2ccb1a69199aa000aad2038c
0xb7c7d22a63483b3f42ce2b830e8120e6b47ae173632d394f982244cec4564a4d
0x00db6bd6ddcb3baf90d891743d45cc31bbfc0b449adbe1913a8952e7b48234ec
0xdcb5fa454c37658b25b47a8122fe27d7f68c72aadc40e35d53253c601a4a099c

Functions
Getter at block 20857447
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(addressview returns (bool)
State-modifying
acceptOwnership(
claim(bytes32[] _proofbytes _signatureuint256 _amountpayable 
renounceOwnership(
setClaimRoot(bytes32 _claimRoot
setEndTime(uint256 _endTime
setFee(uint256 _fee
setSigner(address _signer
toggleActive(
transferOwnership(address newOwner
withdrawETH(address receiver
withdrawTokens(address receiveruint256 amount
Events
AirdropClaimed(address indexed accountuint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _signeraddress _tokenuint256 _duration
Fallback and receive
receive(
Errors
AlreadyClaimed(
InsufficientBalance(
InsufficientFee(
InvalidMerkleProof(
InvalidSignature(
MerkleRootNotSet(
NotActive(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ZeroAddress(