uniswap-v2-contracts/dependencies/@openzeppelin-contracts-5.3.0/build/contracts/IERC7579AccountConfig.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

63 lines
1.3 KiB
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "IERC7579AccountConfig",
"sourceName": "contracts/interfaces/draft-IERC7579.sol",
"abi": [
{
"inputs": [],
"name": "accountId",
"outputs": [
{
"internalType": "string",
"name": "accountImplementationId",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "encodedMode",
"type": "bytes32"
}
],
"name": "supportsExecutionMode",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "moduleTypeId",
"type": "uint256"
}
],
"name": "supportsModule",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}