{ "_format": "hh-sol-artifact-1", "contractName": "IStablecoinPegManager", "sourceName": "contracts/bridge/trustless/integration/IStablecoinPegManager.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "uint256", "name": "currentPrice", "type": "uint256" }, { "internalType": "uint256", "name": "targetPrice", "type": "uint256" } ], "name": "calculateDeviation", "outputs": [ { "internalType": "int256", "name": "deviationBps", "type": "int256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "weth", "type": "address" } ], "name": "checkETHpeg", "outputs": [ { "internalType": "bool", "name": "isMaintained", "type": "bool" }, { "internalType": "int256", "name": "deviationBps", "type": "int256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "stablecoin", "type": "address" } ], "name": "checkUSDpeg", "outputs": [ { "internalType": "bool", "name": "isMaintained", "type": "bool" }, { "internalType": "int256", "name": "deviationBps", "type": "int256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "asset", "type": "address" } ], "name": "getPegStatus", "outputs": [ { "internalType": "uint256", "name": "currentPrice", "type": "uint256" }, { "internalType": "uint256", "name": "targetPrice", "type": "uint256" }, { "internalType": "int256", "name": "deviationBps", "type": "int256" }, { "internalType": "bool", "name": "isMaintained", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getSupportedAssets", "outputs": [ { "internalType": "address[]", "name": "", "type": "address[]" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }