SignedDistributor

Verified contract

Active on Ethereum with 214,496 txns
Deployed by via 0x896b0280 at 19823915
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SignedDistributor"

0x1e95446612e45a764ca37d0ee63ddf8ef05455accb1dbf2d55efa392e63d5872
0xaed7293a7d089edb4b97606e5fdb3b3171f2ee86ccd0f923fecc7f17dbd6f250
0x096851faea730fefa8fbd6d28e71199f667c5f3fe79a143e24c58de41eae1b3b
0x3f0bad396937f5ccca29dc74be8da2b042b1afe17ac05c2550bd3ff5c2dcd790
0x746326812319beb09b113f20a23ed6a6b6481c4716a4600c08f86c8e8000cba0
0x716e30d0f3e336c955dd5584064b10a90a21920938beef77acad6f400c83ef54
0x19c98f1046536d6672b7c40e9286b0b10ee5ebb0c17d34dd23c5323fb1a161d2
0x521faa846c5a10f876538a1d8647f2a51d4ba54ca3388a2020fdcf8d0eef7bbc
0x9cadf82f2fdaeb17eed5a5a7a90821b1b40b42f81806ff4f00a141f003e1f702
0x1c04c78697ef206c4df4d331e560e23da213cf6a6c6900f9299ba6403c952a3f

Functions
Getter at block 21157695
MERKLE_ROOT(view returns (bytes32)
0x84312359709a9fafd25ebf43476f409db1ee2028de35a89215feb99fafa962ce
TOKEN(view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
owner(view returns (address)
0xbb00dda2832850a43840a3a86515e3fe226865f2
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
signer(view returns (address)
0x51e7ac4f8086f2b913e0e4af05003b06181e4994
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