LPFarming
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
Balances ($0.00)
No balances found for "LPFarming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LPFarming"
ABI
ABI objects
Getter at block 21226117 renounceOwnership() view
epoch() view returns (uint256 startBlock, uint256 endBlock, uint256 rewardPerBlock)
(startBlock=0, endBlock=0, rewardPerBlock=0)
jpgd() view returns (address)
0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
Read-only
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare, uint256 depositedAmount)
underlyingTokens(uint256) view returns (address underlyingToken, address depositContract)
userInfo(uint256, address) view returns (uint256 amount, uint256 lastAccRewardPerShare)
whitelistedContracts(address) view returns (bool)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
claim(uint256 _pid)
claimAll()
deleteUnderlyingInfo(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
depositUnderlying(uint256 _pid, uint256 _amount)
initialize()
newEpoch(uint256 _startBlock, uint256 _endBlock, uint256 _rewardPerBlock)
set(uint256 _pid, uint256 _allocPoint)
setContractWhitelisted(address addr, bool isWhitelisted)
setUnderlyingInfo(uint256 _pid, address _underlyingToken, address _depositContract)
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawUnderlying(uint256 _pid, uint256 _amount)
Claim(address indexed user, uint256 indexed pid, uint256 amount)
ClaimAll(address indexed user, uint256 amount)
ContractWhitelistChanged(address indexed addr, bool isWhitelisted)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _jpgd)
This contract contains no fallback and receive objects.
InvalidAmount()
InvalidBlock()
InvalidPID()
NoReward()
ZeroAddress()