gotake-contracts
Version:
TypeChain generated types and ABIs for GoTake contracts
49 lines (48 loc) • 1.4 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "Errors",
"sourceName": "@openzeppelin/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": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220259c4ceb6c173d6d4c4529438df318e4897f957e032daec1447fd0731f0fefd164736f6c634300081c0033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220259c4ceb6c173d6d4c4529438df318e4897f957e032daec1447fd0731f0fefd164736f6c634300081c0033",
"linkReferences": {},
"deployedLinkReferences": {}
}