@excubiae/contracts
Version:
38 lines (37 loc) • 748 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "Factory",
"sourceName": "contracts/proxy/Factory.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "clone",
"type": "address"
}
],
"name": "CloneDeployed",
"type": "event"
},
{
"inputs": [],
"name": "IMPLEMENTATION",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}