Skip to content

Commit

Permalink
add puffer pufETH events (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurerkin authored Feb 27, 2024
1 parent 612e01b commit 695dac8
Show file tree
Hide file tree
Showing 10 changed files with 428 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": "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": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "authority",
"type": "address"
}
],
"name": "AuthorityUpdated",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "authority",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_AuthorityUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256[]",
"name": "requestIds",
"type": "uint256[]"
}
],
"name": "ClaimedWithdrawals",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "requestIds",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_ClaimedWithdrawals"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Deposit",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "sender",
"type": "STRING"
},
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "assets",
"type": "STRING"
},
{
"description": "",
"name": "shares",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_Deposit"
}
}
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": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [],
"table_description": "",
"table_name": "PufferVault_event_EIP712DomainChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "version",
"type": "uint64"
}
],
"name": "Initialized",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "version",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_Initialized"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256[]",
"name": "requestIds",
"type": "uint256[]"
}
],
"name": "RequestedWithdrawals",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "requestIds",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_RequestedWithdrawals"
}
}
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": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_Transfer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
"contract_address": "0xd9a442856c234a39a81a089c06451ebaa4306a72",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "puffer",
"schema": [
{
"description": "",
"name": "implementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PufferVault_event_Upgraded"
}
}
Loading

0 comments on commit 695dac8

Please sign in to comment.