@aetherswap/periphery
Version:
Peripheral smart contracts for interacting with Aetherswap Protocol
31 lines (30 loc) • 624 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IMulticall",
"sourceName": "contracts/interfaces/IMulticall.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes[]",
"name": "data",
"type": "bytes[]"
}
],
"name": "multicall",
"outputs": [
{
"internalType": "bytes[]",
"name": "results",
"type": "bytes[]"
}
],
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}