TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 27,689 txns
Deployed by via 0xcfb5cf4a at 5026584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
ERC-20
Value $2,089.49
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x3cdc84d54d1ca981bdf41858307c1f7c4e19b2fe588039d89de30c907813a173
0xdf3e00c1be73c4a4c11add8453a00febd3fdab6bfc405048abe86bdc8d79b18a
0x3599fc0805b96909bb5fc764ac02334a4f680cff00aa7bb7ad322dcd576447c7
0x756fc1a2d528f66bcf29485cfec367b585a3ef38ed12878497578b962d887cab
0xb1df77e579559d72f7c6e3b7990333697f91ab3883da70eca3f3eb7481316538
0xcdf2de282d4cfa17dfcbd0ae906d86919ff3c174f35523e3df099d0797397e5c
0x3fb473cee81cc400649f7ea4462f295c5b86c9894cdaf19d6c74fb1d8e9e424d
0x51472ba5bcdc8f20bb5884c8fc7bc3befe94483c398333c9858b5bf1167d2a32
0x920fe999df70d7b5544ed5c2309d8acd5737458fb890b99419e9a8fd2edfa701
0xba1a455c23f9eaaf257dc5af32579a16bf987260c3b2ba17905125597c61e34a

Functions
Getter at block 22746238
CHEF_V2(view returns (address)
0xfec7a8ff63ed66f6bfcf00de045f630c3ce24f46
MULTI_FEE_DISTRIBUTION(view returns (address)
0x1f961a0a0da61735eeb2f4027cdb231fe4159b38
getRewardPerSecond(view returns (uint256)
1000000000000000000
newIncentiveRateSet(view returns (bool)
true
owner(view returns (address)
0x2cb7aafae57c071e900477209c5a6b2605e0a09b
poolLength(view returns (uint256)
4
reward(view returns (address)
0x981d41c115a2d48cb1215d13bda8f989d407c9c5
rewardPerSecond(view returns (uint256)
1000000000000000000
startTime(view returns (uint256)
1696860000
stopTime(view returns (uint256)
1699452000
totalAllocPoint(view returns (uint256)
1000
totalBurned(view returns (uint256)
0
treasury(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
canWithdraw(uint256 _pidaddress _accountview returns (bool)
getPoolInfo(uint256 _pidview returns (address _lpuint256 _allocPoint)
pendingAllRewards(address _userview returns (uint256 _totalPendingRewards)
pendingReward(uint256 _pidaddress _userview returns (uint256)
poolIndex(addressview returns (uint256)
poolInfo(uint256view returns (address lpTokenuint256 allocPointuint256 lastRewardTimeuint256 accSharePerShareuint256 lockedTimebool isStarted)
unfrozenDepositTime(uint256 _pidaddress _accountview returns (uint256)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 rewardUnclaimed)
userLastDepositTime(uint256addressview returns (uint256)
State-modifying
admin(payable returns (address admin_)
changeAdmin(address newAdminpayable 
implementation(payable returns (address implementation_)
upgradeTo(address newImplementationpayable 
upgradeToAndCall(address newImplementationbytes datapayable 
addPool(uint256 _allocPointaddress _lpTokenuint256 _lastRewardTimeuint256 _lockedTime
deposit(uint256 _piduint256 _amount
depositFor(address _accountuint256 _amount
emergencyWithdraw(uint256 _pid
governanceRecoverUnsupported(address _token
harvestAllRewards(
harvestRewards(uint256[] _pids
initialize(address _rewarduint256 _rewardPerSeconduint256 _startTimeuint256 _stopTime
massUpdatePools(
migrateAll(uint256 _pid
renounceOwnership(
setPool(uint256 _piduint256 _allocPointuint256 _lockedTime
setRewardPerSecond(uint256 _rewardPerSecond
transferOwnership(address newOwner
updatePool(uint256 _pid
withdraw(uint256 _piduint256 _amount
withdrawAll(uint256 _pid
withdrawAndUnlockFor(address _account
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Deposit(address indexed useruint256 indexed piduint256 amount
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RewardPaid(address indexed useruint256 indexed piduint256 amount
RewardSacrificed(address indexed useruint256 indexed piduint256 amount
RewardUnclaimed(address indexed useruint256 indexed piduint256 amount
UpdateRewardPerSecond(uint256 rewardPerSecond
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
NothingToVest(