LNQFarm

Verified contract

Active on Ethereum with 4,937 txns
Deployed by via 0xe159a621 at 19539417
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
ERC-20
Value $11,672,432.27
0x60955206ea2f2a664b04d367dc15275f73cd934f240d5b7fa05667dd803970b9
0xeedf2006ecae2aceabb31439478becbfa3780f4bce4f27860965c3316ec83e4f
0x190d03183fd702e9b3e62028c4b84a31d234f5738991f445e30a5981a25bbf6e
0xaa64274fc6d4ecb05be216f18181e4e2a76de7de77a6bc28308486f0db150875
0xa83c1b824225265ee373bf0c193dba3eab99c71ffc204897aea5f4af90e37473
0xa0255c76767bf53ec281bda5173ae46bf770d8951b3f487e181530127df8b4db
0x504f12506835212f4b0c48c12665e9976dfce491d92e0b61560e0523a47d5356
0x2312efad8e143677f7e87bde417b9e73bc22d441d718e8b667a6703ec0f8224e
0x9f8865a61315f360b4dc168c3f6f5e0d92b82a7fc23034bc23cebdf1758807f3
0x92b73ae77b0b3de6e22f40a912c409284d5f7dd1963edbec3f0bd88d3492dd7b

Functions
Getter at block 21298615
LNQToken(view returns (address)
0xd4f4d0a10bcae123bb6655e8fe93a30d01eebd04
getFarmsLiquidity(view returns (uint256[3])
[49874787778510816708044836, 31773913661619519008328293, 8796481404173731237230207]
owner(view returns (address)
0xd848e07374eabf9ed80c770eccdfe0ed8af7672b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkLockTime(address _userview returns (bool[3])
getAPRForUser(address _userview returns (uint256[3])
getClaimableRewards(address _userview returns (uint256[3])
getClaimableRewards(uint256 _poolIdaddress _userview returns (uint256)
getEarnedToken(address _userview returns (uint256[3])
getStakedToken(address _userview returns (uint256[3])
lockTime(uint256view returns (uint256)
poolStakers(uint256addressview returns (uint256 amountuint256 rewardsuint256 rewardDebtuint256 earneduint256 startTimeuint256 endTime)
pools(uint256view returns (uint256 tokensStakeduint256 lastRewardedBlockuint256 accumulatedRewardsPerShare)
rewardTokensPerBlock(uint256view returns (uint256)
State-modifying
acceptOwnership(
compound(uint256 _poolId
deposit(uint256 _poolIduint256 _amount
harvestRewards(uint256 _poolId
renounceOwnership(
transferOwnership(address newOwner
withdraw(uint256 _poolId
Events
Deposit(address indexed useruint256 indexed poolIduint256 amount
HarvestRewards(address indexed useruint256 indexed poolIduint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolCreated(uint256 poolId
Withdraw(address indexed useruint256 indexed poolIduint256 amount
Constructor
constructor(address _LNQ
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(