-
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.
- Loading branch information
1 parent
4d25599
commit f1de61f
Showing
3 changed files
with
184 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
parse/table_definitions_base/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": "0x03a520b32c04bf3beef7beb72e919cf822ed34f1", | ||
"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
parse/table_definitions_base/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": "0x03a520b32c04bf3beef7beb72e919cf822ed34f1", | ||
"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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
parse/table_definitions_base/uniswap/NonfungiblePositionManager_event_Transfer.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": "from", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "to", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "tokenId", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Transfer", | ||
"type": "event" | ||
}, | ||
"contract_address": "0x03a520b32c04bf3beef7beb72e919cf822ed34f1", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "uniswap", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "from", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "to", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tokenId", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "NonfungiblePositionManager_event_Transfer" | ||
} | ||
} |