Invites
The contract that handles invites with pre allocated bounty pool with invitee bonus.
Events
InviteeJoined
Parameter name
Annotation
event InviteeJoined(address indexed inviter, address indexed invitee);InviterBounty
Parameter name
Annotation
event InviterBounty(
address indexed inviter,
address indexed invitee,
uint256 bountyPaid,
uint256 inviterLevel,
bool earnedLevel
);join
Parameter name
Annotation
canCollectBountyFor
Parameter name
Annotation
getInvitees
Parameter name
Annotation
getPendingInvitees
Parameter name
Annotation
getPendingBounties
Parameter name
Annotation
bountyFor
Parameter name
Annotation
collectBounties
bountyFor
Parameter name
Annotation
Last updated
Was this helpful?