MerkleDistributor
Verified contract
Active on
Ethereum with 3,134 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 "MerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20902837 | a month ago | | | 0 | 0.00025587306 | |
| 20680012 | 2 months ago | | | 0 | 0.00034026000 | |
| 20071919 | 5 months ago | | | 0 | 0.00073437987 | |
| 19434410 | 8 months ago | | | 0 | 0.0051723877 | |
| 19205998 | 9 months ago | | | 0 | 0.0026009595 | |
| 19147992 | 9 months ago | | | 0 | 0.0014608507 | |
| 18937742 | 10 months ago | | | 0 | 0.0028220641 | |
| 18682567 | a year ago | | | 0 | 0.0027458282 | |
| 18664533 | a year ago | | | 0 | 0.0028969423 | |
| 18628337 | a year ago | | | 0 | 0.0057742234 |
ABI
ABI objects
Getter at block 21211141
owner() view returns (address)
0x0691f5804d4227925f19b031821b530b48fff38f
root() view returns (bytes32)
0x208f8c55a967d531a01325570b481dd7f3f9c8321ead17857d76f42d37d0f2c5
silv() view returns (address)
0x7e77dcb127f99ece88230a64db8d595f31f1b068
Read-only
claimed(uint256 index_) view returns (bool)
State-modifying
Events claim(bytes32[] proof_, uint256 index_, uint256 value_)
renounceOwnership()
setRoot(bytes32 root_)
transferOwnership(address newOwner)
LogClaim(uint256 indexed index, address indexed from, uint256 value)
LogSetRoot(bytes32 previousRoot, bytes32 newRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(bytes32 root_, address silv_)
This contract contains no fallback and receive objects.
This contract contains no error objects.