Update README
Browse files- .gitattributes +1 -0
- README.md +14 -0
.gitattributes
CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
55 |
+
token_impersonation_dataset.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Token Impersonation Dataset
|
5 |
+
|
6 |
+
This dataset contains 375 erc-like token impersonation contracts used for phishing scams and 85,716 legitimate Etherscan verified contracts.
|
7 |
+
|
8 |
+
The dataset includes the following data attributes:
|
9 |
+
|
10 |
+
* contract_address: smart contract address on Ethereum
|
11 |
+
* contract_creation_tx: smart contract deployment tx
|
12 |
+
* malicious: boolean flag whether a contract is a token impersonation contract or not
|
13 |
+
* creation_bytecode: smart contract bytecode that includes both contract initialization and execution code
|
14 |
+
* contract_creator_etherscan_label: contract creator's Etherscan label
|
15 |
+
* decompiled_opcodes: bytecode decompiled into EVM opcodes
|
16 |
+
* contract_tag: contract's Etherscan wallet tag
|
17 |
+
* contract_creator_tag: contract creator's Etherscan wallet tag
|