ReservesDistributor
Verified contract
Active on
Ethereum with 8 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 "ReservesDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15155918 | 2 years ago | | | 0 | 0.00065783488 | |
| 15155910 | 2 years ago | | | 0 | 0.00088407311 | |
| 15085303 | 2 years ago | | | 0 | 0.0014029565 | |
| 13889502 | 3 years ago | | | 0 | 0.0034577622 | |
| 13889494 | 3 years ago | | | 0 | 0.0020207643 | |
| 13889483 | 3 years ago | | | 0 | 0.0053262461 | |
| 13889478 | 3 years ago | | | 0 | 0.0061860586 | |
| 13301270 | 3 years ago | | | 0 | 0.0027693391 |
ABI
ABI objects
Getter at block 21412068
getBlockTimestamp() view returns (uint256)
1734315779
imx() view returns (address)
0x7b35ce522cb72e4077baeb96cb923a5529764a00
lastClaim() view returns (uint256)
1681332227
owner() view returns (address)
0x9fc5341db9a9cdf8337b4bd286d4cfc03b20ad35
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
periodLength() view returns (uint256)
7776000
xImx() view returns (address)
0x363b2deac84f0100d63c7427335f8350f596bf59
Read-only
This contract contains no read-only function objects.
State-modifying
Events claim() returns (uint256 amount)
claimOwnership()
setPeriodLength(uint256 newPeriodLength)
transferOwnership(address newOwner, bool direct, bool renounce)
withdraw(uint256 amount)
Claim(uint256 previousBalance, uint256 timeElapsed, uint256 amount)
NewPeriodLength(uint256 oldPeriodLength, uint256 newPeriodLength)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(uint256 previousBalance, uint256 amount)
constructor(address imx_, address xImx_, uint256 periodLength_)
This contract contains no fallback and receive objects.
This contract contains no error objects.