This contract is being backfilled. You may encounter incomplete storage history.

Distributor1

Verified contract

Active on Ethereum with 147,142 txns
Deployed by via 0xc06fc6f6 at 20024753
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $37.42
ERC-20
Value $0.03
0xf955e952d0608f000c1995667abf592b32ef4f04057cfb9cddad1323b7d79d29
0xca22d9fa03f84ab3e55d2ce390faae05defa3388012877b67441a6d5ba0fe61a
0x42ab02ddd76ef29909614a918a2019e00184e4c8b7272746c2d12ef23204c300
0xa213d974c4d64a4459ff2675800548def5c77317992a9429c39dbf9701f51177
0xb7fd359febc5c137367a436ed9dd18c79727cfa243dd88f81f42babf50a3c8a2
0xdee9658fd8cbcdb321fe474e005562fff180728feb5439213cc7f6535257514d
0xe98caef29e9d6cc8d4a921b8f3a8b5909a9f4d56b3586e2433dea73b281dc59f
0x5ab2bc166f347be377167a8c54f6854d138284d7867a34de6f45d17d1a8f14e3
0xe062c052553a6aaee3829a76bf76a05dadf6d255c32918f41b6306721192e261
0x640294b54177be0c616784519f3397d7635697c6121557c88b78210c3e92b16f

Functions
Getter at block 20792991
active(view returns (bool)
true
claimRoot(view returns (bytes32)
0xb072d79de9fff735003e5f7592ad0963e6362f92d4ca5e7e1e8b290aef4d631b
fee(view returns (uint256)
0
owner(view returns (address)
0x64cb17c17ba72f77f5b313695bcf18e2dc8892f8
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
signer(view returns (address)
0x3f81649efc518fb142b830b7dce4862b86cb93b1
token(view returns (address)
0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b
Read-only
claimed(addressview returns (bool)
State-modifying
acceptOwnership(
claim(bytes32[] _proofbytes _signatureuint256 _amountpayable 
renounceOwnership(
setClaimRoot(bytes32 _claimRoot
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 _token
Fallback and receive
receive(
Errors
AlreadyClaimed(
InsufficientBalance(
InsufficientFee(
InvalidMerkleProof(
InvalidSignature(
MerkleRootNotSet(
NotActive(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ZeroAddress(