Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'label_encoded', 'filename', 'code'}) and 266 missing columns ({'Opcode weight DUP3', 'bytecode_character_0', 'Opcode weight PUSH29', 'Opcode weight PUSH18', 'Opcode weight REVERT', 'Opcode weight SWAP8', 'Opcode weight MUL', 'Opcode weight SLOAD', 'Opcode weight PUSH21', 'Opcode weight DIV', 'bytecode_character_h', 'Opcode weight GASPRICE', 'Opcode weight PUSH14', 'pure', 'Weight bytecode_character_3', 'Weight bytecode_character_e', 'bytecode_character_f', 'Opcode weight PUSH26', 'Opcode weight SWAP11', 'Opcode weight SWAP3', 'Weight bytecode_character_x', 'Weight bytecode_character_0', 'Opcode weight SIGNEXTEND', 'Opcode weight PUSH11', 'Opcode weight PUSH9', 'string', 'Opcode weight SWAP15', 'Weight bytecode_character_r', 'Opcode weight LOG2', 'bytecode_character_z', 'Opcode weight CALLER', 'Weight bytecode_character_1', 'Opcode weight SWAP1', 'Weight bytecode_character_I', 'Weight bytecode_character_A', 'Opcode weight MOD', 'Opcode weight CREATE', 'q', 'bytecode_character_l', 'Opcode weight GAS', 'bytecode_character_7', 'memory', 'Opcode weight PUSH4', 'Weight bytecode_character_R', 'can', 'Opcode weight ADDMOD', 'bytecode_character_g', 'Opcode weight JUMP', 'Weight bytecode_character_d', 'Opcode weight SWAP13', 'Opcode weight GT', 'Opcode weight CODESIZE', 'Opcode weight CALLDATACOPY', 'bytecode_character_L', 'bytecode_character_B', 'Opcode weight NUMBER', 'Opcode weight SGT', 'Opcode weight DUP11', 'Weight bytecode_character_B', 'Opcode weight SHA3', 'bytecode_character_a', 'Opcode weight GASLIMIT', 'Opcode weight EXP', 'Opcode wei
...
, 'Weight bytecode_character_u', 'Opcode weight SWAP9', 'Weight bytecode_character_s', 'Weight bytecode_character_8', 'Opcode weight EQ', 'bytecode_character_u', 'Opcode weight BALANCE', 'sub', 'Opcode weight PUSH6', 'bytecode_character_M', 'emit', 'Weight bytecode_character__', 'bytecode_character_<', 'ast_src', 'bytecode_character_m', 'Opcode weight PUSH2', 'Opcode weight PUSH10', 'Weight bytecode_character_>', 'Weight bytecode_character_7', 'Opcode weight PUSH15', 'Opcode weight PUSH17', 'Opcode weight SLT', 'Opcode weight PUSH25', 'eth', 'Opcode weight CALLDATALOAD', 'bytecode_character_s', 'Opcode weight SWAP5', 'Opcode weight NOT', 'Opcode weight INVALID', 'bytecode_character_o', 'Weight bytecode_character_t', 'Weight bytecode_character_a', 'Weight bytecode_character_:', 'Opcode weight PUSH13', 'Weight bytecode_character_P', 'Opcode weight MULMOD', 'Opcode weight CALLCODE', 'Weight bytecode_character_v', 'bytecode_character_:', 'Weight bytecode_character_y', 'Opcode weight DUP15', 'bytecode_entropy', 'ast_len_exportedSymbols', 'Weight bytecode_character_n', 'bytecode_character_8', 'Opcode weight DUP6', 'Opcode weight DUP8', 'Weight bytecode_character_2', 'approve', 'bytecode_character_C', 'Opcode weight BLOCKHASH', 'Opcode weight SAR', 'bytecode_character_T', 'bytecode_character_1', 'Opcode weight PUSH20', 'Weight bytecode_character_g', 'Opcode weight CALLVALUE', 'Weight bytecode_character_o', 'Weight bytecode_character_5', 'Opcode weight PUSH16', 'Opcode weight SWAP7'}).
This happened while the csv dataset builder was generating data using
hf://datasets/pranay5255/smart-contract-csv-datasets/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_4label.csv (at revision de9bbc8eee9028308cb578a58efd3718afa9fe34), ['hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/bcccdatasets_bccc-vulscs-2023/BCCC-VolSCs-2023_Secure.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/bcccdatasets_bccc-vulscs-2023/BCCC-VolSCs-2023_Vulnerable.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_4label.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_Vuln_8label.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/manifest.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
Unnamed: 0: int64
filename: string
code: string
label: string
label_encoded: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 854
to
{'Unnamed: 0': Value('int64'), 'hash_id': Value('string'), 'label': Value('int64'), 'bytecode_len': Value('int64'), 'Weight bytecode_character_6': Value('float64'), 'Weight bytecode_character_0': Value('float64'), 'Weight bytecode_character_8': Value('float64'), 'Weight bytecode_character_4': Value('float64'), 'Weight bytecode_character_5': Value('float64'), 'Weight bytecode_character_2': Value('float64'), 'Weight bytecode_character_1': Value('float64'), 'Weight bytecode_character_a': Value('float64'), 'Weight bytecode_character_7': Value('float64'), 'Weight bytecode_character_3': Value('float64'), 'Weight bytecode_character_f': Value('float64'), 'Weight bytecode_character_9': Value('float64'), 'Weight bytecode_character_b': Value('float64'), 'Weight bytecode_character_c': Value('float64'), 'Weight bytecode_character_d': Value('float64'), 'Weight bytecode_character_e': Value('float64'), 'bytecode_character_6': Value('float64'), 'bytecode_character_0': Value('float64'), 'bytecode_character_8': Value('float64'), 'bytecode_character_4': Value('float64'), 'bytecode_character_5': Value('float64'), 'bytecode_character_2': Value('float64'), 'bytecode_character_1': Value('float64'), 'bytecode_character_a': Value('float64'), 'bytecode_character_7': Value('float64'), 'bytecode_character_3': Value('float64'), 'bytecode_character_f': Value('float64'), 'bytecode_character_9': Value('float64'), 'bytecode_character_b': Value('float64'), 'bytecode_character_c': Value('float64'), 'bytecode_ch
...
r_y': Value('float64'), 'bytecode_character_E': Value('float64'), 'bytecode_character_C': Value('float64'), 'bytecode_character_R': Value('float64'), 'bytecode_character_o': Value('float64'), 'bytecode_character_v': Value('float64'), 'bytecode_character_r': Value('float64'), 'bytecode_character_y': Value('float64'), 'Weight bytecode_character_O': Value('float64'), 'Weight bytecode_character_z': Value('float64'), 'bytecode_character_O': Value('float64'), 'bytecode_character_z': Value('float64'), 'Weight bytecode_character_B': Value('float64'), 'Weight bytecode_character_T': Value('float64'), 'bytecode_character_B': Value('float64'), 'bytecode_character_T': Value('float64'), 'Weight bytecode_character_D': Value('float64'), 'Weight bytecode_character_A': Value('float64'), 'Weight bytecode_character_u': Value('float64'), 'bytecode_character_D': Value('float64'), 'bytecode_character_A': Value('float64'), 'bytecode_character_u': Value('float64'), 'Weight bytecode_character_k': Value('float64'), 'Weight bytecode_character_P': Value('float64'), 'bytecode_character_k': Value('float64'), 'bytecode_character_P': Value('float64'), 'Weight bytecode_character_g': Value('float64'), 'bytecode_character_g': Value('float64'), 'Weight bytecode_character_I': Value('float64'), 'Weight bytecode_character_m': Value('float64'), 'bytecode_character_I': Value('float64'), 'bytecode_character_m': Value('float64'), 'Weight bytecode_character_x': Value('float64'), 'bytecode_character_x': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'label_encoded', 'filename', 'code'}) and 266 missing columns ({'Opcode weight DUP3', 'bytecode_character_0', 'Opcode weight PUSH29', 'Opcode weight PUSH18', 'Opcode weight REVERT', 'Opcode weight SWAP8', 'Opcode weight MUL', 'Opcode weight SLOAD', 'Opcode weight PUSH21', 'Opcode weight DIV', 'bytecode_character_h', 'Opcode weight GASPRICE', 'Opcode weight PUSH14', 'pure', 'Weight bytecode_character_3', 'Weight bytecode_character_e', 'bytecode_character_f', 'Opcode weight PUSH26', 'Opcode weight SWAP11', 'Opcode weight SWAP3', 'Weight bytecode_character_x', 'Weight bytecode_character_0', 'Opcode weight SIGNEXTEND', 'Opcode weight PUSH11', 'Opcode weight PUSH9', 'string', 'Opcode weight SWAP15', 'Weight bytecode_character_r', 'Opcode weight LOG2', 'bytecode_character_z', 'Opcode weight CALLER', 'Weight bytecode_character_1', 'Opcode weight SWAP1', 'Weight bytecode_character_I', 'Weight bytecode_character_A', 'Opcode weight MOD', 'Opcode weight CREATE', 'q', 'bytecode_character_l', 'Opcode weight GAS', 'bytecode_character_7', 'memory', 'Opcode weight PUSH4', 'Weight bytecode_character_R', 'can', 'Opcode weight ADDMOD', 'bytecode_character_g', 'Opcode weight JUMP', 'Weight bytecode_character_d', 'Opcode weight SWAP13', 'Opcode weight GT', 'Opcode weight CODESIZE', 'Opcode weight CALLDATACOPY', 'bytecode_character_L', 'bytecode_character_B', 'Opcode weight NUMBER', 'Opcode weight SGT', 'Opcode weight DUP11', 'Weight bytecode_character_B', 'Opcode weight SHA3', 'bytecode_character_a', 'Opcode weight GASLIMIT', 'Opcode weight EXP', 'Opcode wei
...
, 'Weight bytecode_character_u', 'Opcode weight SWAP9', 'Weight bytecode_character_s', 'Weight bytecode_character_8', 'Opcode weight EQ', 'bytecode_character_u', 'Opcode weight BALANCE', 'sub', 'Opcode weight PUSH6', 'bytecode_character_M', 'emit', 'Weight bytecode_character__', 'bytecode_character_<', 'ast_src', 'bytecode_character_m', 'Opcode weight PUSH2', 'Opcode weight PUSH10', 'Weight bytecode_character_>', 'Weight bytecode_character_7', 'Opcode weight PUSH15', 'Opcode weight PUSH17', 'Opcode weight SLT', 'Opcode weight PUSH25', 'eth', 'Opcode weight CALLDATALOAD', 'bytecode_character_s', 'Opcode weight SWAP5', 'Opcode weight NOT', 'Opcode weight INVALID', 'bytecode_character_o', 'Weight bytecode_character_t', 'Weight bytecode_character_a', 'Weight bytecode_character_:', 'Opcode weight PUSH13', 'Weight bytecode_character_P', 'Opcode weight MULMOD', 'Opcode weight CALLCODE', 'Weight bytecode_character_v', 'bytecode_character_:', 'Weight bytecode_character_y', 'Opcode weight DUP15', 'bytecode_entropy', 'ast_len_exportedSymbols', 'Weight bytecode_character_n', 'bytecode_character_8', 'Opcode weight DUP6', 'Opcode weight DUP8', 'Weight bytecode_character_2', 'approve', 'bytecode_character_C', 'Opcode weight BLOCKHASH', 'Opcode weight SAR', 'bytecode_character_T', 'bytecode_character_1', 'Opcode weight PUSH20', 'Weight bytecode_character_g', 'Opcode weight CALLVALUE', 'Weight bytecode_character_o', 'Weight bytecode_character_5', 'Opcode weight PUSH16', 'Opcode weight SWAP7'}).
This happened while the csv dataset builder was generating data using
hf://datasets/pranay5255/smart-contract-csv-datasets/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_4label.csv (at revision de9bbc8eee9028308cb578a58efd3718afa9fe34), ['hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/bcccdatasets_bccc-vulscs-2023/BCCC-VolSCs-2023_Secure.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/bcccdatasets_bccc-vulscs-2023/BCCC-VolSCs-2023_Vulnerable.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_4label.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/kaggle/tranduongminhdai_smart-contract-vulnerability-datset/SC_Vuln_8label.csv', 'hf://datasets/pranay5255/smart-contract-csv-datasets@de9bbc8eee9028308cb578a58efd3718afa9fe34/manifest.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Unnamed: 0 int64 | hash_id string | label int64 | bytecode_len int64 | Weight bytecode_character_6 float64 | Weight bytecode_character_0 float64 | Weight bytecode_character_8 float64 | Weight bytecode_character_4 float64 | Weight bytecode_character_5 float64 | Weight bytecode_character_2 float64 | Weight bytecode_character_1 float64 | Weight bytecode_character_a float64 | Weight bytecode_character_7 float64 | Weight bytecode_character_3 float64 | Weight bytecode_character_f float64 | Weight bytecode_character_9 float64 | Weight bytecode_character_b float64 | Weight bytecode_character_c float64 | Weight bytecode_character_d float64 | Weight bytecode_character_e float64 | bytecode_character_6 float64 | bytecode_character_0 float64 | bytecode_character_8 float64 | bytecode_character_4 float64 | bytecode_character_5 float64 | bytecode_character_2 float64 | bytecode_character_1 float64 | bytecode_character_a float64 | bytecode_character_7 float64 | bytecode_character_3 float64 | bytecode_character_f float64 | bytecode_character_9 float64 | bytecode_character_b float64 | bytecode_character_c float64 | bytecode_character_d float64 | bytecode_character_e float64 | bytecode_entropy float64 | ast_len_exportedSymbols int64 | ast_id int64 | ast_nodetype string | ast_src string | ast_len_nodes int64 | Opcode weight STOP float64 | Opcode weight ADD float64 | Opcode weight MUL float64 | Opcode weight SUB float64 | Opcode weight DIV float64 | Opcode weight SDIV float64 | Opcode weight MOD float64 | Opcode weight SMOD float64 | Opcode weight ADDMOD float64 | Opcode weight MULMOD float64 | Opcode weight EXP float64 | Opcode weight SIGNEXTEND float64 | Opcode weight LT float64 | Opcode weight GT float64 | Opcode weight SLT float64 | Opcode weight SGT float64 | Opcode weight EQ float64 | Opcode weight ISZERO float64 | Opcode weight AND float64 | Opcode weight OR float64 | Opcode weight XOR float64 | Opcode weight NOT float64 | Opcode weight BYTE float64 | Opcode weight SHL float64 | Opcode weight SHR float64 | Opcode weight SAR float64 | Opcode weight SHA3 float64 | Opcode weight ADDRESS float64 | Opcode weight BALANCE float64 | Opcode weight ORIGIN float64 | Opcode weight CALLER float64 | Opcode weight CALLVALUE float64 | Opcode weight CALLDATALOAD float64 | Opcode weight CALLDATASIZE float64 | Opcode weight CALLDATACOPY float64 | Opcode weight CODESIZE float64 | Opcode weight CODECOPY float64 | Opcode weight GASPRICE float64 | Opcode weight EXTCODESIZE float64 | Opcode weight EXTCODECOPY float64 | Opcode weight RETURNDATASIZE float64 | Opcode weight RETURNDATACOPY float64 | Opcode weight BLOCKHASH float64 | Opcode weight COINBASE float64 | Opcode weight TIMESTAMP float64 | Opcode weight NUMBER float64 | Opcode weight DIFFICULTY float64 | Opcode weight GASLIMIT float64 | Opcode weight POP float64 | Opcode weight MLOAD float64 | Opcode weight MSTORE float64 | Opcode weight MSTORE8 float64 | Opcode weight SLOAD float64 | Opcode weight SSTORE float64 | Opcode weight JUMP float64 | Opcode weight JUMPI float64 | Opcode weight PC float64 | Opcode weight MSIZE float64 | Opcode weight GAS float64 | Opcode weight JUMPDEST float64 | Opcode weight PUSH1 float64 | Opcode weight PUSH2 float64 | Opcode weight PUSH3 float64 | Opcode weight PUSH4 float64 | Opcode weight PUSH5 float64 | Opcode weight PUSH6 float64 | Opcode weight PUSH7 float64 | Opcode weight PUSH8 float64 | Opcode weight PUSH9 float64 | Opcode weight PUSH10 float64 | Opcode weight PUSH11 float64 | Opcode weight PUSH12 float64 | Opcode weight PUSH13 float64 | Opcode weight PUSH14 float64 | Opcode weight PUSH15 float64 | Opcode weight PUSH16 float64 | Opcode weight PUSH17 float64 | Opcode weight PUSH18 float64 | Opcode weight PUSH19 float64 | Opcode weight PUSH20 float64 | Opcode weight PUSH21 float64 | Opcode weight PUSH22 float64 | Opcode weight PUSH23 float64 | Opcode weight PUSH24 float64 | Opcode weight PUSH25 float64 | Opcode weight PUSH26 float64 | Opcode weight PUSH27 float64 | Opcode weight PUSH28 float64 | Opcode weight PUSH29 float64 | Opcode weight PUSH30 float64 | Opcode weight PUSH31 float64 | Opcode weight PUSH32 float64 | Opcode weight DUP1 float64 | Opcode weight DUP2 float64 | Opcode weight DUP3 float64 | Opcode weight DUP4 float64 | Opcode weight DUP5 float64 | Opcode weight DUP6 float64 | Opcode weight DUP7 float64 | Opcode weight DUP8 float64 | Opcode weight DUP9 float64 | Opcode weight DUP10 float64 | Opcode weight DUP11 float64 | Opcode weight DUP12 float64 | Opcode weight DUP13 float64 | Opcode weight DUP14 float64 | Opcode weight DUP15 float64 | Opcode weight DUP16 float64 | Opcode weight SWAP1 float64 | Opcode weight SWAP2 float64 | Opcode weight SWAP3 float64 | Opcode weight SWAP4 float64 | Opcode weight SWAP5 float64 | Opcode weight SWAP6 float64 | Opcode weight SWAP7 float64 | Opcode weight SWAP8 float64 | Opcode weight SWAP9 float64 | Opcode weight SWAP10 float64 | Opcode weight SWAP11 float64 | Opcode weight SWAP12 float64 | Opcode weight SWAP13 float64 | Opcode weight SWAP14 float64 | Opcode weight SWAP15 float64 | Opcode weight SWAP16 float64 | Opcode weight LOG0 float64 | Opcode weight LOG1 float64 | Opcode weight LOG2 float64 | Opcode weight LOG3 float64 | Opcode weight LOG4 float64 | Opcode weight CREATE float64 | Opcode weight CALL float64 | Opcode weight CALLCODE float64 | Opcode weight RETURN float64 | Opcode weight DELEGATECALL float64 | Opcode weight STATICCALL float64 | Opcode weight REVERT float64 | Opcode weight INVALID float64 | Opcode weight SELFDESTRUCT float64 | from int64 | require int64 | dev int64 | internal int64 | string int64 | view int64 | mapping int64 | sub int64 | emit int64 | length int64 | pure int64 | will int64 | not int64 | approve int64 | external int64 | memory int64 | eth int64 | else int64 | can int64 | calls int64 | data int64 | q int64 | Weight bytecode_character__ float64 | Weight bytecode_character_< float64 | Weight bytecode_character_s float64 | Weight bytecode_character_t float64 | Weight bytecode_character_i float64 | Weight bytecode_character_n float64 | Weight bytecode_character_> float64 | Weight bytecode_character_: float64 | Weight bytecode_character_S float64 | Weight bytecode_character_l float64 | Weight bytecode_character_L float64 | bytecode_character__ float64 | bytecode_character_< float64 | bytecode_character_s float64 | bytecode_character_t float64 | bytecode_character_i float64 | bytecode_character_n float64 | bytecode_character_> float64 | bytecode_character_: float64 | bytecode_character_S float64 | bytecode_character_l float64 | bytecode_character_L float64 | Weight bytecode_character_M float64 | Weight bytecode_character_h float64 | bytecode_character_M float64 | bytecode_character_h float64 | Weight bytecode_character_E float64 | Weight bytecode_character_C float64 | Weight bytecode_character_R float64 | Weight bytecode_character_o float64 | Weight bytecode_character_v float64 | Weight bytecode_character_r float64 | Weight bytecode_character_y float64 | bytecode_character_E float64 | bytecode_character_C float64 | bytecode_character_R float64 | bytecode_character_o float64 | bytecode_character_v float64 | bytecode_character_r float64 | bytecode_character_y float64 | Weight bytecode_character_O float64 | Weight bytecode_character_z float64 | bytecode_character_O float64 | bytecode_character_z float64 | Weight bytecode_character_B float64 | Weight bytecode_character_T float64 | bytecode_character_B float64 | bytecode_character_T float64 | Weight bytecode_character_D float64 | Weight bytecode_character_A float64 | Weight bytecode_character_u float64 | bytecode_character_D float64 | bytecode_character_A float64 | bytecode_character_u float64 | Weight bytecode_character_k float64 | Weight bytecode_character_P float64 | bytecode_character_k float64 | bytecode_character_P float64 | Weight bytecode_character_g float64 | bytecode_character_g float64 | Weight bytecode_character_I float64 | Weight bytecode_character_m float64 | bytecode_character_I float64 | bytecode_character_m float64 | Weight bytecode_character_x float64 | bytecode_character_x float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 39fcd43b0f0aaa2cf8f084307d15e259d203843ba89845cb25e7ed2455679ffb | 0 | 14,044 | 0.094702 | 0.284677 | 0.048206 | 0.028411 | 0.079963 | 0.041014 | 0.101609 | 0.011108 | 0.02243 | 0.030333 | 0.186628 | 0.042011 | 0.011962 | 0.00534 | 0.005127 | 0.00648 | 1,330 | 3,998 | 677 | 399 | 1,123 | 576 | 1,427 | 156 | 315 | 426 | 2,621 | 590 | 168 | 75 | 72 | 91 | 3.205344 | 2 | 598 | SourceUnit | 0:5460:0 | 2 | 0.001578 | 0.056008 | 0.017618 | 0.013148 | 0.013673 | 0 | 0.000263 | 0 | 0 | 0 | 0.019721 | 0 | 0.002892 | 0.002367 | 0 | 0 | 0.006574 | 0.034972 | 0.044702 | 0.0071 | 0 | 0.00894 | 0 | 0 | 0 | 0 | 0 | 0.000526 | 0.000526 | 0.000263 | 0.00263 | 0.002367 | 0.001841 | 0.001315 | 0 | 0.000263 | 0.000789 | 0 | 0.000263 | 0 | 0.001578 | 0.000789 | 0.000263 | 0 | 0.000789 | 0.000263 | 0 | 0 | 0.069945 | 0.019984 | 0.029187 | 0 | 0.027347 | 0.010255 | 0.014462 | 0.016829 | 0 | 0 | 0 | 0.031291 | 0.152774 | 0.045753 | 0.007626 | 0.016829 | 0.000526 | 0.000263 | 0.001052 | 0 | 0 | 0 | 0.000263 | 0 | 0.000263 | 0 | 0 | 0 | 0 | 0 | 0 | 0.012622 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000263 | 0 | 0.000263 | 0.0071 | 0.049172 | 0.058112 | 0.021036 | 0.017355 | 0.00447 | 0.003155 | 0.000789 | 0.000526 | 0.002104 | 0.000263 | 0 | 0 | 0 | 0 | 0 | 0 | 0.089929 | 0.020247 | 0.006574 | 0.00263 | 0.001052 | 0.000263 | 0.00263 | 0 | 0.000263 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.001315 | 0 | 0 | 0.000263 | 0 | 0.000789 | 0 | 0.001315 | 0 | 0 | 0.004996 | 0.001841 | 0 | 0 | 6 | 0 | 0 | 0 | 3 | 0 | 0 | 4 | 9 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
3 | 9c68294047c47e46f7808778f54e175e7d0f7437c9752ff4d041338bbc3b55eb | 0 | 5,606 | 0.060649 | 0.158758 | 0.037817 | 0.013914 | 0.058866 | 0.039422 | 0.071887 | 0.007492 | 0.020514 | 0.03086 | 0.437924 | 0.031395 | 0.013022 | 0.004281 | 0.008027 | 0.005173 | 340 | 890 | 212 | 78 | 330 | 221 | 403 | 42 | 115 | 173 | 2,455 | 176 | 73 | 24 | 45 | 29 | 2.840342 | 2 | 502 | SourceUnit | 0:5397:0 | 7 | 0.002646 | 0.059083 | 0 | 0.013228 | 0.000882 | 0 | 0 | 0.000882 | 0 | 0 | 0 | 0 | 0.001764 | 0.003527 | 0 | 0 | 0.007055 | 0.035273 | 0.057319 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.008818 | 0.006173 | 0.0097 | 0.005291 | 0 | 0 | 0.000882 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.060847 | 0.015873 | 0.046737 | 0 | 0.0097 | 0.005291 | 0.016755 | 0.018519 | 0 | 0 | 0.000882 | 0.036155 | 0.153439 | 0.039683 | 0 | 0.010582 | 0 | 0.000882 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000882 | 0 | 0 | 0 | 0 | 0.052028 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000882 | 0 | 0 | 0.002646 | 0.060847 | 0.058201 | 0.020282 | 0.005291 | 0.005291 | 0.004409 | 0.003527 | 0.001764 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.080247 | 0.035273 | 0.014109 | 0.000882 | 0.000882 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000882 | 0 | 0 | 0 | 0 | 0.000882 | 0 | 0.002646 | 0 | 0 | 0 | 0.000882 | 0.006173 | 0 | 0 | 0.011464 | 0.001764 | 0 | 4 | 5 | 6 | 8 | 2 | 0 | 3 | 5 | 1 | 0 | 7 | 3 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
4 | d4a4062767a37041cbe7c4433e06e3dbe0b5e4f89f10352e974a1ec4c8ba3a5f | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1,122 | SourceUnit | 1615:9010:0 | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 20 | 0 | 4 | 2 | 0 | 4 | 9 | 0 | 11 | 4 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
5 | 880072718af126b7e38972393ea0cdbfb324c7c27277d6c402c3147ebd81e617 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 362 | SourceUnit | 0:5820:0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 11 | 7 | 0 | 2 | 4 | 0 | 3 | 0 | 3 | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
6 | a54f70b383cfc153e3cb2405c885e1a34d919ef8237b9179146acab1acd1c3c2 | 0 | 12,444 | 0.067261 | 0.17864 | 0.041707 | 0.018161 | 0.065011 | 0.042189 | 0.082048 | 0.006268 | 0.02009 | 0.030858 | 0.383157 | 0.032787 | 0.014384 | 0.0045 | 0.007634 | 0.005304 | 837 | 2,223 | 519 | 226 | 809 | 525 | 1,021 | 78 | 250 | 384 | 4,768 | 408 | 179 | 56 | 95 | 66 | 2.969833 | 2 | 610 | SourceUnit | 0:4832:0 | 8 | 0.001455 | 0.058931 | 0.00582 | 0.016006 | 0.006548 | 0 | 0 | 0 | 0 | 0 | 0.004729 | 0.000364 | 0.002546 | 0.003274 | 0 | 0 | 0.006548 | 0.027646 | 0.05311 | 0.001455 | 0 | 0.002183 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.006912 | 0.005457 | 0.00582 | 0.003638 | 0 | 0 | 0.000364 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.059658 | 0.020735 | 0.042197 | 0.000364 | 0.013823 | 0.006912 | 0.018916 | 0.019644 | 0 | 0 | 0 | 0.037468 | 0.148781 | 0.042197 | 0.006184 | 0.008367 | 0 | 0.000364 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.041833 | 0.000364 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000364 | 0 | 0 | 0.003274 | 0.067661 | 0.060386 | 0.021462 | 0.010549 | 0.00291 | 0.003274 | 0.002546 | 0.001091 | 0.000364 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000364 | 0.082939 | 0.033467 | 0.010913 | 0.000364 | 0 | 0 | 0 | 0.000364 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000364 | 0 | 0.002546 | 0 | 0 | 0 | 0 | 0.005093 | 0 | 0 | 0.008367 | 0.000728 | 0 | 2 | 7 | 0 | 5 | 2 | 6 | 3 | 5 | 7 | 0 | 4 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
7 | 49cdeb9e5efbc478d749949008fbf74a586fa938f288d6591a842d6ef8fd0c29 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 714 | SourceUnit | 0:9941:0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 11 | 0 | 2 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 3 | 1 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
8 | e681e677aec51451b01fb608d47c1daffd7cda6297cec705f198437d4181d41f | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
9 | 1f6a2261b19c52cab0218ab286b6451b9d3bd5c789035b005886538628292493 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
10 | 1ec21ff3186d2e260a274f6620d2373eed79d3abf0a30d975640b9e6dca7be7e | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
11 | bb740c693515b5006cb693e6b966bee3c4a8c3ddd7c8917e0754def3a5da37cb | 0 | 240 | 0.091667 | 0.333333 | 0.054167 | 0.0375 | 0.054167 | 0.075 | 0.066667 | 0.041667 | 0.0625 | 0.045833 | 0.020833 | 0.025 | 0.020833 | 0.041667 | 0.016667 | 0.0125 | 22 | 80 | 13 | 9 | 13 | 18 | 16 | 10 | 15 | 11 | 5 | 6 | 5 | 10 | 4 | 3 | 3.397554 | 2 | 821 | SourceUnit | 0:6967:0 | 7 | 0.058824 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0.058824 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0.039216 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0.019608 | 0.039216 | 0.019608 | 0 | 0 | 0.019608 | 0.019608 | 0 | 0 | 0 | 0.039216 | 0.254902 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.039216 | 0.058824 | 0.078431 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0 | 0 | 0 | 0 | 0.019608 | 0 | 0 | 0.019608 | 0.019608 | 0 | 0 | 17 | 10 | 5 | 2 | 0 | 4 | 4 | 7 | 9 | 4 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
12 | 5bc0f0baf56507946dbf866ccec072b2e9c1fdb475b2f18d8cf81f5b7ed83ce8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
13 | e10bb8f8a50f1fb756697874d81b0874338cb06254225e9373f66799379d65d7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
14 | a74e26ace3975334d4055740027c9797c9fb0536f8a933beeb2779244ac7cfdb | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
15 | 095dfd7bd5d3e91c8045632edbb24a4974a2d1e4ed1a8b2ca00f496df38de57f | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 660 | SourceUnit | 0:6162:0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 13 | 0 | 4 | 0 | 4 | 1 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
16 | 728c42856c589fd3172ae96722b8a92a496ef4cd4b415eac130dc7da021cc4e3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
17 | 7e39b0c5d1bc302997a43fb0158a4a99c56acae5031c4073cfe7ff5959727d1a | 0 | 8,366 | 0.059646 | 0.150968 | 0.036696 | 0.01279 | 0.054267 | 0.04076 | 0.069448 | 0.004423 | 0.020081 | 0.031556 | 0.46163 | 0.028807 | 0.011355 | 0.004542 | 0.007889 | 0.00514 | 499 | 1,263 | 307 | 107 | 454 | 341 | 581 | 37 | 168 | 264 | 3,862 | 241 | 95 | 38 | 66 | 43 | 2.76362 | 2 | 578 | SourceUnit | 0:7631:0 | 8 | 0.001225 | 0.064338 | 0 | 0.012868 | 0.000613 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.001225 | 0.003064 | 0 | 0 | 0.006127 | 0.03125 | 0.061887 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000613 | 0 | 0 | 0.011029 | 0.005515 | 0.009191 | 0.004902 | 0 | 0 | 0.000613 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.058824 | 0.015931 | 0.052083 | 0.000613 | 0.009191 | 0.005515 | 0.015931 | 0.015931 | 0 | 0 | 0 | 0.031863 | 0.154412 | 0.036765 | 0.000613 | 0.009804 | 0.000613 | 0.001225 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000613 | 0.056985 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000613 | 0 | 0 | 0.003064 | 0.063113 | 0.063113 | 0.018382 | 0.005515 | 0.003064 | 0.004289 | 0.004289 | 0.001838 | 0.001225 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.082108 | 0.034314 | 0.01348 | 0.000613 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000613 | 0 | 0.003064 | 0 | 0 | 0 | 0 | 0.005515 | 0 | 0 | 0.009191 | 0.001225 | 0 | 6 | 5 | 14 | 5 | 6 | 6 | 3 | 5 | 6 | 0 | 4 | 4 | 1 | 5 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
18 | 7abd55c8ddbaaac96af39046a6a5fb3635a197226ed8e468260547ecf2d065ba | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 691 | SourceUnit | 0:6550:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 13 | 0 | 4 | 0 | 4 | 1 | 3 | 0 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
19 | 5ab74660d59a1cae3761a97c4fce65bd965cf757916bd620a89377a81ec3d608 | 0 | 1,206 | 0.097844 | 0.31675 | 0.058872 | 0.027363 | 0.094527 | 0.052239 | 0.116915 | 0.005804 | 0.0199 | 0.033997 | 0.09204 | 0.043118 | 0.014096 | 0.011609 | 0.009121 | 0.005804 | 118 | 382 | 71 | 33 | 114 | 63 | 141 | 7 | 24 | 41 | 111 | 52 | 17 | 14 | 11 | 7 | 3.242258 | 2 | 65 | SourceUnit | 0:1021:0 | 2 | 0.008065 | 0.053763 | 0.002688 | 0.013441 | 0.005376 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.005376 | 0 | 0 | 0 | 0.021505 | 0.024194 | 0.040323 | 0 | 0 | 0.018817 | 0.005376 | 0 | 0 | 0.002688 | 0 | 0.005376 | 0 | 0 | 0 | 0 | 0.010753 | 0.005376 | 0.002688 | 0 | 0.002688 | 0 | 0 | 0 | 0.005376 | 0.002688 | 0 | 0 | 0 | 0 | 0 | 0 | 0.08871 | 0.034946 | 0.02957 | 0.002688 | 0 | 0 | 0.013441 | 0.021505 | 0 | 0 | 0.002688 | 0.032258 | 0.180108 | 0.040323 | 0 | 0.005376 | 0 | 0.002688 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.008065 | 0 | 0 | 0 | 0.002688 | 0 | 0 | 0 | 0 | 0.002688 | 0 | 0 | 0 | 0.05914 | 0.048387 | 0.026882 | 0.008065 | 0.008065 | 0.018817 | 0.005376 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.045699 | 0.026882 | 0.016129 | 0.010753 | 0.002688 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.002688 | 0 | 0 | 0 | 0 | 0.002688 | 0 | 0.005376 | 0 | 0 | 0.005376 | 0.002688 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
20 | 771185bd5fbfe3c81eb2f9553f904a6f0760e0f413024551a2b0ae04e88594eb | 0 | 19,534 | 0.08027 | 0.221255 | 0.056875 | 0.025545 | 0.090304 | 0.047558 | 0.105867 | 0.009061 | 0.02273 | 0.03005 | 0.228473 | 0.042285 | 0.018993 | 0.006297 | 0.007628 | 0.006809 | 1,568 | 4,322 | 1,111 | 499 | 1,764 | 929 | 2,068 | 177 | 444 | 587 | 4,463 | 826 | 371 | 123 | 149 | 133 | 3.28366 | 2 | 1,151 | SourceUnit | 0:14390:0 | 3 | 0.001974 | 0.056353 | 0.011307 | 0.012922 | 0.007897 | 0 | 0 | 0 | 0 | 0 | 0.008973 | 0 | 0.00682 | 0.00341 | 0 | 0 | 0.008076 | 0.036432 | 0.027279 | 0.002872 | 0 | 0.00323 | 0 | 0 | 0 | 0 | 0 | 0.000897 | 0 | 0 | 0.002513 | 0.005205 | 0.005025 | 0.00341 | 0.000179 | 0.000897 | 0.001077 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000538 | 0 | 0 | 0 | 0.075377 | 0.020101 | 0.028536 | 0 | 0.020459 | 0.005922 | 0.018126 | 0.029792 | 0 | 0 | 0.000179 | 0.047021 | 0.143754 | 0.055097 | 0.005025 | 0.004846 | 0 | 0.000179 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018665 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000179 | 0 | 0.000179 | 0.002154 | 0.068378 | 0.057789 | 0.025126 | 0.014178 | 0.005205 | 0.002333 | 0.001077 | 0.001615 | 0 | 0.000179 | 0 | 0 | 0 | 0 | 0 | 0 | 0.08435 | 0.0271 | 0.009871 | 0.001436 | 0.000179 | 0.000179 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000538 | 0.001436 | 0.000359 | 0 | 0 | 0.000179 | 0 | 0.00341 | 0 | 0 | 0.008794 | 0.00341 | 0 | 5 | 0 | 22 | 4 | 0 | 0 | 5 | 0 | 0 | 15 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 13 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
21 | a2e4632a778ab30ef2c921aea0975485cc51e6db1acebd2933ba67165d9da908 | 0 | 240 | 0.0875 | 0.345833 | 0.0625 | 0.025 | 0.075 | 0.066667 | 0.0625 | 0.033333 | 0.041667 | 0.058333 | 0.029167 | 0.025 | 0.025 | 0.033333 | 0.016667 | 0.0125 | 21 | 83 | 15 | 6 | 18 | 16 | 15 | 8 | 10 | 14 | 7 | 6 | 6 | 8 | 4 | 3 | 3.360681 | 2 | 941 | SourceUnit | 0:8616:0 | 6 | 0.033898 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.050847 | 0.016949 | 0 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0.033898 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.016949 | 0.016949 | 0.050847 | 0.016949 | 0 | 0 | 0.016949 | 0.033898 | 0 | 0.016949 | 0 | 0.033898 | 0.220339 | 0 | 0 | 0 | 0 | 0.016949 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.033898 | 0.050847 | 0.067797 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.016949 | 0.033898 | 0 | 0 | 0 | 0.016949 | 0 | 0 | 0.016949 | 0 | 0 | 0.016949 | 0.016949 | 0 | 2 | 13 | 5 | 5 | 2 | 0 | 3 | 7 | 10 | 2 | 4 | 0 | 0 | 2 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
22 | 5881d31758c6b7ad1c7cea6112819bf7069600be5879690eb6d22926451814be | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 310 | SourceUnit | 0:2992:0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 4 | 4 | 0 | 0 | 0 | 1 | 2 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
23 | 1985cb9a111fd42aa81c4de15cbbbfb5417610255b33c0dd2ddce0edaf51953f | 0 | 1,378 | 0.076197 | 0.304064 | 0.07402 | 0.032656 | 0.111756 | 0.051524 | 0.121916 | 0.011611 | 0.025399 | 0.039913 | 0.028302 | 0.060232 | 0.026851 | 0.006531 | 0.015239 | 0.013788 | 105 | 419 | 102 | 45 | 154 | 71 | 168 | 16 | 35 | 55 | 39 | 83 | 37 | 9 | 21 | 19 | 3.337534 | 2 | 113 | SourceUnit | 326:832:0 | 2 | 0.006263 | 0.037578 | 0.004175 | 0.018789 | 0.006263 | 0 | 0.002088 | 0 | 0 | 0 | 0 | 0 | 0.004175 | 0.004175 | 0 | 0 | 0.020877 | 0.045929 | 0.004175 | 0 | 0 | 0 | 0.002088 | 0 | 0 | 0 | 0 | 0.004175 | 0 | 0 | 0 | 0 | 0.018789 | 0.010438 | 0 | 0 | 0.002088 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.091858 | 0.018789 | 0.012526 | 0.002088 | 0 | 0 | 0.018789 | 0.039666 | 0 | 0 | 0 | 0.058455 | 0.093946 | 0.06263 | 0 | 0.010438 | 0 | 0.002088 | 0 | 0.002088 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.002088 | 0.002088 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.002088 | 0 | 0 | 0 | 0.093946 | 0.043841 | 0.033403 | 0.006263 | 0.016701 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.077244 | 0.048017 | 0.025052 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.002088 | 0 | 0 | 0 | 0 | 0 | 0 | 0.010438 | 0 | 0 | 0.010438 | 0.020877 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
24 | 15bdc574ef90f1722b9414d9daa9a8e2bf4743b07a103f82341a56399d2d23e9 | 0 | 240 | 0.083333 | 0.3375 | 0.079167 | 0.033333 | 0.054167 | 0.058333 | 0.070833 | 0.0375 | 0.041667 | 0.054167 | 0.020833 | 0.025 | 0.025 | 0.0375 | 0.020833 | 0.020833 | 20 | 81 | 19 | 8 | 13 | 14 | 17 | 9 | 10 | 13 | 5 | 6 | 6 | 9 | 5 | 5 | 3.407704 | 2 | 1,779 | SourceUnit | 0:26487:0 | 5 | 0.037736 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.056604 | 0 | 0 | 0.018868 | 0 | 0 | 0.037736 | 0 | 0 | 0 | 0 | 0.037736 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0.018868 | 0.037736 | 0.018868 | 0 | 0 | 0.018868 | 0.018868 | 0 | 0 | 0 | 0.037736 | 0.264151 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0.037736 | 0.056604 | 0.075472 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0 | 0 | 0 | 0 | 0.018868 | 0 | 0 | 0.018868 | 0.018868 | 0 | 6 | 27 | 14 | 7 | 16 | 5 | 11 | 2 | 1 | 2 | 7 | 3 | 17 | 0 | 10 | 1 | 0 | 7 | 2 | 0 | 9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
End of preview.
Smart Contract Vulnerability CSV Datasets
CSV datasets collected by the local smart-contract-data crawler.
Contents
- Files: 4
- Total size: 137.92 MiB
- Local source root:
/home/pranay5255/Documents/smart-contract-data/crawlers/output/datasets - Upload include pattern:
**/*.[cC][sS][vV] - Manifest:
manifest.csv - Generated: 2026-06-24 15:29:08 UTC
Notes
This dataset card was generated from the local crawler output. Confirm licensing and redistribution terms for the original sources before making the dataset public.
- Downloads last month
- 7