blockscoutneonscan

Get Contract Balance

(getContractBalance)

view


Use this function in your app


import { readContract } from "thirdweb";
const data = await readContract({
contract,
method: "function getContractBalance() view returns (uint256)",
params: []
})