Creates a typed contract instance
Contract name (use const assertion for full typing)
Fully typed contract instance
Gets contract information without creating an instance
Contract name
Contract information with typed ABI
Lists all available contracts for the current chain
Array of contract names available on this chain
Provides type-safe contract factory for creating multiple contract instances.
Remarks
Alternative API for applications that need to create multiple contracts with the same client. The factory pattern reduces boilerplate and ensures consistent client configuration across contracts.
Example