-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Uniswap, wbtc, weth, zeroex for Polygon (#268)
* Add uniswap * Add wbtc * Add weth * Add zeroex
- Loading branch information
Showing
50 changed files
with
3,076 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
parse/table_definitions_polygon/uniswap/GovernorAlpha_event_VoteCast.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
parse/table_definitions_polygon/uniswap/NonfungiblePositionManager_event_Approval.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
parse/table_definitions_polygon/uniswap/NonfungiblePositionManager_event_ApprovalForAll.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
parse/table_definitions_polygon/uniswap/NonfungiblePositionManager_event_Collect.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...table_definitions_polygon/uniswap/NonfungiblePositionManager_event_DecreaseLiquidity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...table_definitions_polygon/uniswap/NonfungiblePositionManager_event_IncreaseLiquidity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.