User rewarding contract
\contracts\RewardingContract.sol

Bohdan Grytsenko

constructor

RewardingContract

inputs0addresscontextStorage
event

OwnershipRenounced f8df3114

inputs0addresspreviousOwner
event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function

addMielstone2FieldName ad66a9c3

adds attribute to be cosidered for 2nd milestone

inputs0stringfieldName

attribute code

function

checkMilestones 81f5cd68

triggers a check for specific user and attribute to see if any of milestones conditions reached

inputs0addressaccountAddress

user account address

inputs1stringaccountFieldName

attribute code

function, constant

milestone1Reward 38499e2f

function, constant

milestone2Reward 05290095

function, constant

owner 8da5cb5b

function

removeMielstone2FieldName 9bac4eb4

removes attribute from being cosidered for 2nd milestone

inputs0stringfieldName

attribute code

function

renounceOwnership 715018a6

Allows the current owner to relinquish control of the contract.

function

setMilestone1Reward 4e3c5062

defines reward amount for 1st milestone

inputs0uint256rewardAmount

tokens reward amount

function

setMilestone2Reward 2100a599

defines reward amount for 2nd milestone

inputs0uint256rewardAmount

tokens reward amount

function

transferOwnership f2fde38b

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

inputs0addressnewOwner

The address to transfer ownership to.