IncentiveDistributor
Verified contract
Active on
Ethereum with 1,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($170,013.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRDY | ERC-20 | 108.762484K | $1.41 |
$153,355.1 | |
DINERO | ERC-20 | 112.176807K | $0.071754 |
$8,049.13 | |
CRV | ERC-20 | 13.290957K | $0.315651 |
$4,195.3 | |
BTRFLY | ERC-20 | 21.283698 | $153.65 |
$3,270.24 | |
GHO | ERC-20 | 563.707766 | $0.990287 |
$558.23 | |
USDC | ERC-20 | 529.287098 | $1.00 |
$529.29 | |
somm | ERC-20 | 3.653039K | $0.015513 |
$56.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210241 | 16 minutes ago | | | 0 | 0.0055263734 | |
| 21206098 | 14 hours ago | | | 0 | 0.014401090 | |
| 21206097 | 14 hours ago | | | 0 | 0.0035427686 | |
| 21205931 | 15 hours ago | | | 0 | 0.0034369251 | |
| 21203504 | a day ago | | | 0 | 0.0052709579 | |
| 21190033 | 3 days ago | | | 0 | 0.0020233184 | |
| 21187131 | 3 days ago | | | 0 | 0.0029922399 | |
| 21183128 | 4 days ago | | | 0 | 0.0043040372 | |
| 21182504 | 4 days ago | | | 0 | 0.0035327044 | |
| 21177426 | 5 days ago | | | 0 | 0.0017779780 |
ABI
ABI objects
Getter at block 21210320
owner() view returns (address)
0x2532c3d363306fa6d625e4cbad996bcf534e8154
Read-only
claimed(bytes32, address) view returns (bool)
merkleAvailable(bytes32) view returns (bool)
verifyClaim(address _to, address _token, uint256 _balance, bytes32 _rootHash, bytes32[] _merkleProof) view returns (bool)
State-modifying
Events claim(address _to, bytes32[] _rootHashes, address[] _tokens, uint256[] _balances, bytes32[][] _merkleProofs)
registerMerkleTree(bytes32 _rootHash)
renounceOwnership()
transferOwnership(address newOwner)
unregisterMerkleTree(bytes32 _rootHash)
withdraw(address _to, address _token, uint256 _balance)
Claimed(bytes32 rootHash, address user, address token, uint256 balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegisteredMerkleTree(bytes32 rootHash)
UnRegisteredMerkleTree(bytes32 rootHash)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.