Ethereum Referral Protocol
Interfaces

IERPHook.sol

contracts/src/IERPHook.sol

beforeReferral

function beforeReferral(
    uint256 programId, 
    address account, 
    address referral
) external

Parameters

NameTypeDescription
programIduint256Unique ID of the referral program
accountaddressAddress of the referee
referraladdressAddress of the referrer

afterReferral

function afterReferral(
    uint256 programId, 
    address account, 
    address referral
) external

Parameters

NameTypeDescription
programIduint256Unique ID of the referral program
accountaddressAddress of the referee
referraladdressAddress of the referrer

On this page