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)
DSToken
constructor
DSToken
Inputs
| Parameter | Type | Description |
|---|---|---|
| symbol_ | bytes32 |
Outputs
(void)
ERC20
event
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| spender | address | |
| value | uint256 |
Outputs
(void)
event
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| from | address | |
| to | address | |
| value | uint256 |
Outputs
(void)
function
allowance
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| guy | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
authority
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
start
Inputs
(void)
Outputs
(void)
function
transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
symbol
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
burn
Inputs
| Parameter | Type | Description |
|---|---|---|
| wad | uint128 |
Outputs
(void)
function
owner
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
pull
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| wad | uint128 |
Outputs
| Type | Description |
|---|---|
| bool |
function
setAuthority
Inputs
| Parameter | Type | Description |
|---|---|---|
| authority_ | address |
Outputs
(void)
function
stopped
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
balanceOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
mint
Inputs
| Parameter | Type | Description |
|---|---|---|
| wad | uint128 |
Outputs
(void)
function
setName
Inputs
| Parameter | Type | Description |
|---|---|---|
| name_ | bytes32 |
Outputs
(void)
function
push
Inputs
| Parameter | Type | Description |
|---|---|---|
| dst | address | |
| wad | uint128 |
Outputs
| Type | Description |
|---|---|
| bool |
function
decimals
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
transferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| src | address | |
| dst | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
totalSupply
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
setOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner_ | address |
Outputs
(void)
function
approve
Inputs
| Parameter | Type | Description |
|---|---|---|
| guy | address | |
| wad | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
function
stop
Inputs
(void)
Outputs
(void)
function
name
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |