test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
33 lines (32 loc) • 701 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IContractRegistry",
"sourceName": "contracts/swaps/connectors/interfaces/IContractRegistry.sol",
"abi": [
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "contractName",
"type": "bytes32"
}
],
"name": "addressOf",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}