Ethereum Fraud Detection
Create a cryptocurrency fraud detection system
@kaggle.rupakroy_ethereum_fraud_detection
Create a cryptocurrency fraud detection system
@kaggle.rupakroy_ethereum_fraud_detection
CREATE TABLE transaction_dataset (
"unnamed_0" BIGINT,
"index" BIGINT,
"address" VARCHAR,
"flag" BIGINT,
"avg_min_between_sent_tnx" DOUBLE,
"avg_min_between_received_tnx" DOUBLE,
"time_diff_between_first_and_last_mins" DOUBLE,
"sent_tnx" BIGINT,
"received_tnx" BIGINT,
"number_of_created_contracts" BIGINT,
"unique_received_from_addresses" BIGINT,
"unique_sent_to_addresses" BIGINT,
"min_value_received" DOUBLE,
"max_value_received" DOUBLE,
"avg_val_received" DOUBLE,
"min_val_sent" DOUBLE,
"max_val_sent" DOUBLE,
"avg_val_sent" DOUBLE,
"min_value_sent_to_contract" DOUBLE,
"max_val_sent_to_contract" DOUBLE,
"avg_value_sent_to_contract" DOUBLE,
"total_transactions_including_tnx_to_create_contract" BIGINT,
"total_ether_sent" DOUBLE,
"total_ether_received" DOUBLE,
"total_ether_sent_contracts" DOUBLE,
"total_ether_balance" DOUBLE,
"n__total_erc20_tnxs" DOUBLE,
"n__erc20_total_ether_received" DOUBLE,
"n__erc20_total_ether_sent" DOUBLE,
"n__erc20_total_ether_sent_contract" DOUBLE,
"n__erc20_uniq_sent_addr" DOUBLE,
"n__erc20_uniq_rec_addr" DOUBLE,
"n__erc20_uniq_sent_addr_1" DOUBLE,
"n__erc20_uniq_rec_contract_addr" DOUBLE,
"n__erc20_avg_time_between_sent_tnx" DOUBLE,
"n__erc20_avg_time_between_rec_tnx" DOUBLE,
"n__erc20_avg_time_between_rec_2_tnx" DOUBLE,
"n__erc20_avg_time_between_contract_tnx" DOUBLE,
"n__erc20_min_val_rec" DOUBLE,
"n__erc20_max_val_rec" DOUBLE,
"n__erc20_avg_val_rec" DOUBLE,
"n__erc20_min_val_sent" DOUBLE,
"n__erc20_max_val_sent" DOUBLE,
"n__erc20_avg_val_sent" DOUBLE,
"n__erc20_min_val_sent_contract" DOUBLE,
"n__erc20_max_val_sent_contract" DOUBLE,
"n__erc20_avg_val_sent_contract" DOUBLE,
"n__erc20_uniq_sent_token_name" DOUBLE,
"n__erc20_uniq_rec_token_name" DOUBLE,
"n__erc20_most_sent_token_type" VARCHAR,
"n__erc20_most_rec_token_type" VARCHAR
);
Anyone who has the link will be able to view this.