LP_Staking
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEGA | ERC-20 | 3.653309K | $0.006036 |
$22.05 | |
SLP | ERC-20 | 0.00196 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14000864 | 3 years ago | | | 0 | 0.0097802790 | |
| 13863429 | 3 years ago | | | 0 | 0.025366594 | |
| 13861623 | 3 years ago | | | 0 | 0.014836100 | |
| 13838415 | 3 years ago | | | 0 | 0.016561241 | |
| 13838092 | 3 years ago | | | 0 | 0.016035866 | |
| 13838066 | 3 years ago | | | 0 | 0.0069151830 | |
| 13815727 | 3 years ago | | | 0 | 0.013320512 | |
| 13815295 | 3 years ago | | | 0 | 0.014085140 | |
| 13802779 | 3 years ago | | | 0 | 0.016036585 | |
| 13797669 | 3 years ago | | | 0 | 0.030475254 |
ABI
ABI objects
Getter at block 21200945
epoch_count() view returns (uint8)
65
epoch_reward() view returns (uint256)
1785000000000000000000
epoch_seconds() view returns (uint256)
86400
get_current_epoch_number() view returns (uint8)
65
staking_end() view returns (uint256)
1638456740
staking_start() view returns (uint256)
1632840740
total_staked() view returns (uint256)
1959856149198262
trusted_lp_token() view returns (address)
0x42b7b8f8f83fa5cbf0176f8c24ad51ebcd4b5f17
trusted_reward_token() view returns (address)
0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e
Read-only
epochs(uint256) view returns (uint8 epoch_number, uint248 balance)
get_available_reward(address user) view returns (uint256)
prerewards(address) view returns (uint256)
total_staked_for_user(address user) view returns (uint256)
users(address) view returns (bool has_prerewards, uint8 epoch_start, uint168 balance)
State-modifying
Events emergency_refund(address[] _users)
init_prerewards(struct LP_StakingPrereward[] _users, uint256 _prerewards_total)
set_controller(address new_controller)
stake(uint168 value) returns (bool)
unstake() returns (bool)
withdraw_rewards() returns (bool)
This contract contains no event objects.
constructor(address lp_token_address, address reward_token_address, uint8 _epoch_count, uint256 _epoch_seconds, uint256 _epoch_reward, address _rewards_refund)
This contract contains no fallback and receive objects.
This contract contains no error objects.