0x

TokenRegistry

0x926a74c5c36adf004c87399e65f75628b0f98d2c
TokenRegistry
function

addToken

Restricted (onlyOwner, tokenDoesNotExist, addressNotNull, symbolDoesNotExist, nameDoesNotExist)

Inputs

ParameterTypeDescription
_tokenaddress
_namestring
_symbolstring
_decimalsuint8
_ipfsHashbytes
_swarmHashbytes

Outputs

(void)
function

setTokenIpfsHash

Restricted (onlyOwner, tokenExists)

Inputs

ParameterTypeDescription
_tokenaddress
_ipfsHashbytes

Outputs

(void)
function

setTokenSwarmHash

Restricted (onlyOwner, tokenExists)

Inputs

ParameterTypeDescription
_tokenaddress
_swarmHashbytes

Outputs

(void)
function

removeToken

Restricted (onlyOwner, tokenExists)

Inputs

ParameterTypeDescription
_tokenaddress
_indexuint256

Outputs

(void)
function

setTokenName

Restricted (onlyOwner, tokenExists, nameDoesNotExist)

Inputs

ParameterTypeDescription
_tokenaddress
_namestring

Outputs

(void)
function

setTokenSymbol

Restricted (onlyOwner, tokenExists, symbolDoesNotExist)

Inputs

ParameterTypeDescription
_tokenaddress
_symbolstring

Outputs

(void)
function

getTokenBySymbol

Inputs

ParameterTypeDescription
_symbolstring

Outputs

TypeDescription
address
string
string
uint8
bytes
bytes
function

getTokenAddresses

Inputs

(void)

Outputs

TypeDescription
address[]
function

getTokenByName

Inputs

ParameterTypeDescription
_namestring

Outputs

TypeDescription
address
string
string
uint8
bytes
bytes
function

getTokenMetaData

Inputs

ParameterTypeDescription
_tokenaddress

Outputs

TypeDescription
address
string
string
uint8
bytes
bytes
event

LogTokenSwarmHashChange

Inputs

ParameterTypeDescription
tokenaddress
oldSwarmHashbytes
newSwarmHashbytes

Outputs

(void)
event

LogTokenIpfsHashChange

Inputs

ParameterTypeDescription
tokenaddress
oldIpfsHashbytes
newIpfsHashbytes

Outputs

(void)
event

LogTokenSymbolChange

Inputs

ParameterTypeDescription
tokenaddress
oldSymbolstring
newSymbolstring

Outputs

(void)
event

LogTokenNameChange

Inputs

ParameterTypeDescription
tokenaddress
oldNamestring
newNamestring

Outputs

(void)
event

LogRemoveToken

Inputs

ParameterTypeDescription
tokenaddress
namestring
symbolstring
decimalsuint8
ipfsHashbytes
swarmHashbytes

Outputs

(void)
event

LogAddToken

Inputs

ParameterTypeDescription
tokenaddress
namestring
symbolstring
decimalsuint8
ipfsHashbytes
swarmHashbytes

Outputs

(void)
function

transferOwnership

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

tokenAddresses

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

tokens

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
address
string
string
uint8
bytes
bytes
function

owner

Inputs

(void)

Outputs

TypeDescription
address
function

getTokenAddressBySymbol

Inputs

ParameterTypeDescription
_symbolstring

Outputs

TypeDescription
address
function

getTokenAddressByName

Inputs

ParameterTypeDescription
_namestring

Outputs

TypeDescription
address