thirdweb

VerificationContract

Ethereum
etherscanblockscout

Get Message

(getMessage)

pure

Use this function in your app


import { readContract } from "thirdweb";
const data = await readContract({
contract,
method: "function getMessage() pure returns (string)",
params: []
})