SignedDistributor
Verified contract
Active on
Ethereum with 43,439 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) |
---|---|---|---|---|---|---|---|
| 20706167 | 2 months ago | | | 0 | 0.00017324100 | |
| 20704806 | 2 months ago | | | 0 | 0.00016480716 | |
| 20704243 | 2 months ago | | | 0 | 0.00018806492 | |
| 20704163 | 2 months ago | | | 0 | 0.00017679550 | |
| 20704108 | 2 months ago | | | 0 | 0.00016054817 | |
| 20704107 | 2 months ago | | | 0 | 0.00014843779 | |
| 20703852 | 2 months ago | | | 0 | 0.00013490509 | |
| 20703849 | 2 months ago | | | 0 | 0.00012958891 | |
| 20703753 | 2 months ago | | | 0 | 0.00012887447 | |
| 20703634 | 2 months ago | | | 0 | 0.00012763531 |
ABI
ABI objects
Getter at block 21160546
MERKLE_ROOT() view returns (bytes32)
0x3b4adb0b4e3306fbc45a1901394d4f00fb6e14aac05a050e7d482296d4746898
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)