Skip to content

Commit

Permalink
add blueberry compound v2 events (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifier authored Feb 2, 2024
1 parent a4171ba commit 4052fd1
Show file tree
Hide file tree
Showing 32 changed files with 1,541 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newImplementation",
"type": "address"
}
],
"name": "ImplementationChanged",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newImplementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_ImplementationChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newImplementation",
"type": "address"
}
],
"name": "ImplementationCleared",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newImplementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_ImplementationCleared"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newImplementation",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "expiration",
"type": "uint256"
}
],
"name": "ImplementationQueued",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newImplementation",
"type": "STRING"
},
{
"description": "",
"name": "expiration",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_ImplementationQueued"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newPendingAdmin",
"type": "address"
}
],
"name": "PendingAdminChanged",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newPendingAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_PendingAdminChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newPendingAdmin",
"type": "address"
}
],
"name": "PendingAdminCleared",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newPendingAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_PendingAdminCleared"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "bToken",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newPendingAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "expiration",
"type": "uint256"
}
],
"name": "PendingAdminQueued",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "bToken",
"type": "STRING"
},
{
"description": "",
"name": "newPendingAdmin",
"type": "STRING"
},
{
"description": "",
"name": "expiration",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_PendingAdminQueued"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldAdmin",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "SetAdmin",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "oldAdmin",
"type": "STRING"
},
{
"description": "",
"name": "newAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_SetAdmin"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldReserveManager",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "SetReserveManager",
"type": "event"
},
"contract_address": "0xd94b367b222f72434c70ad36b6a36944561fa5f4",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "oldReserveManager",
"type": "STRING"
},
{
"description": "",
"name": "newAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BTokenAdmin_event_SetReserveManager"
}
}
Loading

0 comments on commit 4052fd1

Please sign in to comment.