Price list contract
\contracts\PriceList.sol

Bohdan Grytsenko

event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function, constant

getPrice 524f3889

returns price for specific data attribute

inputs0stringaccountFieldName

attribute code

function, constant

owner 8da5cb5b

function

renounceOwnership 715018a6

Allows the current owner to relinquish control of the contract.

function

setPrice 22e01192

sets price for specific data attribute

inputs0stringaccountFieldName

attribute code

inputs1uint256price

price in tokens

function

transferOwnership f2fde38b

Allows the current owner to transfer control of the contract to a newOwner.

inputs0addressnewOwner

The address to transfer ownership to.