Dai
constructor
Dai
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| chainId_ | 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
mint
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| usr | address | |
| wad | uint256 |
Outputs
(void)
function
rely
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address |
Outputs
(void)
function
deny
nonpayable
Restricted (note, auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address |
Outputs
(void)
function
transferFrom
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
transfer
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
push
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| usr | address | |
| wad | uint256 |
Outputs
(void)
function
pull
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| usr | address | |
| wad | uint256 |
Outputs
(void)
function
permit
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| holder | address | |
| spender | address | |
| nonce | uint256 | |
| expiry | uint256 | |
| allowed | bool | |
| v | uint8 | |
| r | bytes32 | |
| s | bytes32 |
Outputs
(void)
function
move
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| dst | address | |
| wad | uint256 |
Outputs
(void)
function
burn
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| usr | address | |
| wad | uint256 |
Outputs
(void)
function
approve
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| usr | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
LibNote
event
LogNote
Inputs
| Parameter | Type | Description |
|---|---|---|
| sig | bytes4 | |
| usr | address | |
| arg1 | bytes32 | |
| arg2 | bytes32 | |
| data | bytes |
Outputs
(void)
function
wards
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
version
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
totalSupply
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
symbol
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
nonces
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
name
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
decimals
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint8 |
function
balanceOf
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
allowance
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address | ||
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
PERMIT_TYPEHASH
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
DOMAIN_SEPARATOR
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |