SignedDistributor

Verified contract

Active on Ethereum with 122,255 txns
Deployed by via 0xe13c824e at 20757770
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $19,820,181.58
0x50ede63e19a2ff2e0c6b65c8f1fda6196c248effa9b55c3bdfc8aa74dcb28e57
0x830655d97cc8813635e75201c65b2969741a68f5299aa9c05aa1508d5189733f
0x956ea797d49f1ebe94c04aa833ce20f51c3e55d9fdde1031fe1ad7753c75b912
0x1456324bbf2d4961b94f032a33dfa22d18218919fa7c5bc89cbb40e38399e31e
0x1a70365d279cd77d721bfb14ad4fab9ab6c45351ade84f9c86d06a0140b9301a
0x3697b9704843a2570e9aa584a1e1ae43cf12e511187f61373cfa2f994d4969cd
0xe0e8f1060a0bb90726ca407971eb59618431706c9e8cb1621e6b9153656c1bd7
0xfb84880a68356814558117192edf69161929d520499a51f2f0bfdb9f713ad590
0x966757208eb87114909ce463bb886f944963329077921a0ac80145c5974ef05b
0x670cb2e7db546511ce30dfb79299cec641273bcff7ab9f2705751cbd7da7c3ac

Functions
Getter at block 21158588
MERKLE_ROOT(view returns (bytes32)
0xced4d06c8f43bc003baffe17f0a20bd46cc3cfc300c0260f69ef49bebd750505
TOKEN(view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
owner(view returns (address)
0xbb00dda2832850a43840a3a86515e3fe226865f2
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
signer(view returns (address)
0x931f7d4db9db68510f33bf13ba1b4b816a7a87a1
Read-only
hasClaimed(addressview returns (bool)
State-modifying
acceptOwnership(
claim(uint256 amountbytes32[] merkleProofbytes signature
renounceOwnership(
transferOwnership(address newOwner
updateSigner(address newSigner
withdraw(
Events
Claimed(address indexed accountuint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SignerUpdated(address indexed oldSigneraddress indexed newSigner
Withdrawn(address indexed accountuint256 amount
Constructor
constructor(bytes32 _merkleRootaddress _signeraddress _tokenaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
InvalidAmount(
InvalidNewSigner(
InvalidProof(
InvalidSignature(
InvalidSigner(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account