at
Signature
Description
Returns a contract instance at a given address.
address: The address of the deployed contract.
Examples
>>> deployer = VVMDeployer(abi, bytecode, filename)
>>> contract = deployer.deploy()
>>> contract_at_address = deployer.at(contract.address)