ghost-dao-contracts/dependencies/@openzeppelin-contracts-5.0.2/build/contracts/ECDSA.json
Uncle Fatso 46b33b4c75
initial push for smart-contracts
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-04-28 14:17:04 +03:00

39 lines
1.2 KiB
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "ECDSA",
"sourceName": "contracts/utils/cryptography/ECDSA.sol",
"abi": [
{
"inputs": [],
"name": "ECDSAInvalidSignature",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "length",
"type": "uint256"
}
],
"name": "ECDSAInvalidSignatureLength",
"type": "error"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "s",
"type": "bytes32"
}
],
"name": "ECDSAInvalidSignatureS",
"type": "error"
}
],
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f1346f4d9fc4cc22c4f4b68a40a97cdfffe8a7f904bc75ec49c6e52490ff07b864736f6c63430008140033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f1346f4d9fc4cc22c4f4b68a40a97cdfffe8a7f904bc75ec49c6e52490ff07b864736f6c63430008140033",
"linkReferences": {},
"deployedLinkReferences": {}
}