Events
Retrieve events from a smart contract and display them.
Properties:
address
abi
eventName
args
optionalfromBlock
optional (default to 0)toBlock
optional (default to latest)
For convenience the properties are same as the viem/wagmi libraries.
Example
This example display Nouns previous auctions.
Full example
Last updated