Invites
The contract that handles invites with pre allocated bounty pool with invitee bonus.
Last updated
The contract that handles invites with pre allocated bounty pool with invitee bonus.
Last updated
Emitted when user is joined.
Parameter name | Annotation |
---|---|
Emitted when inviter bounty is paid.
Parameter name | Annotation |
---|---|
The function is to be called by the user to join.
The function is to clarify for the user who invited someone if he can claim bounty for the user who was being invited.
The function is to be called to get the list of the invitees of the _inviter
.
Returns: list of the invitees of the particular inviter.
The function is to be called to get the list of the pending invitees of the _inviter
.
Returns: list of the pending invitees of the particular inviter.
The function is to be called to get the list of the pending bounties of the _inviter
.
Returns: list of the pending bounties of the particular inviter.
The function is to be called to pay bounty for the inviter of _invitee
.
The function collects bounties for invitees by msg.sender
that are now whitelisted.
The function is to be called to pay bounty for the inviter of _invitee
.
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
inviter
The address of the user who invited.
invitee
he address of the user who is being invited.
inviter
The address of the user who invited.
invitee
The address of the user who is being invited.
bountyPaid
The amount of bounty.
inviterLevel
The inviter level.
earnedLevel
The level which the inviter is earned.
_myCode
The users invitation code.
_inviterCode
The inviters invitation code.
_invitee
The user who was being invited.
_inviter
The inviter address.
_inviter
The inviter address.
_inviter
The inviter address.
_invitee
The invitee address.
_invitee
The invitee address.