Maker / DSToken

ProtoSAIToken - DSToken

0x59adcf176ed2f6788a41b8ea4c4904518e62b6a4
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)
DSToken
constructor

DSToken

Inputs

ParameterTypeDescription
symbol_bytes32

Outputs

(void)
ERC20
event

Approval

Inputs

ParameterTypeDescription
owneraddress
spenderaddress
valueuint256

Outputs

(void)
event

Transfer

Inputs

ParameterTypeDescription
fromaddress
toaddress
valueuint256

Outputs

(void)
function

allowance

Inputs

ParameterTypeDescription
srcaddress
guyaddress

Outputs

TypeDescription
uint256
function

authority

Inputs

(void)

Outputs

TypeDescription
address
function

start

Inputs

(void)

Outputs

(void)
function

transfer

Inputs

ParameterTypeDescription
dstaddress
waduint256

Outputs

TypeDescription
bool
function

symbol

Inputs

(void)

Outputs

TypeDescription
bytes32
function

burn

Inputs

ParameterTypeDescription
waduint128

Outputs

(void)
function

owner

Inputs

(void)

Outputs

TypeDescription
address
function

pull

Inputs

ParameterTypeDescription
srcaddress
waduint128

Outputs

TypeDescription
bool
function

setAuthority

Inputs

ParameterTypeDescription
authority_address

Outputs

(void)
function

stopped

Inputs

(void)

Outputs

TypeDescription
bool
function

balanceOf

Inputs

ParameterTypeDescription
srcaddress

Outputs

TypeDescription
uint256
function

mint

Inputs

ParameterTypeDescription
waduint128

Outputs

(void)
function

setName

Inputs

ParameterTypeDescription
name_bytes32

Outputs

(void)
function

push

Inputs

ParameterTypeDescription
dstaddress
waduint128

Outputs

TypeDescription
bool
function

decimals

Inputs

(void)

Outputs

TypeDescription
uint256
function

transferFrom

Inputs

ParameterTypeDescription
srcaddress
dstaddress
waduint256

Outputs

TypeDescription
bool
function

totalSupply

Inputs

(void)

Outputs

TypeDescription
uint256
function

setOwner

Inputs

ParameterTypeDescription
owner_address

Outputs

(void)
function

approve

Inputs

ParameterTypeDescription
guyaddress
waduint256

Outputs

TypeDescription
bool
function

stop

Inputs

(void)

Outputs

(void)
function

name

Inputs

(void)

Outputs

TypeDescription
bytes32