49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"_format": "hh-sol-artifact-1",
|
|
"contractName": "Errors",
|
|
"sourceName": "contracts/utils/Errors.sol",
|
|
"abi": [
|
|
{
|
|
"inputs": [],
|
|
"name": "FailedCall",
|
|
"type": "error"
|
|
},
|
|
{
|
|
"inputs": [],
|
|
"name": "FailedDeployment",
|
|
"type": "error"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "balance",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"internalType": "uint256",
|
|
"name": "needed",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "InsufficientBalance",
|
|
"type": "error"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"name": "MissingPrecompile",
|
|
"type": "error"
|
|
}
|
|
],
|
|
"bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203ef5b8c947a392a82f859bf3783be651f3832c0a538fd9e4f9b01f3791b0866964736f6c63430008180033",
|
|
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203ef5b8c947a392a82f859bf3783be651f3832c0a538fd9e4f9b01f3791b0866964736f6c63430008180033",
|
|
"linkReferences": {},
|
|
"deployedLinkReferences": {}
|
|
}
|