Skip to content

at

Signature

def at(self, address)

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)