HolyPalPower
Converts the hPAL Locks into a decreasing balance, similar to a veToken, with a Point structure (bias & slope). Allows to fetch past total locked supply and users past Locks
hPal
Address of the hPAL contract
balanceOf
Returns the hPalPower balance of a user
Parameters
Return Values
balanceOfAt
Returns the hPalPower balance of a user at a given timestamp
Parameters
Return Values
getUserPoint
Returns the user Point (slope & bias) for the current Lock
Parameters
Return Values
getUserPointAt
Returns the user Point (slope & bias) for the Lock at a given timestamp
Parameters
Return Values
locked__end
Returns the user Lock end timestamp
Parameters
Return Values
totalSupply
Returns the total hPALPower supply
Return Values
totalLocked
Returns the total amount of hPAL locked
Return Values
totalLockedAt
Returns the total amount of hPAL locked at a given block
Parameters
Return Values
findTotalLockedAt
Finds the total amount of hPAL locked at a given timestamp
Parameters
Return Values
Last updated