LPFarming

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9f83aca1 at 19084077
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 2 additional slots

No balances found for "LPFarming"

No transactions found for "LPFarming"


Functions
Getter at block 21226117
epoch(view returns (uint256 startBlockuint256 endBlockuint256 rewardPerBlock)
(startBlock=0, endBlock=0, rewardPerBlock=0)
jpgd(view returns (address)
0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6
owner(view returns (address)
0x0000000000000000000000000000000000000000
poolLength(view returns (uint256)
0
 
renounceOwnership(view 
totalAllocPoint(view returns (uint256)
0
Read-only
pendingReward(uint256 _pidaddress _userview returns (uint256)
poolInfo(uint256view returns (address lpTokenuint256 allocPointuint256 lastRewardBlockuint256 accRewardPerShareuint256 depositedAmount)
underlyingTokens(uint256view returns (address underlyingTokenaddress depositContract)
userInfo(uint256addressview returns (uint256 amountuint256 lastAccRewardPerShare)
whitelistedContracts(addressview returns (bool)
State-modifying
add(uint256 _allocPointaddress _lpToken
claim(uint256 _pid
claimAll(
deleteUnderlyingInfo(uint256 _pid
deposit(uint256 _piduint256 _amount
depositUnderlying(uint256 _piduint256 _amount
initialize(
newEpoch(uint256 _startBlockuint256 _endBlockuint256 _rewardPerBlock
set(uint256 _piduint256 _allocPoint
setContractWhitelisted(address addrbool isWhitelisted
setUnderlyingInfo(uint256 _pidaddress _underlyingTokenaddress _depositContract
transferOwnership(address newOwner
withdraw(uint256 _piduint256 _amount
withdrawUnderlying(uint256 _piduint256 _amount
Events
Claim(address indexed useruint256 indexed piduint256 amount
ClaimAll(address indexed useruint256 amount
ContractWhitelistChanged(address indexed addrbool isWhitelisted
Deposit(address indexed useruint256 indexed piduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(address _jpgd
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAmount(
InvalidBlock(
InvalidPID(
NoReward(
ZeroAddress(