A Python tool that downloads complete transaction history for any wallet address, including native transfers and token movements (ERC20/ERC721/ERC1155).
transactions_{address}_{timestamp}.csv
Column | Description |
---|---|
type | Transaction type (native/erc20/erc721/erc1155) |
direction | send/receive |
contract_address | Token contract address (empty for native transfers) |
from_address | Sender address |
to_address | Recipient address |
value | Transfer amount |
token_id | NFT token ID (for ERC721/ERC1155) |
log_index | Event log index |
transaction_hash | Transaction hash |
block_number | Block number |