TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 253 txns
Unified 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 ($4,745.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPGD | ERC-20 | 7.888618M | $0.000602 |
$4,745.4 | |
UNI-V2 | ERC-20 | 10.66278K | -- | -- | |
JPEGDpETH-WETH-f | ERC-20 | 36.790186 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197494 | 4 days ago | | | 0 | 0.0090881458 | |
| 21145413 | 11 days ago | | | 0 | 0.0014498689 | |
| 21145399 | 11 days ago | | | 0 | 0.012921736 | |
| 21109496 | 16 days ago | | | 0 | 0.00024840590 | |
| 21082930 | 20 days ago | | | 0 | 0.0060013094 | |
| 21048971 | 25 days ago | | | 0 | 0.0032705781 | |
| 20911915 | a month ago | | | 0 | 0.0045918253 | |
| 20727703 | 2 months ago | | | 0 | 0.00034041000 | |
| 20727702 | 2 months ago | | | 0 | 0.00045084900 | |
| 20722460 | 2 months ago | | | 0 | 0.00039329285 |
ABI
ABI objects
Getter at block 21226117 renounceOwnership() view
epoch() view returns (uint256 startBlock, uint256 endBlock, uint256 rewardPerBlock)
(startBlock=19521549, endBlock=20165000, rewardPerBlock=355112107992683200000)
jpgd() view returns (address)
0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6
owner() view returns (address)
0x51c2cef9efa48e08557a361b52db34061c025a1b
poolLength() view returns (uint256)
3
totalAllocPoint() view returns (uint256)
70
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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 _logic, address admin_, bytes _data)
fallback()
receive()
InvalidAmount()
InvalidBlock()
InvalidPID()
NoReward()
ZeroAddress()