Maker / Dai

Dai - Dai

0x6b175474e89094c44da98b954eedeac495271d0f
Dai
constructor

Dai

nonpayable

Inputs

ParameterTypeDescription
chainId_uint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

(void)
event

Approval

Inputs

ParameterTypeDescription
srcaddress
guyaddress
waduint256

Outputs

(void)
function

mint

nonpayable
Restricted (auth)

Inputs

ParameterTypeDescription
usraddress
waduint256

Outputs

(void)
function

rely

nonpayable
Restricted (note, auth)

Inputs

ParameterTypeDescription
guyaddress

Outputs

(void)
function

deny

nonpayable
Restricted (note, auth)

Inputs

ParameterTypeDescription
guyaddress

Outputs

(void)
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

TypeDescription
bool
function

transfer

nonpayable

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

TypeDescription
bool
function

push

nonpayable

Inputs

ParameterTypeDescription
usraddress
waduint256

Outputs

(void)
function

pull

nonpayable

Inputs

ParameterTypeDescription
usraddress
waduint256

Outputs

(void)
function

permit

nonpayable

Inputs

ParameterTypeDescription
holderaddress
spenderaddress
nonceuint256
expiryuint256
allowedbool
vuint8
rbytes32
sbytes32

Outputs

(void)
function

move

nonpayable

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

(void)
function

burn

nonpayable

Inputs

ParameterTypeDescription
usraddress
waduint256

Outputs

(void)
function

approve

nonpayable

Inputs

ParameterTypeDescription
usraddress
waduint256

Outputs

TypeDescription
bool
LibNote
event

LogNote

Inputs

ParameterTypeDescription
sigbytes4
usraddress
arg1bytes32
arg2bytes32
databytes

Outputs

(void)
function

wards

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

version

view

Inputs

(void)

Outputs

TypeDescription
string
function

totalSupply

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

symbol

view

Inputs

(void)

Outputs

TypeDescription
string
function

nonces

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

name

view

Inputs

(void)

Outputs

TypeDescription
string
function

decimals

view

Inputs

(void)

Outputs

TypeDescription
uint8
function

balanceOf

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

allowance

view

Inputs

ParameterTypeDescription
address
address

Outputs

TypeDescription
uint256
function

PERMIT_TYPEHASH

view

Inputs

(void)

Outputs

TypeDescription
bytes32
function

DOMAIN_SEPARATOR

view

Inputs

(void)

Outputs

TypeDescription
bytes32