@gooddollar/goodprotocol
Version:
GoodDollar Protocol
36 lines (35 loc) • 721 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "UniswapFactory",
"sourceName": "contracts/Interfaces.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "tokenA",
"type": "address"
},
{
"internalType": "address",
"name": "tokenB",
"type": "address"
}
],
"name": "getPair",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}