@aetherswap/v1-periphery
Version:
🔮 Peripheral smart contracts for interacting with Aetherswap V1
31 lines (30 loc) • 636 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IUniswapV1Factory",
"sourceName": "contracts/interfaces/UniswapV1/IUniswapV1Factory.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "getExchange",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}