-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
47ee691
commit c7a842a
Showing
11 changed files
with
504 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/pendle/PendleSYToken_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": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "value", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Approval", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "owner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "spender", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "value", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_Approval" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
dags/resources/stages/parse/table_definitions/pendle/PendleSYToken_event_ClaimRewards.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": "user", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "address[]", | ||
"name": "rewardTokens", | ||
"type": "address[]" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256[]", | ||
"name": "rewardAmounts", | ||
"type": "uint256[]" | ||
} | ||
], | ||
"name": "ClaimRewards", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "user", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "rewardTokens", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "rewardAmounts", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_ClaimRewards" | ||
} | ||
} |
76 changes: 76 additions & 0 deletions
76
dags/resources/stages/parse/table_definitions/pendle/PendleSYToken_event_Deposit.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,76 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "caller", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "receiver", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "tokenIn", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "amountDeposited", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"internalType": "uint256", | ||
"name": "amountSyOut", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Deposit", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "caller", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "receiver", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "tokenIn", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "amountDeposited", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "amountSyOut", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_Deposit" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...ources/stages/parse/table_definitions/pendle/PendleSYToken_event_EIP712DomainChanged.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,19 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [], | ||
"name": "EIP712DomainChanged", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_EIP712DomainChanged" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
dags/resources/stages/parse/table_definitions/pendle/PendleSYToken_event_Initialized.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "uint8", | ||
"name": "version", | ||
"type": "uint8" | ||
} | ||
], | ||
"name": "Initialized", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "version", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_Initialized" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...urces/stages/parse/table_definitions/pendle/PendleSYToken_event_OwnershipTransferred.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,43 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "previousOwner", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "newOwner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "OwnershipTransferred", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "previousOwner", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "newOwner", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_OwnershipTransferred" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
dags/resources/stages/parse/table_definitions/pendle/PendleSYToken_event_Paused.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,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": false, | ||
"internalType": "address", | ||
"name": "account", | ||
"type": "address" | ||
} | ||
], | ||
"name": "Paused", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT DISTINCT SY FROM ref('PendleYieldContractFactory_event_CreateYieldContract')", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "pendle", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "account", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "PendleSYToken_event_Paused" | ||
} | ||
} |
Oops, something went wrong.