SignedDistributor
Verified contract
Active on
Ethereum with 214,496 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SignedDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20976390 | 25 days ago | | | 0 | 0.00028617316 | |
| 20976243 | 25 days ago | | | 0 | 0.00027982942 | |
| 20976243 | 25 days ago | | | 0 | 0.00028123914 | |
| 20976243 | 25 days ago | | | 0 | 0.00028607572 | |
| 20976243 | 25 days ago | | | 0 | 0.00028431417 | |
| 20873551 | a month ago | | | 0 | 0.00025154934 | |
| 20873518 | a month ago | | | 0 | 0.00026643708 | |
| 20873408 | a month ago | | | 0 | 0.00031778362 | |
| 20806644 | 2 months ago | | | 0 | 0.00076527014 | |
| 20766254 | 2 months ago | | | 0 | 0.000065494348 |
ABI
ABI objects
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(address) view returns (bool)
State-modifying
Events acceptOwnership()
claim(uint256 amount, bytes32[] merkleProof, bytes signature)
renounceOwnership()
transferOwnership(address newOwner)
updateSigner(address newSigner)
withdraw()
Claimed(address indexed account, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerUpdated(address indexed oldSigner, address indexed newSigner)
Withdrawn(address indexed account, uint256 amount)
constructor(bytes32 _merkleRoot, address _signer, address _token, address _owner)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidAmount()
InvalidNewSigner()
InvalidProof()
InvalidSignature()
InvalidSigner()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)