LitionPool
Verified contract
Active on
Ethereum with 5,065 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)
No balances found for "LitionPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12844089 | 3 years ago | | | 0 | 0.00097890800 | |
| 11160601 | 4 years ago | | | 0 | 0.0019804680 | |
| 11160601 | 4 years ago | | | 0 | 0.0018438840 | |
| 11160601 | 4 years ago | | | 0 | 0.0027316800 | |
| 11160601 | 4 years ago | | | 0 | 0.0027316800 | |
| 11160601 | 4 years ago | | | 0 | 0.0015707160 | |
| 11160601 | 4 years ago | | | 0 | 0.0015707160 | |
| 11160601 | 4 years ago | | | 0 | 0.0015707160 | |
| 11160601 | 4 years ago | | | 0 | 0.0015707160 | |
| 11160601 | 4 years ago | | | 0 | 0.0018438840 |
ABI
ABI objects
Getter at block 21160420 getTotalInStake() view returns (uint256) getTotalStakes() view returns (uint256)
getTotalStakers() view returns (uint256)
458
owner() view returns (address)
0x868209b6945cd7adb3a4c7514d2c68d6969309c4
paused() view returns (bool)
true
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)
_extractLitSentByMistake(uint256 amount, address _sendTo)
_forceFinishStake(address _staker, uint256 _index)
_migrateStake(address _staker, uint256 _createdOn, uint256 _amount, uint8 _lockupPeriod, bool _compound, uint256 _rewards)
_removeStaker(address _staker, uint256 _index)
_switchPaused()
_transferLITToVestingAccount(uint256 _total)
_transferOwnership(address newOwner)
createNewStake(uint256 _amount, uint8 _lockupPeriod, bool _compound)
finishStake(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)
StakeMigrated(address indexed staker, uint256 index)
StakeRemoved(address indexed staker, uint256 totalRecovered, uint256 index)
TransferredToVestingAccount(uint256 total)
constructor(address _litionToken)
fallback()
This contract contains no error objects.