@uniswap/swap-router-contracts
Version:
Smart contracts for swapping on Uniswap V2 and V3
38 lines (37 loc) • 765 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IImmutableState",
"sourceName": "contracts/interfaces/IImmutableState.sol",
"abi": [
{
"inputs": [],
"name": "factoryV2",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "positionManager",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}