four angry men
four angry men
### Version 1.36 ### Environment github doc of resign dapp ### Steps to reproduce address is wrong here is the source of the document ===================================== // 先生成一个dapp注册账户 // 注意这里的密码都是演示用途,且不可用于正式的dapp中 >...
multiSwap这个方法 for index, info in enumerate(swaps_list): swaps.append(dict( poolIdx=int(info['poolIdx']), base=self.w3.to_checksum_address(info['base']), quote=self.w3.to_checksum_address(info['quote']), isBuy=info['isBuy'] )) if asset_in_address.lower() == wbear_address.lower(): swaps[0]['assetIn'] = zero_address logger.debug(f'amount_in:{amount_in}') minOut=1 txn = self.bex_contract.functions.multiSwap(_steps=swaps,_amount=amount_in,_minOut=minOut).build_transaction( {'gas': 500000 + random.randint(1, 10000), 'value':...