WETH9
function
transfer
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
dst | address | |
wad | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
withdraw
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
wad | uint256 |
Outputs
(void)
function
transferFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
src | address | |
dst | address | |
wad | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
approve
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
guy | address | |
wad | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
deposit
payable
Inputs
(void)
Outputs
(void)
function
totalSupply
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)
event
Withdrawal
Inputs
Parameter | Type | Description |
---|---|---|
src | address | |
wad | uint256 |
Outputs
(void)
event
Deposit
Inputs
Parameter | Type | Description |
---|---|---|
dst | address | |
wad | uint256 |
Outputs
(void)
event
Transfer
Inputs
Parameter | Type | Description |
---|---|---|
src | address | |
dst | address | |
wad | uint256 |
Outputs
(void)
event
Approval
Inputs
Parameter | Type | Description |
---|---|---|
src | address | |
guy | address | |
wad | uint256 |
Outputs
(void)
function
allowance
view
Inputs
Parameter | Type | Description |
---|---|---|
address | ||
address |
Outputs
Type | Description |
---|---|
uint256 |
function
symbol
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
function
balanceOf
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
uint256 |
function
decimals
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint8 |
function
name
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |