SignedDistributor
Verified contract
Active on
Ethereum with 122,255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19,820,181.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EIGEN | ERC-20 | 6.193807M | $3.20 |
$19,820,181.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158550 | 8 minutes ago | | | 0 | 0.0029809780 | |
| 21158506 | 17 minutes ago | | | 0 | 0.0030747600 | |
| 21158474 | 23 minutes ago | | | 0 | 0.0028086782 | |
| 21158449 | 28 minutes ago | | | 0 | 0.0028437700 | |
| 21158319 | an hour ago | | | 0 | 0.00071802763 | |
| 21158319 | an hour ago | | | 0 | 0.0023559797 | |
| 21158318 | an hour ago | | | 0 | 0.0021895511 | |
| 21158187 | an hour ago | | | 0 | 0.0027575299 | |
| 21158118 | 2 hours ago | | | 0 | 0.0031760878 | |
| 21157922 | 2 hours ago | | | 0 | 0.0041749252 |
ABI
ABI objects
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(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)