@aetherswap/periphery
Version:
Peripheral smart contracts for interacting with Aetherswap Protocol
38 lines (37 loc) • 771 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPeripheryImmutableState",
"sourceName": "contracts/interfaces/IPeripheryImmutableState.sol",
"abi": [
{
"inputs": [],
"name": "WETH9",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "factory",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}