@airdao/swap-router-contracts
Version:
Smart contracts for swapping on Astra Classic and CL
89 lines (88 loc) • 1.88 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "OracleSlippage",
"sourceName": "contracts/base/OracleSlippage.sol",
"abi": [
{
"inputs": [],
"name": "SAMB",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes[]",
"name": "paths",
"type": "bytes[]"
},
{
"internalType": "uint128[]",
"name": "amounts",
"type": "uint128[]"
},
{
"internalType": "uint24",
"name": "maximumTickDivergence",
"type": "uint24"
},
{
"internalType": "uint32",
"name": "secondsAgo",
"type": "uint32"
}
],
"name": "checkOracleSlippage",
"outputs": [],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "path",
"type": "bytes"
},
{
"internalType": "uint24",
"name": "maximumTickDivergence",
"type": "uint24"
},
{
"internalType": "uint32",
"name": "secondsAgo",
"type": "uint32"
}
],
"name": "checkOracleSlippage",
"outputs": [],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "factory",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}