Smart Ponzi Scheme Labels
Introduction
A Ponzi scheme is a fraudulent investment operation where the operator generates returns for older investors through revenue paid by new investors.
Ponzi_label.csv:The dataset is the labels of smart ponzi contracts by manually check.
Data details
Ponzi_label.csv
About this table
The labels of whether a contract is a smart ponzi scheme.
Columns (2 columns)
Contract
The address of contracts
Ponzi
Whether the contract is a smart ponzi scheme
(1 if yes)
Citation
BibTeX
@inproceedings{chen2018detecting,
title={Detecting ponzi schemes on ethereum: Towards healthier blockchain technology},
author={Chen, Weili and Zheng, Zibin and Cui, Jiahui and Ngai, Edith and Zheng, Peilin and Zhou, Yuren},
booktitle={Proceedings of the 2018 World Wide Web Conference},
pages={1409--1418},
year={2018},
organization={International World Wide Web Conferences Steering Committee}
}
IEEE
W. Chen, Z. Zheng, J. Cui, E. Ngai, P. Zheng, and Y. Zhou. 2018. Detecting Ponzi Schemes on Ethereum: Towards Healthier Blockchain Technology. In Proceedings of the 2018 World Wide Web Conference (WWW ’18). International World Wide Web Conferences Steering Committee, Republic and Canton of Geneva, CHE, 1409–1418. DOI:https://doi.org/10.1145/3178876.3186046
ACM
Weili Chen, Zibin Zheng, Jiahui Cui, Edith Ngai, Peilin Zheng, and Yuren Zhou. 2018. Detecting Ponzi Schemes on Ethereum: Towards Healthier Blockchain Technology. In Proceedings of the 2018 World Wide Web Conference (WWW ’18). International World Wide Web Conferences Steering Committee, Republic and Canton of Geneva, CHE, 1409–1418. DOI:https://doi.org/10.1145/3178876.3186046
Smart Contract Attribute Dataset
Introduction
Open Source Contract Info.csv dataset contains about 14 thousand contracts which is open source on Etherscan.
Data details
Open Source Contract Info.csv
About this table
All Open Source Contracts in Ethereum.
Columns (9 columns)
address
Address of Open Source Smart Contract
ContractCode
Bytecode of Contract
timestamp
Timestamp of Contract Creation
createValue
Cerate Value of Contract Creation
createBlockNumber
Block Height of Contract Creation
createdTransactionHash
Transaction of Contract Creation
creationCode
Bytecode of Contract Creation
creator
Address of Creator
code
Source Code of Contract
Citation
BibTeX
@inproceedings{huang2019recommending, title={Recommending differentiated code to support smart contract update}, author={Huang, Yuan and Kong, Queping and Jia, Nan and Chen, Xiangping and Zheng, Zibin}, booktitle={Proceedings of the 27th International Conference on Program Comprehension}, pages={260--270}, year={2019}, organization={IEEE Press} }
IEEE
Y. Huang, Q. Kong, N. Jia, X. Chen and Z. Zheng, "Recommending Differentiated Code to Support Smart Contract Update," 2019 IEEE/ACM 27th International Conference on Program Comprehension (ICPC), Montreal, QC, Canada, 2019, pp. 260-270.
ACM
Yuan Huang, Queping Kong, Nan Jia, Xiangping Chen, and Zibin Zheng. 2019. Recommending differentiated code to support smart contract update. In Proceedings of the 27th International Conference on Program Comprehension (ICPC ’19). IEEE Press, 260–270. DOI:https://doi.org/10.1109/ICPC.2019.00045