Maker / DSToken

Pooled Ether - DSToken

0xf53ad2c6851052a81b42133467480961b2321c09
DSAuth
function

setAuthority

nonpayable
Restricted (auth)

Inputs

ParameterTypeDescription
authority_address

Outputs

(void)
function

setOwner

nonpayable
Restricted (auth)

Inputs

ParameterTypeDescription
owner_address

Outputs

(void)
DSAuthEvents
event

LogSetOwner

Inputs

ParameterTypeDescription
owneraddress

Outputs

(void)
event

LogSetAuthority

Inputs

ParameterTypeDescription
authorityaddress

Outputs

(void)
DSNote
event

LogNote

Inputs

ParameterTypeDescription
sigbytes4
guyaddress
foobytes32
barbytes32
waduint256
faxbytes

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

ParameterTypeDescription
name_bytes32

Outputs

(void)
function

mint

nonpayable
Restricted (auth, stoppable)

Inputs

ParameterTypeDescription
waduint256

Outputs

(void)
function

burn

nonpayable
Restricted (auth, stoppable)

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

(void)
function

burn

nonpayable
Restricted (auth, stoppable)

Inputs

ParameterTypeDescription
waduint256

Outputs

(void)
function

mint

nonpayable
Restricted (auth, stoppable)

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

(void)
function

approve

nonpayable
Restricted (stoppable)

Inputs

ParameterTypeDescription
guyaddress

Outputs

TypeDescription
bool
function

transferFrom

nonpayable
Restricted (stoppable)

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

TypeDescription
bool
function

approve

nonpayable
Restricted (stoppable)

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

TypeDescription
bool
function

pull

nonpayable

Inputs

ParameterTypeDescription
srcaddress
waduint256

Outputs

(void)
function

move

nonpayable

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

(void)
function

push

nonpayable

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

(void)
constructor

DSToken

nonpayable

Inputs

ParameterTypeDescription
symbol_bytes32

Outputs

(void)
event

Burn

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

(void)
event

Mint

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

(void)
DSTokenBase
function

transfer

nonpayable

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

TypeDescription
bool
function

allowance

view

Inputs

ParameterTypeDescription
srcaddress
guyaddress

Outputs

TypeDescription
uint256
function

balanceOf

view

Inputs

ParameterTypeDescription
srcaddress

Outputs

TypeDescription
uint256
function

totalSupply

view

Inputs

(void)

Outputs

TypeDescription
uint256
ERC20Events
event

Transfer

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

(void)
event

Approval

Inputs

ParameterTypeDescription
srcaddress
guyaddress
waduint256

Outputs

(void)
function

authority

view

Inputs

(void)

Outputs

TypeDescription
address
function

symbol

view

Inputs

(void)

Outputs

TypeDescription
bytes32
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

stopped

view

Inputs

(void)

Outputs

TypeDescription
bool
function

decimals

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

name

view

Inputs

(void)

Outputs

TypeDescription
bytes32