Skip to content

Commit

Permalink
add hard vault events
Browse files Browse the repository at this point in the history
  • Loading branch information
alifier committed Jan 30, 2024
1 parent fb8b35d commit a8e2b09
Show file tree
Hide file tree
Showing 9 changed files with 475 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0xfba6a8510e54c71cb525067d961fb6a8374a3fcc",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shareAmount",
"type": "uint256"
}
],
"name": "Deposited",
"type": "event"
},
"contract_address": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
},
{
"description": "",
"name": "shareAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_Deposited"
}
}
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": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_Initialized"
}
}
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": "OwnershipTransferStarted",
"type": "event"
},
"contract_address": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_OwnershipTransferStarted"
}
}
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": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_OwnershipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
}
],
"name": "TransferBatch",
"type": "event"
},
"contract_address": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "ids",
"type": "STRING"
},
{
"description": "",
"name": "values",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_TransferBatch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "TransferSingle",
"type": "event"
},
"contract_address": "0x426aaa5e187bbe327d3a42795316d61dada006e8",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "blueberry",
"schema": [
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "id",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "HardVault_event_TransferSingle"
}
}
Loading

0 comments on commit a8e2b09

Please sign in to comment.