Home > eth-connect > ContractFactory > at
Should be called to get access to existing contract on a blockchain
Signature:
at(address: string): Promise<Contract>;
Parameter | Type | Description |
---|---|---|
address | string | The contract address |
Returns:
Promise<Contract>