LitionPool
Verified contract
Active on
Ethereum with 526 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x763f…46b2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIT | ERC-20 | 361.115K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13500652 | 3 years ago | | | 0 | 0.0063808606 | |
| 13475068 | 3 years ago | | | 0 | 0.0040942790 | |
| 12871683 | 3 years ago | | | 0 | 0.0030130720 | |
| 12535374 | 3 years ago | | | 0 | 0.0027649620 | |
| 12527954 | 3 years ago | | | 0 | 0.0031194200 | |
| 12354041 | 4 years ago | | | 0 | 0.00054694770 | |
| 12354041 | 4 years ago | | | 0 | 0.0044962230 | |
| 12352552 | 4 years ago | | | 0 | 0.0010943715 | |
| 12349268 | 4 years ago | | | 0 | 0.0034714845 | |
| 12304589 | 4 years ago | | | 0 | 0.0051494040 |
ABI
ABI objects
Getter at block 21161970 getTotalInStake() view returns (uint256) getTotalStakes() view returns (uint256)
getTotalStakers() view returns (uint256)
32
owner() view returns (address)
0x002ebdcc21c22dab90ff88489bf0137ee005dbe4
paused() view returns (bool)
false
Read-only
calculateFinishTimestamp(uint256 _timestamp, uint8 _lockupPeriod) pure returns (uint256)
getLockupFinishTimestamp(address _staker, uint256 _index) view returns (uint256)
getStake(address _staker, uint256 _index) view returns (uint256 createdOn, uint256 totalStaked, uint8 lockupPeriod, bool compound, uint256 rewards, bool finished, uint256 lockupFinishes)
getTotalStakesByStaker(address _staker) view returns (uint256)
stakeListBySender(address, uint256) view returns (uint256 createdOn, uint256 totalStaked, uint8 lockupPeriod, bool compound, uint256 rewards, bool finished)
stakers(uint256) view returns (address)
State-modifying
Events _accredit(address _staker, uint256 _index, uint256 _total)
_accreditMultiple(address _staker, uint256[] _totals)
_extractLitSentByMistake(uint256 amount, address _sendTo)
_forceFinishStake(address _staker, uint256 _index)
_migrateStakes(address _staker, uint256[] _created_on_array, uint256[] _amount_array, uint8[] _lockup_period_array, bool[] _compound_array, uint256[] _rewards_array, bool[] _finished_array)
_removeStaker(address _staker, uint256 _index)
_switchPaused()
_transferLITToVestingAccount(uint256 _total)
_transferOwnership(address newOwner)
createNewStake(uint256 _amount, uint8 _lockupPeriod, bool _compound)
finishStake(uint256 _index)
restake(uint256 _index)
withdrawRewards(uint256 _index)
NewStake(address indexed staker, uint256 totalStaked, uint8 lockupPeriod, bool compound)
RewardsAccredited(address indexed staker, uint256 index, uint256 delta, uint256 total)
RewardsWithdrawn(address indexed staker, uint256 index, uint256 total)
StakeEnabledToBeFinished(address indexed staker, uint256 index)
StakeFinishedByUser(address indexed staker, uint256 totalRecovered, uint256 index)
StakeIncreased(address indexed staker, uint256 index, uint256 delta, uint256 total)
StakeRemoved(address indexed staker, uint256 totalRecovered, uint256 index)
StakeRestakedByUser(address indexed staker, uint256 totalStaked, uint8 lockupPeriod, bool compound)
StakerMigrated(address indexed staker)
TransferredToVestingAccount(uint256 total)
constructor(address _litionToken)
fallback()
This contract contains no error objects.