TiTiMerkleDistributor
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5390…3311
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TiTi | ERC-20 | 168.738773K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19858437 | 6 months ago | | | 0 | 0.00012984286 | |
| 19174656 | 9 months ago | | | 0 | 0.0010379016 | |
| 18961174 | 10 months ago | | | 0 | 0.00049856487 | |
| 18740755 | a year ago | | | 0 | 0.0010934396 | |
| 18533201 | a year ago | | | 0 | 0.00085438744 | |
| 18411942 | a year ago | | | 0 | 0.0010414195 | |
| 18326461 | a year ago | | | 0 | 0.00017809854 | |
| 18176057 | a year ago | | | 0 | 0.00032008202 | |
| 18175880 | a year ago | | | 0 | 0.00025764871 | |
| 18139654 | a year ago | | | 0 | 0.00077385600 |
ABI
ABI objects
Getter at block 21220431
owner() view returns (address)
0xa66df37dfc732187d3427ab84e139b20a31c9208
root() view returns (bytes32)
0x546e828b3b7aa74f52d9e31670cd61f233a9316e103149bb167d9b11d9e8ac74
staking() view returns (address)
0x5390dbf4958f21bb317c72744c110977f4c03311
token() view returns (address)
0x3bdffa70f4b4e6985eed50453c7c0d4a15dcec52
Read-only
claimed(address) view returns (uint256)
State-modifying
Events claim(uint256 _reward, bytes32[] _proof)
claimAndStake(uint256 _reward, bytes32[] _proof)
deposit(uint256 _amount)
extract(address _token, uint256 _amount)
renounceOwnership()
setDepositWorker(address _depositWorker)
setMerkleRootWorker(address _merkleRootWorker)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _root)
updateStaking(address _staking)
Claim(address indexed account, uint256 claimAmount)
ClaimAndStake(address indexed account, uint256 claimAmount)
Deposit(uint256 amount)
Extract(address indexed token, uint256 amount)
NewDepositWorker(address account)
NewMerkleRootWorker(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateRoot(bytes32 indexed root)
UpdateStaking(address staking)
constructor(address _token, address _staking, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.