@secure-ci/core
Version:
Smart contracts for the Secure Contract Interaction protocol
41 lines (40 loc) • 854 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "DomainManager",
"sourceName": "contracts/DomainMangager/DomainManager.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "bytes32",
"name": "domainHash",
"type": "bytes32"
}
],
"name": "AccountIsNotDomainOwner",
"type": "error"
},
{
"inputs": [],
"name": "registry",
"outputs": [
{
"internalType": "contract ISciRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}