TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 253 txns
Deployed by via 0xc942e425 at 19084078
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
ERC-20
Value $4,745.4
ERC-20
--
ERC-20
--
0x125eb0acc0f86027ff94f94c9abc4b64b7bdf19c9af2065bf7ec68d4d1f522e5
0xbaebe94952312067b984ab7ef23795d9ba7819a909832102faddef3875a54080
0x2e9e64c79abed4eb30208278b0cb11859b0ec566c5091000d6283fdf8018c745
0xf8e62adc3a393147d776027d91cf88395ff1548f2a5078beac20d18e27803f32
0x95f4b9901d7010b758c784708ceb2da69463c31dca67c51162874b03299190b9
0xa44d09bb9560013ee0dd7a9747309cdb5e9cd1ce572f7681cfde3a2e937633da
0x1f8fb507a9ce65bb414347d1ddaf4c6f5fb7a3a9779b9d34c41dba88baa8b441
0x0fe88b41afe3f91d98a367e2043155f9a13fa16971b67e6c5259d0ff16fcfd90
0x0b7c3ca3176917746e806caf7ba3339a7e023dd7640db4d41cd69054cfc03cd1
0xe5ad305cd29f8e66910c7bdaf015fc370f7ec0d25d5174a777b1be736abccc1f

Functions
Getter at block 21226117
epoch(view returns (uint256 startBlockuint256 endBlockuint256 rewardPerBlock)
(startBlock=19521549, endBlock=20165000, rewardPerBlock=355112107992683200000)
jpgd(view returns (address)
0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6
owner(view returns (address)
0x51c2cef9efa48e08557a361b52db34061c025a1b
poolLength(view returns (uint256)
3
 
renounceOwnership(view 
totalAllocPoint(view returns (uint256)
70
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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 _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
InvalidAmount(
InvalidBlock(
InvalidPID(
NoReward(
ZeroAddress(