Distributor1TL

Verified contract

Active on Ethereum with 10,434 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
Value $918,178.76
0x82cbffc5d7d82102d0bdd4cf7658e27556fd3b8e59138db020f58014af4e9938
0x3aa4f36622cdab7a28e9bf2f120af6ff2c27a039d91a4a6ed5e7877ab8aaba14
0x3e9421f3ef14327cb78b1f948faf734d5fba7727887ce6da173e0791f8d22768
0x453380b40e88613038d4b069a6f77bf9f07af643b7b7be05c3d60362eac8357d
0xd332d9cb03d4dae823cf847da9375d9bd3065b10fcb3cc992acb5f8c07dc6855
0x7cb9226a25d85dc48e5ff162445ea51189e01bcf404d018c40bcd8bc549daee0
0xc79f8d43f82087ea426f30c34bae17b3e28111b1c6e7267a10f3d06e76fe0b35
0x5b7d8d2256d6bab79d6f417b3df0b8ae9d83c9170f1f79e9c4c95bce5e70212b
0x11f3d129ef5e1fd429c2e7f5b39b67f16160ba8457463fcd4b848401d0af7189
0xcb787079792490b98a9f5256e87f15f689ba87174804c2f1a0b7c71d779b4965

Functions
Getter at block 20902392
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(