OwnershipRenounced
f8df3114
inputs | 0 | address | previousOwner |
OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
getPrice
524f3889
returns price for specific data attribute
inputs | 0 | string | accountFieldName | attribute code |
owner
8da5cb5b
renounceOwnership
715018a6
Allows the current owner to relinquish control of the contract.
setPrice
22e01192
sets price for specific data attribute
inputs | 0 | string | accountFieldName | attribute code |
1 | uint256 | price | price in tokens |
transferOwnership
f2fde38b
Allows the current owner to transfer control of the contract to a newOwner.
inputs | 0 | address | newOwner | The address to transfer ownership to. |