DepositManager
Verified contract
Active on
Ethereum with 4,901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe28b…ca30
Balances ($713,365.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INJ | ERC-20 | 29.20037K | $24.43 |
$713,365.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20879736 | a month ago | | | 0 | 0.0016005496 | |
| 20774737 | 2 months ago | | | 0 | 0.00047965539 | |
| 20546274 | 3 months ago | | | 0 | 0.000048972713 | |
| 20519523 | 3 months ago | | | 0 | 0.00010017949 | |
| 20302472 | 4 months ago | | | 0 | 0.00013508746 | |
| 20158910 | 5 months ago | | | 0 | 0.00012926775 | |
| 19456466 | 8 months ago | | | 0 | 0.0018001081 | |
| 19448407 | 8 months ago | | | 0 | 0.0013372268 | |
| 19420252 | 8 months ago | | | 0 | 0.0038499914 | |
| 19368265 | 8 months ago | | | 0 | 0.0038273948 |
ABI
ABI objects
Getter at block 21171583
competitionEnded() view returns (bool)
true
lockingPeriod() view returns (uint256)
604800
owner() view returns (address)
0x64fd9a3ca8f856ced235fd4f634a026b891a10f6
realINJ() view returns (address)
0xe28b3b32b6c345a34ff64674606124dd5aceca30
Read-only
depositBalance(address) view returns (uint256)
depositUnlockTimestamp(address) view returns (uint256)
State-modifying
Events deposit(uint256 amount)
endCompetition()
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 withdrawalAmount)
withdrawAll()
Deposit(address indexed staker, uint256 depositAmount, uint256 depositUnlockTimestamp, uint256 depositTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed staker, uint256 withdrawalAmount, uint256 withdrawalTimestamp)
constructor(address realINJ_)
This contract contains no fallback and receive objects.
This contract contains no error objects.