LPFarming
Verified contract
Active on
Ethereum with 11,134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($31,877.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPEG | ERC-20 | 186.067434M | $0.000171 |
$31,877.07 | |
GIF | ERC-20 | 8.922354B | -- | -- | |
PNG | ERC-20 | 1.336879B | -- | -- | |
SLP | ERC-20 | 12.439416K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071015 | 14 days ago | | | 0 | 0.00056372084 | |
| 21067328 | 14 days ago | | | 0 | 0.00078966796 | |
| 21067314 | 14 days ago | | | 0 | 0.0015578010 | |
| 21064871 | 14 days ago | | | 0 | 0.00088947989 | |
| 21064868 | 14 days ago | | | 0 | 0.0016914251 | |
| 21031789 | 19 days ago | | | 0 | 0.00033971876 | |
| 21031781 | 19 days ago | | | 0 | 0.00069342232 | |
| 20843357 | a month ago | | | 0 | 0.0016129188 | |
| 20843353 | a month ago | | | 0 | 0.0035069379 | |
| 20840685 | 2 months ago | | | 0 | 0.0013874883 |
ABI
ABI objects
Getter at block 21168019 renounceOwnership() view
epoch() view returns (uint256 startBlock, uint256 endBlock, uint256 rewardPerBlock)
(startBlock=14529003, endBlock=14731156, rewardPerBlock=3584413785598037000000)
jpeg() view returns (address)
0xe80c0cd204d654cebe8dd64a4857cab6be8345a3
owner() view returns (address)
0x51c2cef9efa48e08557a361b52db34061c025a1b
poolLength() view returns (uint256)
2
totalAllocPoint() view returns (uint256)
100
Read-only
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare)
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()
deposit(uint256 _pid, uint256 _amount)
newEpoch(uint256 _startBlock, uint256 _endBlock, uint256 _rewardPerBlock)
set(uint256 _pid, uint256 _allocPoint)
setContractWhitelisted(address _contract, bool _isWhitelisted)
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
Claim(address indexed user, uint256 indexed pid, uint256 amount)
ClaimAll(address indexed user, uint256 amount)
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 _jpeg)
This contract contains no fallback and receive objects.
This contract contains no error objects.