// SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.13; struct Call { address to; bytes data; }