MCPcopy
hub / github.com/ApeWorX/web3.py / contract

Method contract

web3/eth/eth.py:673–674  ·  view source on GitHub ↗
(self, address: None = None, **kwargs: Any)

Source from the content-addressed store, hash-verified

671
672 @overload
673 def contract(self, address: None = None, **kwargs: Any) -> Type[Contract]:
674 ...
675
676 @overload
677 def contract(

Calls 2

popMethod · 0.80
factoryMethod · 0.45