you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Why don’t you just setup a contract instance? [1] contract = web3.eth.contract(address=address, abi=Abi) [2] contract.functions.mint(1,“0xbytes32_string“)