Skip to content

Commit

Permalink
Add support for crvUSD GHO FDUSD stablecoins (blockchain-etl#623)
Browse files Browse the repository at this point in the history
* add crvUSD stablecoin events

* add crvUSD stablecoin calls

* add aave gho stablecoin events

* add aave gho stablecoin calls

* add first digital usd stablecoin events

* change from proxy to non-proxy contract

* add FDUSD calls

* change calls to non-proxy contract address

* change dataset name

* fix calls table name

* delete approve calls to pass the file limit check
  • Loading branch information
AyadiGithub authored Sep 4, 2023
1 parent 8ec8e06 commit fcd7853
Show file tree
Hide file tree
Showing 49 changed files with 2,205 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "facilitatorAddress",
"type": "address"
},
{
"internalType": "string",
"name": "facilitatorLabel",
"type": "string"
},
{
"internalType": "uint128",
"name": "bucketCapacity",
"type": "uint128"
}
],
"name": "addFacilitator",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "facilitatorAddress",
"type": "STRING"
},
{
"description": "",
"name": "facilitatorLabel",
"type": "STRING"
},
{
"description": "",
"name": "bucketCapacity",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_addFacilitator"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "burn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_burn"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "bytes32",
"name": "role",
"type": "bytes32"
},
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "grantRole",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "role",
"type": "STRING"
},
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_grantRole"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "mint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_mint"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "facilitatorAddress",
"type": "address"
}
],
"name": "removeFacilitator",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "facilitatorAddress",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_removeFacilitator"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "facilitator",
"type": "address"
},
{
"internalType": "uint128",
"name": "newCapacity",
"type": "uint128"
}
],
"name": "setFacilitatorBucketCapacity",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "facilitator",
"type": "STRING"
},
{
"description": "",
"name": "newCapacity",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_setFacilitatorBucketCapacity"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_transfer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"parser": {
"abi": {
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aave",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "GhoToken_call_transferFrom"
}
}
Loading

0 comments on commit fcd7853

Please sign in to comment.