ISETH
ISETH is the interface for native Super Tokens.
ABI
In order to interact with any contract satistying the ISETH interface, you can use the following ABI:
Fn upgradeByETH
function upgradeByETH(
)
externalFn upgradeByETHTo
function upgradeByETHTo(
address to
)
externalParameters
Name
Type
Description
to
address
Fn downgradeToETH
function downgradeToETH(
uint256 wad
)
externalParameters
Name
Type
Description
wad
uint256
ISETH
Super ETH (SETH) full interface
Last updated
Was this helpful?