Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($9,958.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHx | ERC-20 | 0.777872 | $3,874.46 |
$3,013.84 | |
wstETH | ERC-20 | 0.655252 | $4,393.54 |
$2,878.88 | |
rETH | ERC-20 | 0.660718 | $4,127.82 |
$2,727.32 | |
ankrETH | ERC-20 | 0.174442 | $4,357.54 |
$760.14 | |
WETH | ERC-20 | 0.155882 | $3,709.16 |
$578.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20644060 | 3 months ago | | | 0 | 0.0014083115 | |
| 20644053 | 3 months ago | | | 0 | 0.0012884161 | |
| 20644046 | 3 months ago | | | 0 | 0.0013612877 | |
| 20644036 | 3 months ago | | | 0 | 0.0013468511 | |
| 20644028 | 3 months ago | | | 0 | 0.0012791325 | |
| 20644021 | 3 months ago | | | 0 | 0.0012660166 | |
| 20542571 | 3 months ago | | | 0 | 0.00087266463 | |
| 20542559 | 3 months ago | | | 0 | 0.0010058697 | |
| 18919607 | a year ago | | | 0 | 0.0068964480 | |
| 18919604 | a year ago | | | 0 | 0.0073702887 |
ABI
ABI objects
Getter at block 21303089
ammPaused() view returns (bool)
false
darknetAddress() view returns (address)
0x5fecdd6fe7bc9a406b6d0246d74b555a33678c7a
depositFeeEnabled() view returns (bool)
true
maxBaseFeeBps() view returns (uint256)
10
maxDynamicFeeBps() view returns (uint256)
200
minUnshethFeeShareBps() view returns (uint256)
5000
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x03661968d242ff17c25436ca63483b566e7c108b
unshethAddress() view returns (address)
0x0ae38f7e10a43b5b2fb064b42a2f4514cba909ef
unshethFeeShareBps() view returns (uint256)
10000
vault() view returns (address)
0x51a80238b5738725128d3a3e06ab41c1d4c05c74
vaultAddress() view returns (address)
0x51a80238b5738725128d3a3e06ab41c1d4c05c74
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getAmmFee(uint256 ethAmountIn, address lsdIn, address lsdOut) view returns (uint256, uint256, uint256)
getDepositFee(uint256 lsdAmountIn, address lsd) view returns (uint256, uint256)
getEthConversionRate(address lsd) view returns (uint256)
getLsdDynamicFeeBps(uint256 ethDelta, address lsd, bool increment) view returns (uint256)
lsds(uint256) view returns (address)
swapLsdToLsdCalcs(uint256 amountIn, address lsdIn, address lsdOut) view returns (uint256, uint256, uint256, uint256)
State-modifying
Events acceptOwnership()
approveNewLsd(address lsdAddress)
nominateNewOwner(address _owner)
setBaseFee(uint256 _baseFeeBps)
setDynamicFeeSlopes(uint256 _dynamicFeeSlope_x, uint256 _dynamicFeeSlope_x2)
setInstantRedemptionFee(uint256 _instantRedemptionFeeBps)
setUnshethFeeShare(uint256 _unshethFeeShareBps)
swapEthToLsd(address lsdOut, uint256 minAmountOut) payable returns (uint256, uint256, uint256)
swapLsdToEth(uint256 amountIn, address lsdIn, uint256 minAmountOut) returns (uint256, uint256, uint256)
swapLsdToLsd(uint256 amountIn, address lsdIn, address lsdOut, uint256 minAmountOut) returns (uint256, uint256, uint256)
toggleDepositFee()
togglePaused()
updateDarknetAddress()
withdrawStuckEth()
withdrawTokens(address tokenAddress)
BaseFeeUpdated(uint256 _baseFeeBps)
DarknetAddressUpdated(address darknetAddress)
DepositFeeToggled(bool depositFeeEnabled)
EthWithdrawn(uint256 amount)
FeeSlopesUpdated(uint256 _dynamicFeeSlope_x, uint256 _dynamicFeeSlope_x2)
InstantRedemptionFeeUpdated(uint256 _instantRedemptionFeeBps)
NewLsdApproved(address lsd)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseToggled(bool ammPaused)
SwapLsdToLsd(uint256 amountIn, address lsdIn, address lsdOut, uint256 lsdAmountOut, uint256 baseFee, uint256 dynamicFee, uint256 protocolFee)
TokensWithdrawn(address tokenAddress, uint256 amount)
UnshethFeeShareUpdated(uint256 _unshethFeeShareBps)
constructor(address _owner, address[] _lsds)
receive()
This contract contains no error objects.