RewardingContract
inputs | 0 | address | contextStorage |
OwnershipRenounced
f8df3114
inputs | 0 | address | previousOwner |
OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
addMielstone2FieldName
ad66a9c3
adds attribute to be cosidered for 2nd milestone
inputs | 0 | string | fieldName | attribute code |
checkMilestones
81f5cd68
triggers 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
38499e2f
milestone2Reward
05290095
owner
8da5cb5b
removeMielstone2FieldName
9bac4eb4
removes attribute from being cosidered for 2nd milestone
inputs | 0 | string | fieldName | attribute code |
renounceOwnership
715018a6
Allows the current owner to relinquish control of the contract.
setMilestone1Reward
4e3c5062
defines reward amount for 1st milestone
inputs | 0 | uint256 | rewardAmount | tokens reward amount |
setMilestone2Reward
2100a599
defines reward amount for 2nd milestone
inputs | 0 | uint256 | rewardAmount | tokens reward amount |
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. |