eth

The vast majority of sbt-ethereum tasks begin with an eth prefix. Typing

> eth<tab>

will yield too many tasks to make sense of.

Note

There are some tasks that do not begin with eth

And then there is one simple task eth, which gives a quick summary of the state of your current session.

eth

Usage:

> eth

Logs a quick summary of the state of the current user session. It will print the current session’s chain ID and node URL, sender address, and whether any the sender, node URL, contact ABIs, gas limits, gas price, or next transaction nonce have been overridden from their default or automatic values for this session.

Example:

> eth
[info] The session is now active on chain with ID 1, with node URL 'https://ethjsonrpc.mchange.com/'.
[info] The current session sender is '0x465e79b940bc2157e4259ff6b2d92f454497f1e4' (with aliases ['default-sender','testing0'] on chain with ID 1).
[info] The current default gas price according to your node is 1.8 gwei. (THIS MAY CHANGE AT ANY TIME.)
[info]  + Your current session includes an override of the gas price, default gas price plus a markup of 0.50 (50.00%), not subject to any cap or floor.
[info]  + So, the actual price you would pay is 2.7 gwei.
[warn] NOTE: A gas price override remains set for this chain, default gas price plus a markup of 0.50 (50.00%), not subject to any cap or floor.
[success] Total time: 1 s, completed Oct 13, 2019 1:17:43 AM