Search
⌃K

IWETH9

Methods

allowance

function allowance(address, address) external view returns (uint256)

Parameters

Name
Type
Description
_0
address
undefined
_1
address
undefined

Returns

Name
Type
Description
_0
uint256
undefined

approve

function approve(address guy, uint256 wad) external nonpayable returns (bool)

Parameters

Name
Type
Description
guy
address
undefined
wad
uint256
undefined

Returns

Name
Type
Description
_0
bool
undefined

balanceOf

function balanceOf(address) external view returns (uint256)

Parameters

Name
Type
Description
_0
address
undefined

Returns

Name
Type
Description
_0
uint256
undefined

decimals

function decimals() external view returns (uint8)

Returns

Name
Type
Description
_0
uint8
undefined

deposit

function deposit() external payable

name

function name() external view returns (string)

Returns

Name
Type
Description
_0
string
undefined

symbol

function symbol() external view returns (string)

Returns

Name
Type
Description
_0
string
undefined

totalSupply

function totalSupply() external view returns (uint256)

Returns

Name
Type
Description
_0
uint256
undefined

transfer

function transfer(address dst, uint256 wad) external nonpayable returns (bool)

Parameters

Name
Type
Description
dst
address
undefined
wad
uint256
undefined

Returns

Name
Type
Description
_0
bool
undefined

transferFrom

function transferFrom(address src, address dst, uint256 wad) external nonpayable returns (bool)

Parameters

Name
Type
Description
src
address
undefined
dst
address
undefined
wad
uint256
undefined

Returns

Name
Type
Description
_0
bool
undefined

withdraw

function withdraw(uint256 wad) external nonpayable

Parameters

Name
Type
Description
wad
uint256
undefined

Events

Approval

event Approval(address indexed src, address indexed guy, uint256 wad)

Parameters

Name
Type
Description
src indexed
address
undefined
guy indexed
address
undefined
wad
uint256
undefined

Deposit

event Deposit(address indexed dst, uint256 wad)

Parameters

Name
Type
Description
dst indexed
address
undefined
wad
uint256
undefined

Transfer

event Transfer(address indexed src, address indexed dst, uint256 wad)

Parameters

Name
Type
Description
src indexed
address
undefined
dst indexed
address
undefined
wad
uint256
undefined

Withdrawal

event Withdrawal(address indexed src, uint256 wad)

Parameters

Name
Type
Description
src indexed
address
undefined
wad
uint256
undefined