Skip to content

Commit

Permalink
updated VeNFT struct names to match VeSugar.vy
Browse files Browse the repository at this point in the history
  • Loading branch information
abmisx0 authored and stas committed Sep 2, 2024
1 parent 9eb2a9a commit 643ab02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,15 @@ The returned data/struct of type `VeNFT` values represent:
* `decimals` - veNFT token decimals
* `amount` - veNFT locked amount
* `voting_amount` - veNFT voting power
* `governance_amount` - veNFT voting power in governance
* `rebase_amount` - veNFT accrued reabses amount
* `expires_at` - veNFT lock expiration timestamp
* `voted_at` - veNFT last vote timestamp
* `votes` - veNFT list of pools with vote weights casted in the form of
`LpVotes`
* `token` - veNFT locked token address
* `permanent` - veNFT permanent lock enabled flag
* `delegate_id` - token ID of the veNFT being delegated to

The pool votes struct values represent:
* `lp` - the pool address
Expand Down

0 comments on commit 643ab02

Please sign in to comment.