CheckIn

Scroll
Scrollscan

Check In

(checkIn)

nonpayable


date


Sign In

Use this function in your app


import { prepareContractCall, sendTransaction } from "thirdweb";
const transaction = await prepareContractCall({
contract,
method: "function checkIn(uint256 date)",
params: [date]
});
const { transactionHash } = await sendTransaction({
transaction,
account
});