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:

Click here to show ISETH ABI

Fn upgradeByETH

function upgradeByETH(
) 
    external

Fn upgradeByETHTo

function upgradeByETHTo(
    address to
) 
    external

Parameters

Name
Type
Description

to

address

Fn downgradeToETH

function downgradeToETH(
    uint256 wad
) 
    external

Parameters

Name
Type
Description

wad

uint256

ISETH

Super ETH (SETH) full interface

Last updated