PositionManagerStETH
Verified contract
Active on
Ethereum with 1,688 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "PositionManagerStETH"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19415738 | 8 months ago | | | 0 | 0.014684499 | |
| 19382378 | 8 months ago | | | 0 | 0.013651448 | |
| 19257905 | 9 months ago | | | 0 | 0.0056821480 | |
| 19256118 | 9 months ago | | | 0 | 0.0074559704 | |
| 19080304 | 10 months ago | | | 0 | 0.0057941855 | |
| 19025777 | 10 months ago | | | 0 | 0.0063118659 | |
| 18979061 | 10 months ago | | | 0 | 0.012547006 | |
| 18848251 | a year ago | | | 0 | 0.0048787589 | |
| 18805849 | a year ago | | | 0 | 0.0078283602 | |
| 18786426 | a year ago | | | 0 | 0.011073677 |
ABI
ABI objects
Getter at block 21213649
positionManager() view returns (address)
0x5f59b322eb3e16a0c78846195af1f588b77403fc
stETH() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
wstETH() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
Read-only
This contract contains no read-only function objects.
State-modifying
Events managePositionETH(uint256 debtChange, bool isDebtIncrease, uint256 maxFeePercentage, struct ERC20PermitSignature permitSignature) payable
managePositionStETH(uint256 stETHCollateralChange, bool isCollateralIncrease, uint256 debtChange, bool isDebtIncrease, uint256 maxFeePercentage, struct ERC20PermitSignature permitSignature)
ETHPositionChanged(address indexed position, uint256 collateralAmount, uint256 debtAmount, bool isDebtIncrease)
StETHPositionChanged(address indexed position, uint256 collateralAmount, bool isCollateralIncrease, uint256 debtAmount, bool isDebtIncrease)
constructor(address positionManager_, address wstETH_)
This contract contains no fallback and receive objects.
CallerIsNotPositionManager(address caller)
PositionManagerCannotBeZero()
SendingEtherFailed()
WstETHAddressCannotBeZero()