OneStepLeverageStETH
Verified contract
Active on
Ethereum with 152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
R | ERC-20 | 3.304973 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18327153 | a year ago | | | 0 | 0.0038819814 | |
| 18320391 | a year ago | | | 0 | 0.0073162056 | |
| 18220981 | a year ago | | | 0 | 0.0067823307 | |
| 18145086 | a year ago | | | 0 | 0.0037677459 | |
| 18132773 | a year ago | | | 0 | 0.0046392209 | |
| 18127664 | a year ago | | | 0 | 0.014483411 | |
| 17985511 | a year ago | | | 0 | 0.013688520 | |
| 17985075 | a year ago | | | 0 | 0.013288005 | |
| 17973429 | a year ago | | | 0 | 0.023441522 | |
| 17968594 | a year ago | | | 0 | 0.0069479335 |
ABI
ABI objects
Getter at block 21191679
MAX_LEFTOVER_R() view returns (uint256)
1000000000000000000
amm() view returns (address)
0x10fbb5a361aa1a35bf2d0a262e24125fd39d33d8
collateralToken() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
owner() view returns (address)
0x603d50bad151da8becf405e51a8c4abc8ba1c95e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x5f59b322eb3e16a0c78846195af1f588b77403fc
raftCollateralToken() view returns (address)
0xa7820009f79687d39f51909a01e7fd4b4d0663f8
raftDebtToken() view returns (address)
0x1c1d49d8f601f19d2fa88b14bef491759aaaf5d8
stETH() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
underlyingCollateralToken() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
wstETH() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
manageLeveragedPosition(uint256 debtChange, bool isDebtIncrease, uint256 principalCollateralChange, bool principalCollateralIncrease, bytes ammData, uint256 minReturnOrAmountToSell, uint256 maxFeePercentage)
manageLeveragedPositionStETH(uint256 debtChange, bool isDebtIncrease, uint256 stETHCollateralChange, bool stETHCollateralIncrease, bytes ammData, uint256 minReturnOrAmountToSell, uint256 maxFeePercentage)
onFlashLoan(address initiator, address, uint256 amount, uint256 fee, bytes data) returns (bytes32)
renounceOwnership()
rescueTokens(address token, address to)
transferOwnership(address newOwner)
LeveragedPositionAdjusted(address indexed position, uint256 principalCollateralChange, bool principalCollateralIncrease, uint256 debtChange, bool isDebtIncrease, uint256 leveragedCollateralChange)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StETHLeveragedPositionChange(address indexed position, uint256 collateralChange, bool isCollateralIncrease, uint256 debtChange, bool isDebtIncrease)
constructor(address positionManager_, address amm_, address wstETH_)
This contract contains no fallback and receive objects.
AmmCannotBeZero()
CallerIsNotPositionManager(address caller)
CollateralTokenCannotBeZero()
InvalidInitiator()
PositionManagerCannotBeZero()
UnsupportedToken()
WstETHAddressCannotBeZero()
ZeroDebtChange()