duneanalytics / spellbook

SQL views for Dune

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]Inaccurate column values for `amount_usd` & `amount_original` in `nft.mints`

chuxinh opened this issue · comments

Description

I'm looking at NFT mint data, specilly at mint value field such as amount_usd, amount_original. Wonder what's causing the difference between amount_original and what's showing on etherscan for the nft mints value?

e.g. https://optimistic.etherscan.io/tx/0xf7fcf4c163504bc2a34143a5d2ebc51d4cbc73308131975bd45ad3e16502fe68, where the value is 0.0085 ETH, while it shows up as 0.017 ETH in nft.mints

I have some other examples here: https://dune.com/queries/3200534

Impacted model(s)

nft.mints