LNQFarm
Verified contract
Active on
Ethereum with 4,937 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd4f4…bd04
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($11,672,432.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LNQ | ERC-20 | 62.187634M | $0.187697 |
$11,672,432.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298232 | an hour ago | | | 0 | 0.00040968494 | |
| 21296242 | 8 hours ago | | | 0 | 0.00079009608 | |
| 21296144 | 8 hours ago | | | 0 | 0.00067985711 | |
| 21296055 | 9 hours ago | | | 0 | 0.00068530545 | |
| 21295726 | 10 hours ago | | | 0 | 0.0011634461 | |
| 21295528 | 10 hours ago | | | 0 | 0.00079103698 | |
| 21295322 | 11 hours ago | | | 0 | 0.0015412791 | |
| 21295114 | 12 hours ago | | | 0 | 0.00094654145 | |
| 21292993 | 19 hours ago | | | 0 | 0.00068749212 | |
| 21289416 | a day ago | | | 0 | 0.00045858592 |
ABI
ABI objects
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 _user) view returns (bool[3])
getAPRForUser(address _user) view returns (uint256[3])
getClaimableRewards(address _user) view returns (uint256[3])
getClaimableRewards(uint256 _poolId, address _user) view returns (uint256)
getEarnedToken(address _user) view returns (uint256[3])
getStakedToken(address _user) view returns (uint256[3])
lockTime(uint256) view returns (uint256)
poolStakers(uint256, address) view returns (uint256 amount, uint256 rewards, uint256 rewardDebt, uint256 earned, uint256 startTime, uint256 endTime)
pools(uint256) view returns (uint256 tokensStaked, uint256 lastRewardedBlock, uint256 accumulatedRewardsPerShare)
rewardTokensPerBlock(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
compound(uint256 _poolId)
deposit(uint256 _poolId, uint256 _amount)
harvestRewards(uint256 _poolId)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _poolId)
Deposit(address indexed user, uint256 indexed poolId, uint256 amount)
HarvestRewards(address indexed user, uint256 indexed poolId, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(uint256 poolId)
Withdraw(address indexed user, uint256 indexed poolId, uint256 amount)
constructor(address _LNQ)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()