Skip to content

Instantly share code, notes, and snippets.

@MagRelo
Last active August 26, 2021 23:05
Show Gist options
  • Save MagRelo/cb13269261a9691903b4a98149af95a4 to your computer and use it in GitHub Desktop.
Save MagRelo/cb13269261a9691903b4a98149af95a4 to your computer and use it in GitHub Desktop.
{
firstFans: [], // sorted by reverse chronological; how many?
topFans: [], // sorted by ra, how many?
uniqueBidders: [], //do we need/want this?
topBids: [], // how many?
asset: {},
nextBid: {number}
}
@phileasthefogg
Copy link

phileasthefogg commented Aug 26, 2021

firstFans: 3 first fans
topFans: 7 top fans, sorted by Ra
uniqueBidders 7 unique bidders, sorted by bid value
topBids: 3 top bids
also, don't forget totalRas! (unless you're keeping that on the asset)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment