Skip to content

Commit

Permalink
Add woofi_optimism_base_trades_seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Nov 16, 2023
1 parent de0446f commit 801d126
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions seeds/_sector/dex/_schema.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
version: 2

seeds:
- name: woofi_optimism_base_trades_seed
config:
column_types:
blockchain: varchar
project: varchar
version: varchar
tx_hash: varbinary
evt_index: uint256
block_number: uint256
token_bought_address: varbinary
token_sold_address: varbinary
token_bought_amount_raw: uint256
token_sold_amount_raw: uint256
block_date: timestamp

- name: defiswap_ethereum_base_trades_seed
config:
tags: dunesql
Expand Down
4 changes: 4 additions & 0 deletions seeds/_sector/dex/woofi_optimism_base_trades_seed.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blockchain,project,version,block_date,tx_hash,evt_index,token_bought_address,token_sold_address,token_bought_amount_raw,token_sold_amount_raw,block_number
optimism,woofi,1,2023-06-21,0x2e968976942bbbd2a843a1b3d2b8c344f4f0b705d6e8d1d3742078b6fab28b10,38,0x4200000000000000000000000000000000000006,0x7f5c764cbc14f9669b88837ca1490cca17c31607,900000000000000,1628553,105871353
optimism,woofi,1,2023-07-30,0x58b21db3dc2a145b8c844471310eebdc85fdf3ec8820d4a6ea526bc1f735aec0,15,0x4200000000000000000000000000000000000042,0x7f5c764cbc14f9669b88837ca1490cca17c31607,65250806163978741,102243,107570123
optimism,woofi,1,2023-06-07,0x203dbe62e1896dc9892dae69e7c4dbdc7c491d775923fb44a094c45b916a9946,12,0x7f5c764cbc14f9669b88837ca1490cca17c31607,0x4200000000000000000000000000000000000042,13180901,8853725019194362007,105250717

0 comments on commit 801d126

Please sign in to comment.