import { readContract } from "thirdweb";
const data = await readContract({
contract,
method: "function getAccountInfoInLaunchpad(bytes4 proxyId, bytes4 launchpadId, uint256 slotId, uint256 quantity) view returns (bool[] boolData, uint256[] intData, bytes[] byteData)",
params: [proxyId, launchpadId, slotId, quantity]
})