Maker / WETH

GEM - WETH9

0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WETH9
function

transfer

nonpayable

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

TypeDescription
bool
function

withdraw

nonpayable

Inputs

ParameterTypeDescription
waduint256

Outputs

(void)
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

TypeDescription
bool
function

approve

nonpayable

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

TypeDescription
bool
function

deposit

payable

Inputs

(void)

Outputs

(void)
function

totalSupply

view

Inputs

(void)

Outputs

TypeDescription
uint256
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
event

Withdrawal

Inputs

ParameterTypeDescription
srcaddress
waduint256

Outputs

(void)
event

Deposit

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

(void)
event

Approval

Inputs

ParameterTypeDescription
srcaddress
guyaddress
waduint256

Outputs

(void)
function

allowance

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
uint256
function

symbol

view

Inputs

(void)

Outputs

TypeDescription
string
function

balanceOf

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

decimals

view

Inputs

(void)

Outputs

TypeDescription
uint8
function

name

view

Inputs

(void)

Outputs

TypeDescription
string