__call__
Signature
Description
Deploys the Vyper contract and returns a VyperContract instance. This method is a shorthand for the deploy method.
*args: Positional arguments to pass to the contract's constructor.**kwargs: Keyword arguments to pass to the contract's constructor.- Returns: A
VyperContractinstance.