Skip to content

Commit

Permalink
Add Uniswap, wbtc, weth, zeroex for Polygon (#268)
Browse files Browse the repository at this point in the history
* Add uniswap

* Add wbtc

* Add weth

* Add zeroex
  • Loading branch information
kome12 authored Apr 17, 2024
1 parent d84b2ae commit ac493be
Show file tree
Hide file tree
Showing 50 changed files with 3,076 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "proposalId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "bool",
"name": "support",
"type": "bool"
},
{
"indexed": false,
"internalType": "uint256",
"name": "votes",
"type": "uint256"
}
],
"name": "VoteCast",
"type": "event"
},
"contract_address": "0x5e4be8bc9637f0eaa1a755019e06a68ce081d58f",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "voter",
"type": "STRING"
},
{
"description": "",
"name": "proposalId",
"type": "STRING"
},
{
"description": "",
"name": "support",
"type": "STRING"
},
{
"description": "",
"name": "votes",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GovernorAlpha_event_VoteCast"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "approved",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "Approval",
"type": "event"
},
"contract_address": "0xc36442b4a4522e871399cd717abdd847ab11fe88",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
},
{
"description": "",
"name": "tokenId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "NonfungiblePositionManager_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0xc36442b4a4522e871399cd717abdd847ab11fe88",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "NonfungiblePositionManager_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"name": "Collect",
"type": "event"
},
"contract_address": "0xc36442b4a4522e871399cd717abdd847ab11fe88",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "NonfungiblePositionManager_event_Collect"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint128",
"name": "liquidity",
"type": "uint128"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"name": "DecreaseLiquidity",
"type": "event"
},
"contract_address": "0xc36442b4a4522e871399cd717abdd847ab11fe88",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "liquidity",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "NonfungiblePositionManager_event_DecreaseLiquidity"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint128",
"name": "liquidity",
"type": "uint128"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"name": "IncreaseLiquidity",
"type": "event"
},
"contract_address": "0xc36442b4a4522e871399cd717abdd847ab11fe88",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "uniswap",
"schema": [
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "liquidity",
"type": "STRING"
},
{
"description": "",
"name": "amount0",
"type": "STRING"
},
{
"description": "",
"name": "amount1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "NonfungiblePositionManager_event_IncreaseLiquidity"
}
}
Loading

0 comments on commit ac493be

Please sign in to comment.