Ethereum Transactions For Fraud Detection
Leveraging Blockchain Data for Advanced Fraud Detection in Ethereum Transactions
@kaggle.chaitya0623_ethereum_transactions_for_fraud_detection
Leveraging Blockchain Data for Advanced Fraud Detection in Ethereum Transactions
@kaggle.chaitya0623_ethereum_transactions_for_fraud_detection
This dataset, "Ethereum Transactions for Fraud Detection," includes comprehensive transaction records from the Ethereum blockchain. It is designed to support research and development of fraud detection methods in cryptocurrency transactions. By analyzing this data, users can identify patterns and anomalies indicative of fraudulent activity.
CREATE TABLE first_order_df (
"unnamed_0" BIGINT -- Unnamed: 0,
"txhash" VARCHAR,
"blockheight" BIGINT,
"timestamp" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" DOUBLE,
"iserror" BIGINT
);CREATE TABLE second_order_df (
"unnamed_0" BIGINT -- Unnamed: 0,
"txhash" VARCHAR,
"blockheight" BIGINT,
"timestamp" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" DOUBLE,
"iserror" BIGINT
);Anyone who has the link will be able to view this.