Ethereum Referral Protocol
Interfaces

IERPHook.sol

contracts/src/IERPHook.sol

beforeReferral

function beforeReferral(
    bytes32 programId,
    address referral,
    address referrer
) external

Parameters

NameTypeDescription
programIdbytes32Unique ID of the referral program
referraladdressAddress of the referral
referreraddressAddress of the referrer

afterReferral

function afterReferral(
    bytes32 programId,
    address referral,
    address referrer
) external

Parameters

NameTypeDescription
programIdbytes32Unique ID of the referral program
referraladdressAddress of the referral
referreraddressAddress of the referrer

On this page