ETH to wei converter
Convert ETH into wei, the smallest indivisible unit of ether. One ether equals 10^18 wei, so this tool multiplies your ether input by that factor to give the exact integer wei value.
すべてブラウザ内で実行されます。API キー不要、データはこのページから出ません。
The exact relationship
1 ether = 10^18 wei. To convert ETH to wei you multiply by 1,000,000,000,000,000,000. So 1 ETH is 1000000000000000000 wei and 0.001 ETH is 1000000000000000 wei. The result is always a whole number, because wei is the indivisible base unit.
Where you hit this in real work
When you build a transaction or call a contract, value fields must be expressed in wei, not ether. Sending 1 ETH means setting value to 1000000000000000000. Getting this multiplication right is essential, because an off-by-one factor of ten silently sends the wrong amount.
よくある質問
Why do transactions use wei instead of ETH?
Wei is an integer, which avoids floating-point rounding errors. Encoding all amounts in the base unit keeps on-chain arithmetic exact and deterministic.
What is the wei value of 1 ETH?
1 ETH equals 1000000000000000000 wei, which is 10^18 wei.
関連ツール
チャージして、キーを取得し、リリース。
セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。
APIキーを取得