LaunchpadFeature

Linea
EtherscanBlockscout
Code Snippets

getAccountInfoInLaunchpad

view

Use this function in your app

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] })