OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
getPrice 524f3889returns price for specific data attribute
| inputs | 0 | string | accountFieldName | attribute code |
owner 8da5cb5brenounceOwnership 715018a6Allows the current owner to relinquish control of the contract.
setPrice 22e01192sets price for specific data attribute
| inputs | 0 | string | accountFieldName | attribute code |
| 1 | uint256 | price | price in tokens |
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |