EventlyProfiles.sol v1.3
Constants
Constant
Value
Description
Profile Struct
struct Profile {
string username;
uint256 swapVolumeUsd; // Lifetime swap volume in USD cents
uint256 swapPoints; // Points earned from swaps
uint256 tradePoints; // Points earned from prediction market trades
address referrer; // Referrer address
uint256 referralEarnings; // Total USDm earned via referrals
}Profile Creation
Function
Cost
Description
Key Functions
Called by Protocol Contracts
Function
Description
User-Facing
Function
Description
Admin
Function
Description
Events
Event
Trigger
Last updated
Was this helpful?

