You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement API powering the header section of "Referrer Detail" page:
What is the sum total count of referrals made by the user?
What is the sum total incremental duration (in seconds) of all the referrals they made (use our type alias Duration)?
What is their "Referrer Score"? Please note the definition of this term here.
What is the total sum "Referrer Score" for ALL referrers (not just the user).
What is their "Referrer Contribution"? Please note the definition of this term here.
What is their "Referrer Award Pool Share" in USD? This is measured as their "Referrer Contribution" * $10,000 USD. Use type alias PriceUsdc for this. Note that it is a bigint and 1 represents a fraction of a coin.
Background:
registrarsplugin #1249 already merged into main.Subtasks:
Duration)?PriceUsdcfor this. Note that it is abigintand 1 represents a fraction of a coin.