ваше сообщение коммита

This commit is contained in:
2025-05-14 20:12:41 +03:00
parent 78b59a17de
commit 60302c9e13
143 changed files with 39405 additions and 5791 deletions

View File

@@ -0,0 +1,35 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC1271",
"sourceName": "@openzeppelin/contracts/interfaces/IERC1271.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes32",
"name": "hash",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"internalType": "bytes4",
"name": "magicValue",
"type": "bytes4"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}