Skip to content

Commit

Permalink
add mellow
Browse files Browse the repository at this point in the history
  • Loading branch information
ringwraith10 committed Jul 1, 2024
1 parent 4ead37d commit d2b2d77
Show file tree
Hide file tree
Showing 144 changed files with 7,832 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": "0x5fD13359Ba15A84B76f7F87568309040176167cd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "Mellow",
"schema": [
{
"description": "",
"name": "owner",
"type": "STRING"
},
{
"description": "",
"name": "spender",
"type": "STRING"
},
{
"description": "",
"name": "value",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Vault_Amphor_event_Approval"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"indexed": false,
"internalType": "bool",
"name": "success",
"type": "bool"
},
{
"indexed": false,
"internalType": "bytes",
"name": "response",
"type": "bytes"
}
],
"name": "DelegateCall",
"type": "event"
},
"contract_address": "0x5fD13359Ba15A84B76f7F87568309040176167cd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "Mellow",
"schema": [
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "data",
"type": "STRING"
},
{
"description": "",
"name": "success",
"type": "STRING"
},
{
"description": "",
"name": "response",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Vault_Amphor_event_DelegateCall"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lpAmount",
"type": "uint256"
}
],
"name": "Deposit",
"type": "event"
},
"contract_address": "0x5fD13359Ba15A84B76f7F87568309040176167cd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "Mellow",
"schema": [
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "amounts",
"type": "STRING"
},
{
"description": "",
"name": "lpAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Vault_Amphor_event_Deposit"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "callback",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lpAmount",
"type": "uint256"
}
],
"name": "DepositCallback",
"type": "event"
},
"contract_address": "0x5fD13359Ba15A84B76f7F87568309040176167cd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "Mellow",
"schema": [
{
"description": "",
"name": "callback",
"type": "STRING"
},
{
"description": "",
"name": "amounts",
"type": "STRING"
},
{
"description": "",
"name": "lpAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Vault_Amphor_event_DepositCallback"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"components": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "lpAmount",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "tokensHash",
"type": "bytes32"
},
{
"internalType": "uint256[]",
"name": "minAmounts",
"type": "uint256[]"
},
{
"internalType": "uint256",
"name": "deadline",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"indexed": false,
"internalType": "struct IVault.WithdrawalRequest",
"name": "request",
"type": "tuple"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "EmergencyWithdrawal",
"type": "event"
},
"contract_address": "0x5fD13359Ba15A84B76f7F87568309040176167cd",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "Mellow",
"schema": [
{
"description": "",
"name": "from",
"type": "STRING"
},
{
"description": "",
"fields": [
{
"description": "",
"name": "to",
"type": "STRING"
},
{
"description": "",
"name": "lpAmount",
"type": "STRING"
},
{
"description": "",
"name": "tokensHash",
"type": "STRING"
},
{
"description": "",
"name": "minAmounts",
"type": "STRING"
},
{
"description": "",
"name": "deadline",
"type": "STRING"
},
{
"description": "",
"name": "timestamp",
"type": "STRING"
}
],
"name": "request",
"type": "RECORD"
},
{
"description": "",
"name": "amounts",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Vault_Amphor_event_EmergencyWithdrawal"
}
}
Loading

0 comments on commit d2b2d77

Please sign in to comment.