ethervista-dump
v1.0.0
Published
Static set of addresses (Ethervista Ethereum mainnet)
Readme
ethervista-dump
Static set of addresses (Ethervista Ethereum mainnet). New pairs updates happen every hour at GitHub Action update.yml via uniswap-v2-loader
Data: dump.csv 140Kb+
CSV schema: id,pair,token0,token1
Example:
...
5,0xddf0c37136d4d883f2c7a7571f848b1e3b926685,0x4c9edd5852cd905f086c759e8383e09bff1e68b3,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
...where:
5- pair/pool index at factory contract
0xddf0c37136d4d883f2c7a7571f848b1e3b926685- USDE/WETH AMM contract address
0x4c9edd5852cd905f086c759e8383e09bff1e68b3- USDE ERC-20 token contract address
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2- WETH ERC-20 token contract address
API
Same implementation as other Uniswap v2 based protocols.
Base API reference: uniswap-v2-loader.
Predefined filename with value dump.csv.
Usage CLI/API:
> node -e "require('ethervista-dump').load().then(pairs => console.log(pairs.length))"
> 1074