LIQ_LP_Staking
Verified contract
Active on
Ethereum with 335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x5f69…dcc0
0x13c8…4f3e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIQ | ERC-20 | 206.408385K | -- | -- | |
UNI-V2 | ERC-20 | 222.192349 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19558161 | 8 months ago | | | 0 | 0.0020257771 | |
| 19254223 | 9 months ago | | | 0 | 0.0017827980 | |
| 19254221 | 9 months ago | | | 0 | 0.0019598550 | |
| 19243028 | 9 months ago | | | 0 | 0.0017786667 | |
| 19243024 | 9 months ago | | | 0 | 0.0031335305 | |
| 19071262 | 10 months ago | | | 0 | 0.0016303783 | |
| 18948423 | 10 months ago | | | 0 | 0.0016236587 | |
| 18948379 | 10 months ago | | | 0 | 0.0019245781 | |
| 18948351 | 10 months ago | | | 0 | 0.0012948318 | |
| 18948340 | 10 months ago | | | 0 | 0.00059332373 |
ABI
ABI objects
Getter at block 21227053
accRewardPerShare() view returns (uint256)
78299103779211
lastRewardBlock() view returns (uint256)
19558161
lpToken() view returns (address)
0x13c869bb9519353643269846ad6f96f59c1f4f3e
owner() view returns (address)
0x43c4a5fc1d79263a6299bc98b0a0af9b0c798e99
reward() view returns (address)
0x5f69b7ab8f7cab199a310fd5a27b43fef44ddcc0
rewardPerBlock() view returns (uint256)
0
vestingTime() view returns (uint256)
2592000
Read-only
pendingReward(address _user) view returns (uint256 pending)
userInfo(address) view returns (uint256 amount, int256 rewardDebt, uint256 lastDepositedAt)
State-modifying
Events deposit(uint256 amount, address to)
depositReward(uint256 amount)
emergencyWithdraw(address to)
harvest(address to)
initialize(address _reward, address _lpToken)
renounceOwnership()
setRewardPerBlock(uint256 _rewardPerBlock)
transferOwnership(address newOwner)
updatePool()
updateVestingTime(uint256 priodInSecond)
withdraw(uint256 amount, address to)
withdrawReward(uint256 amount)
Deposit(address indexed user, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 amount, address indexed to)
Harvest(address indexed user, uint256 amount)
LogUpdatePool(uint256 lastRewardBlock, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount, address indexed to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.