secured-finance-watcher-ts/subgraph-build/LiquidationLogic/abis/LiquidationLogic.json
2024-05-22 15:25:36 +05:30

150 lines
2.8 KiB
JSON

[
{
"inputs": [
{
"internalType": "bytes32",
"name": "ccy",
"type": "bytes32"
}
],
"name": "InvalidCurrency",
"type": "error"
},
{
"inputs": [],
"name": "InvalidLiquidation",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperationExecution",
"type": "error"
},
{
"inputs": [
{
"internalType": "string",
"name": "name",
"type": "string"
}
],
"name": "MissingAddress",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "bytes32",
"name": "ccy",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "maturity",
"type": "uint256"
}
],
"name": "NoDebt",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "bytes32",
"name": "ccy",
"type": "bytes32"
}
],
"name": "NoLiquidationAmount",
"type": "error"
},
{
"inputs": [],
"name": "NotRepaymentPeriod",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "collateralCcy",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "debtCcy",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "uint256",
"name": "debtMaturity",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "debtAmount",
"type": "uint256"
}
],
"name": "ForcedRepaymentExecuted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "user",
"type": "address"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "collateralCcy",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "debtCcy",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "uint256",
"name": "debtMaturity",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "debtAmount",
"type": "uint256"
}
],
"name": "LiquidationExecuted",
"type": "event"
}
]