LUCOVault
Verified contract
Active on
Ethereum with 240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x80f5…dc65
0x1d1d…7148
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUCO | ERC-20 | 2.378743K | -- | -- | |
UNI-V2 | ERC-20 | 153.155033 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15512781 | 2 years ago | | | 0 | 0.00018767100 | |
| 15512772 | 2 years ago | | | 0 | 0.00018767100 | |
| 15512757 | 2 years ago | | | 0 | 0.00018767100 | |
| 13775896 | 3 years ago | | | 0 | 0.0024552915 | |
| 13235987 | 3 years ago | | | 0 | 0.0021539850 | |
| 13203900 | 3 years ago | | | 0 | 0.0025341000 | |
| 12938980 | 3 years ago | | | 0 | 0.0018011070 | |
| 12855205 | 3 years ago | | | 0 | 0.0018516060 | |
| 12750843 | 3 years ago | | | 0 | 0.0011149710 | |
| 12618208 | 4 years ago | | | 0 | 0.0010286700 |
ABI
ABI objects
Getter at block 21391113
LPToken() view returns (address)
0x80f52e9d4905d660ce44419cddef2502bc99dc65
LucoToken() view returns (address)
0x1d1dad28770ad8af00bbfc71fad222a3aaef7148
accLucoPerShare() view returns (uint256)
24946489684985370529656953235928
dailyReward() view returns (uint256)
150
emergencyWithdraw() view returns (bool)
false
getRewardPerBlock() view returns (uint256)
2472381243093600
lastRewardBlock() view returns (uint256)
12938980
owner() view returns (address)
0xcc249d41f3b4ea5c79ec82f5f0d91f39cfa2b92d
rewardPool() view returns (address)
0x420f02b7c68945f2b9410d3a0f79d9ba37f0cfb3
totalStaked() view returns (uint256)
153155032784776504850
Read-only
getUserBalance(address _staker) view returns (uint256 _amountStaked)
pendingRewards(address _staker) view returns (uint256)
userDetails(address) view returns (uint256 _LPDeposited, uint256 _rewardDebt)
State-modifying
Events claimRewards()
setDailyReward(uint256 _dailyReward)
stakeLP(uint256 _amount)
transferOwnership(address _owner)
turnEmergencyWithdrawOn()
unstakeLP()
updatePool()
EmergencyWithdrawOn(address _caller, bool _emergencyWithdraw, uint256 _time)
PoolUpdated(uint256 _blocksRewarded, uint256 _amountRewarded, uint256 _time)
RewardsClaimed(address _staker, uint256 _rewardsClaimed, uint256 _time)
StakeCompleted(address _staker, uint256 _amount, uint256 _totalStaked, uint256 _time)
TransferredOwnership(address _previous, address _next, uint256 _time)
WithdrawCompleted(address _staker, uint256 _amount, uint256 _time)
constructor(address _LPToken, address _LucoToken, address _rewardPool, uint256 _dailyReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.