RewardingContract | inputs | 0 | address | contextStorage |
OwnershipRenounced f8df3114| inputs | 0 | address | previousOwner |
OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
addMielstone2FieldName ad66a9c3adds attribute to be cosidered for 2nd milestone
| inputs | 0 | string | fieldName | attribute code |
checkMilestones 81f5cd68triggers a check for specific user and attribute to see if any of milestones conditions reached
| inputs | 0 | address | accountAddress | user account address |
| 1 | string | accountFieldName | attribute code |
milestone1Reward 38499e2fmilestone2Reward 05290095owner 8da5cb5bremoveMielstone2FieldName 9bac4eb4removes attribute from being cosidered for 2nd milestone
| inputs | 0 | string | fieldName | attribute code |
renounceOwnership 715018a6Allows the current owner to relinquish control of the contract.
setMilestone1Reward 4e3c5062defines reward amount for 1st milestone
| inputs | 0 | uint256 | rewardAmount | tokens reward amount |
setMilestone2Reward 2100a599defines reward amount for 2nd milestone
| inputs | 0 | uint256 | rewardAmount | tokens reward amount |
transferOwnership f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |