thirdweb

LaunchpadFeature

Linea
EtherscanBlockscout
Code Snippets

Get Account Info In Launchpad

(getAccountInfoInLaunchpad)

view

proxyId

launchpadId

slotId

quantity


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