DSAuth
function
setAuthority
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority_ | address |
Outputs
(void)
function
setOwner
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner_ | address |
Outputs
(void)
DSAuthEvents
event
LogSetOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address |
Outputs
(void)
event
LogSetAuthority
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority | address |
Outputs
(void)
DSNote
event
LogNote
Inputs
| Parameter | Type | Description |
|---|---|---|
| sig | bytes4 | |
| guy | address | |
| foo | bytes32 | |
| bar | bytes32 | |
| wad | uint256 | |
| fax | bytes |
Outputs
(void)
DSStop
function
start
nonpayable
Restricted (auth, note)
Inputs
(void)
Outputs
(void)
function
stop
nonpayable
Restricted (auth, note)
Inputs
(void)
Outputs
(void)
DSToken
function
setName
nonpayable
Restricted (auth)
Inputs
| Parameter | Type | Description |
|---|---|---|
| name_ | bytes32 |
Outputs
(void)
function
mint
nonpayable
Restricted (auth, stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| wad | uint256 |
Outputs
(void)
function
burn
nonpayable
Restricted (auth, stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
(void)
function
burn
nonpayable
Restricted (auth, stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| wad | uint256 |
Outputs
(void)
function
mint
nonpayable
Restricted (auth, stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
(void)
function
approve
nonpayable
Restricted (stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address |
Outputs
| Type | Description |
|---|---|
| bool |
function
transferFrom
nonpayable
Restricted (stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
approve
nonpayable
Restricted (stoppable)
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
pull
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| wad | uint256 |
Outputs
(void)
function
move
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| dst | address | |
| wad | uint256 |
Outputs
(void)
function
push
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| dst | address | |
| wad | uint256 |
Outputs
(void)
constructor
DSToken
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| symbol_ | bytes32 |
Outputs
(void)
event
Burn
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
(void)
event
Mint
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
(void)
DSTokenBase
function
transfer
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
allowance
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| guy | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
balanceOf
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
totalSupply
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
ERC20Events
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
authority
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
symbol
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
stopped
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
decimals
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
name
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |