uniswap-v2-contracts/dependencies/@openzeppelin-contracts-5.3.0/build/contracts/IERC7579Execution.json
Uncle Fatso 5f4365a3a8
make soldeer dependencies part of the repository
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-06-29 15:05:11 +03:00

54 lines
1.1 KiB
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "IERC7579Execution",
"sourceName": "contracts/interfaces/draft-IERC7579.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes32",
"name": "mode",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "executionCalldata",
"type": "bytes"
}
],
"name": "execute",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "mode",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "executionCalldata",
"type": "bytes"
}
],
"name": "executeFromExecutor",
"outputs": [
{
"internalType": "bytes[]",
"name": "returnData",
"type": "bytes[]"
}
],
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}