Skip to content

SciEcon/SRS2023-NFT_Marketplaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Marketplaces

Project information

  • Author: Yiyang Zhang, Computation and Design with tracks in Digital Media, Class of 2025, Duke Kunshan University
  • Instructor: Prof. Luyao Zhang, Duke Kunshan University
  • Disclaimer: SRS program instructed by Prof. Luyao Zhang at Duke Kunshan University.
  • Acknowledgments: Thanks to Professor Luyao Zhang for guiding my project. Thanks to the SciEcon editorial team including Xintong Wu, Wanlin Deng, Xinyu Tian, Zesen Zhuang, Prof. Luyao Zhang. Thanks to Colden Johnson and Jiayi Wang for peer review.
  • Project Summary:

Table of Contents

Data

Data Files Data Type Data Content
foundationsizetype.csv Processed The size, duration, file type, and last transaction time of the NFT asset on Foundation.
superrareaccount.csv Processed Accessibility of user names and addresses for both sides of the transaction on SuperRare.
Raribleaccount.csv Processed Accessibility of user names and addresses for both sides of the transaction on Rarible.
foundationevent.csv Processed Classification of NFT events on the Foundation (e.g., mint, buy, sell, auction creation) and when the event occurred.
superrareeventtype.csv Processed Classification of NFT events on the SuperRare (e.g., mint, buy, sell, auction creation) and when the event occurred.
Raribleventtype1.csv Processed Classification of NFT events on the Rarible (e.g., mint, buy, sell, auction creation) and when the event occurred. (first part)
Raribleventtype2.csv Processed Classification of NFT events on the Rarible (e.g., mint, buy, sell, auction creation) and when the event occurred. (second part)
nifty url.csv Processed image url of the NFT asset on Nifty
  • Data Dictionary
File Name Variable Name Description Frecuency Unit Type
foundationsizetype.csv width the width of the NFT assets on the Foundation daily pixel int
height the height of NFT assets on Foundation daily pixel int
duration the duration of NFT assets on Foundation daily second float
mimetype the mime type of NFT assets on Foundation daily \ string
date the last transaction time of NFT assets on Foundation daily day datetime
superrareaccount.csv from_account_username accessible or not for the username of the sender account of a transaction on SuperRare transaction \ int
to_account_username accessible or not for the username of the recipient account account of a transaction on SuperRare transaction \ int
from_account_address accessible or not for the address of the sender account of a transaction on SuperRare transaction \ int
to_account_address accessible or not for the address of the recipient account of a transaction on SuperRare transaction \ int
Raribleaccount.csv from_account_username accessible or not for the username of the sender account of a transaction on Rarible transaction \ int
to_account_username accessible or not for the username of the recipient account account of a transaction on Rarible transaction \ int
from_account_address accessible or not for the address of the sender account of a transaction on Rarible transaction \ int
to_account_address accessible or not for the address of the recipient account of a transaction on Rarible transaction \ int
foundationevent.csv time the time of the NFT event on the Foundation event day datetime
type the typr of the NFT event on the Foundation event \ string
superrareeventtype.csv time the time of the NFT event on the SuperRare event day datetime
type the typr of the NFT event on the SuperRare event \ string
Raribleventtype1.csv time the time of the NFT event on the Rarible event day datetime
type the typr of the NFT event on the Rarible event \ string
Raribleventtype2.csv time the time of the NFT event on the Rarible event day datetime
type the typr of the NFT event on the Rarible event \ string
nifty url.csv URL the image url of the NFT asset on Nifty asset \ string
DATE the last transaction date of the NFT asset on Nifty asset day datetime
URLTYPE the website type according to the image url of the NFT asset on Nifty asset \ string

Code

Changes in NFT asset characteristics Privacy of NFT transaction accounts Changes in the types of NFT events Changes in the type of access link for NFT assets
FoundationSizeType.ipynb SuperrareAccount.ipynb Foundation_Event_Type.ipynb NiftyURL.ipynb
RaribleAccount.ipynb SuperRare_Event_Type.ipynb
RaribleAccount.ipynb

Spotlight

Changes in NFT asset characteristics

MIME Type Distribution

  • Figure No.1. MIME Type Distribution on Foundation

image

Characteristics Variation of Video

  • Figure No.2. Average Width Variation of Video.png

image

  • Figure No.3. Average Height Variation of Video.png

image

  • Figure No.4. Average Duration Variation of Video.png

image

Size Variation of Image

  • Figure No.5. Average Width Variation of Image.png

image

  • Figure No.6. Average Height Variation of Image.png

image

  • Figure No.7. Average Height Variation of Image (Log Transformed).png

image

Privacy of NFT transaction accounts

Rarible

  • Figure No.8. Account Accessibility of Transactions on Rarible.png

image

Superrare

  • Figure No.9. Account Accessibility of Transactions on Superrare.png

image

Changes in the types of NFT events

Foundation

  • Figure No.10. Foundation Event Type.png

image

Rarible

  • Figure No.11. Rarible Event Type.png

image

SuperRare

  • Figure No.12. SuperRare Event Type.png

image

Changes in the type of access link for NFT assets

Nifty

  • Figure No.13. Nifty Website Proportions.png

image

More about the Author

  • Yiyang Zhang is from the class of 2025, majoring in Computation and Design with tracks in Digital Media at Duke Kunshan University. She is designated a Summer Research Scholar for the summer of 2023 and awarded by the SRS program. Her research interest is NFT transaction, digital design, and media interaction.

References

Data Source

Code Source

Literature

@inproceedings{nft-study,
    author = {Dipanjan Das and Priyanka Bose and Nicola Ruaro and Christopher Kruegel and Giovanni Vigna},
    booktitle = {Proceedings of the ACM Conference on Computer and Communications Security (CCS)},
    title = {Understanding Security Issues in the NFT Ecosystem},
    year = {2022}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published