thirdweb

Nebulas Token

Ethereum
etherscanblockscout
Code Snippets

Name

(name)

Use this function in your app


import { prepareEvent, getContractEvents } from "thirdweb"; const preparedEvent = prepareEvent({ signature: "event name()" }); const events = await getContractEvents({ contract, events: [preparedEvent] });