List events for a specific contract
Unique identifier for the blockchain network
Case-sensitive name of the blockchain protocol
EVM address of the smart contract (42 characters, including '0x', in lowercase)
Case-sensitive name of the specific contract within the project
Case-sensitive name of the event to filter for in the contract's logs
Lower bound of the block range to query (inclusive)
Upper bound of the block range to query (inclusive)
Optional
nextPage: stringPagination token for retrieving the next set of results
If the request fails.
ExternalSmartContractAPIClient client type definition.