PendleMarketDepositHelper

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x983e85cd at 17406786
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "PendleMarketDepositHelper"

No transactions found for "PendleMarketDepositHelper"


Functions
Getter at block 20869163
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendleStaking(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balance(address _marketaddress _addressview returns (uint256)
poolInfo(addressview returns (address rewarderbool isActive)
totalStaked(address _marketview returns (uint256)
State-modifying
__PendleMarketDepositHelper_init(address _pendleStaking
depositMarket(address _marketuint256 _amount
depositMarketFor(address _marketaddress _foruint256 _amount
harvest(address _market
removePoolInfo(address market
renounceOwnership(
setOperator(address _addressbool _value
setPoolInfo(address marketaddress rewarderbool isActive
transferOwnership(address newOwner
withdrawMarket(address _marketuint256 _amount
Events
Initialized(uint8 version
NewDeposit(address indexed _useraddress indexed _marketuint256 _amount
NewWithdraw(address indexed _useraddress indexed _marketuint256 _amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
DeactivatePool(
OnlyOperator(