Web3.swift icon indicating copy to clipboard operation
Web3.swift copied to clipboard

someone please let me know gas: 1500000 = ??? ETH

Open tungnguyentp opened this issue 3 years ago • 0 comments

guard let transaction = contract["createToken"]?(nftUrl).createTransaction(nonce: nonce, from: myPrivateKey!.address, value: 0, gas: 1500000, gasPrice: EthereumQuantity(quantity: 200.gwei)) else { print("error") self.alert.dismiss(animated: true, completion: nil) self.showAlert(title: "Error", message: "An error has occurred.") return }

-> someone please let me know gas: 1500000 = ??? ETH . What is the conversion formula?

tungnguyentp avatar Jan 24 '22 08:01 tungnguyentp