AsyncPublicContract
Async contract wrapper with transparent read-only access
Overview
Definition
class AsyncPublicContract:
def __init__(
self,
w3: AsyncWeb3,
address: ChecksumAddress,
abi: list[dict[str, Any]],
) -> None:
...Constructor Parameters
Parameter
Type
Required
Description
Namespace
.tread - Transparent Read
.tread - Transparent ReadExamples
Basic Read Operations
Concurrent Reads
Single and Multiple Returns
Array Results
Error Handling
Notes
See Also
Last updated

