LitStaking
Verified contract
Active on
Ethereum with 3,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x59bc…6cda
Balances ($206,701.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIT | ERC-20 | 6.004539B | $0.000034 |
$206,676.23 | |
WETH | ERC-20 | 0.00719 | $3,573.51 |
$25.69 | |
VLIT | ERC-20 | 2.034372B | -- | -- | |
PRBLY | ERC-20 | 113.502802K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317442 | a day ago | | | 0 | 0.0073210481 | |
| 21312060 | 2 days ago | | | 0 | 0.0018639656 | |
| 21306638 | 2 days ago | | | 0 | 0.0013652768 | |
| 21306615 | 2 days ago | | | 0 | 0.0014026906 | |
| 21306571 | 2 days ago | | | 0 | 0.0013458085 | |
| 21298553 | 4 days ago | | | 0 | 0.0010001380 | |
| 21295721 | 4 days ago | | | 0 | 0.0019723605 | |
| 21288370 | 5 days ago | | | 0 | 0.0013496669 | |
| 21266034 | 8 days ago | | | 0 | 0.0026461190 | |
| 21261747 | 9 days ago | | | 0 | 0.0010427982 |
ABI
ABI objects
Getter at block 21324172
_vLit() view returns (address)
0x59bc0f9a7db12b874bfa30dda9d1945fbde06cda
owner() view returns (address)
0x9ad21c497837165344e1fa54fe894174b19c51e0
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
14509082
totalAllocPoint() view returns (uint256)
1000000
vLitPerBlock() view returns (uint256)
400000000000000000000
Read-only
pendingVLit(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accVLitPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setVLitPerBlockPerBlock(uint256 _vLitPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPerBlockSet(uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address vLit_, uint256 _vLitPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.