Interfaces
IERP.sol
newReferralProgram
Parameters
| Name | Type | Description |
|---|---|---|
| programId | bytes32 | Unique ID of the referral program |
| hook | address | Referral program hook |
newReferral
Parameters
| Name | Type | Description |
|---|---|---|
| programId | bytes32 | Unique ID of the referral program |
| referrer | address | Address of the referrer |
getReferrer
Parameters
| Name | Type | Description |
|---|---|---|
| programId | bytes32 | Unique ID of the referral program |
| referral | address | Address of the referral |
Returns
| Name | Type | Description |
|---|---|---|
| referrer | address | Address of the referrer |
getTotalReferrals
Parameters
| Name | Type | Description |
|---|---|---|
| programId | bytes32 | Unique ID of the referral program |
| referrer | address | Address of the referrer |
Returns
| Name | Type | Description |
|---|---|---|
| totalReferrals | uint256 | Referrers total referrals in a program |
getReferralProgramHook
Parameters
| Name | Type | Description |
|---|---|---|
| programId | bytes32 | Unique ID of the referral program |
Returns
| Name | Type | Description |
|---|---|---|
| hook | address | Referral program hook |