thirdweb

ERC20Vesting

Ethereum
etherscanblockscout
Code Snippets

Beneficiary

(beneficiary)

view

Use this function in your app


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