|
1 | 1 | # Notes for users of `nft.trades`
|
2 | 2 |
|
3 |
| -This repo collects trade data of NFT marketplaces in a single table `nft.trades`. |
| 3 | +This repo collects trade data of NFT marketplaces in a single table `nft.trades`. |
4 | 4 |
|
5 |
| -The goal is to enable a powerful new wave of Dune dashboards on NFTs, and inspire new contributors to add more marketplaces and NFT data. |
| 5 | +The goal is to enable a powerful new wave of Dune dashboards on NFTs, and inspire new contributors to add more marketplaces and NFT data. |
6 | 6 |
|
7 | 7 | ERC721 and ERC1155 `transfer` data is integrated for every trade transaction to enable analysis of trades consisting of multiple NFTs.
|
8 | 8 |
|
9 | 9 | Known limitations:
|
| 10 | + |
10 | 11 | - OpenSea and Rarible support non-ETH trades. Some of the tokens used for these transactions are not in Dune's `prices.usd`. In these cases, the `usd_amount` is `NULL`. At the time of writing (July 2021), for OpenSea and Rarible, the percentage of rows with missing USD values is 2% or less.
|
11 | 12 | - In some cases, there are rounding errors on the `original_amount` fields.
|
12 | 13 |
|
13 |
| - |
14 | 14 | # Notes for contributors to `nft.trades`
|
15 | 15 |
|
16 | 16 | Here are some things to check before doing your pull request:
|
| 17 | + |
17 | 18 | - As much as possible, verify data from the NFT page on the market place itself as well as on Etherscan. In one case, we noticed that event log data was not correctly decoded in case the trade was done in WETH instead of ETH.
|
18 | 19 | - Verify buyer and seller. In some scenario's (again when currency is not ETH) these get inversed. A good way to double-check is to verify against ERC721 transfers.
|
19 |
| -- Different types of trades ("Direct Purchase", "Offer Accepted", "Auction Settled"...) often have a different encoding in the event logs. |
| 20 | +- Different types of trades ("Direct Purchase", "Offer Accepted", "Auction Settled"...) often have a different encoding in the event logs. |
20 | 21 |
|
21 | 22 | Don't hesitate to ask for help in Discord if you get stuck: https://discord.gg/ppntYkQu
|
22 | 23 |
|
23 |
| - |
24 | 24 | # Credits
|
25 | 25 |
|
26 | 26 | Amazing pioneer work on NFTs by the following Dune users:
|
| 27 | + |
27 | 28 | - https://duneanalytics.com/rchen8
|
28 | 29 | - https://duneanalytics.com/keeganead
|
29 | 30 |
|
30 |
| -The following power users helped me in various ways along the way: |
| 31 | +The following power users helped me in various ways along the way: |
| 32 | + |
31 | 33 | - https://duneanalytics.com/0xBoxer
|
32 | 34 | - https://duneanalytics.com/danner_eth
|
0 commit comments