Published
Edited
May 19, 2022
Fork of Nounalytics
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
allBids.filter(bid => bid.bidder.id === "0xb6c5b1a489606028da263eda28063186f96fa921")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
plotableSeedDistributions.background
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bidderParticipation.filter(bidder => bidder.bidder.indexOf("667") > -1)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
probability(41)
Insert cell
probability = n => 1 - Math.pow((234 - 1/234), n)
Insert cell
Insert cell
fetchAuctions = async (skip) => ((await axios.post(SUBGRAPH_URL, {query: AUCTIONS_QUERY(skip)})).data.data.auctions)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
MULTIPLES = [
"once",
"twice",
"three times",
"four times",
"five times",
"six times",
"seven times"
]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
AUCTIONS_QUERY = (skip = 0) => `
{
auctions (first: 1000) {
id
startTime
endTime
settled
bids {
id
amount
txIndex
blockNumber
blockTimestamp
bidder {
id
}
}
noun {
id
seed {
background
body
accessory
head
glasses
}
owner {
id
}
}
}
}
`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more