We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A list of general information about Ethereum and development for the Ethereum Network
Autonomous agents that run pieces of code when they receive a message/transaction
Have the following attributes:
Externally-owned accounts: (User accounts)
Contract-owned accounts: (Controlled by code)
Signed data package that stores a message to be sent from externally-owned Account
Main attributes:
Cost of executing a transaction, proportional to resources consumed by the transaction
How much 1 Gas is worth in ETH
This means that a transaction that costs 21000 Gas where the Gas Price is 5 Gwei will cost 0.000105 ETH
21000
Gas
Gas Price
5 Gwei
0.000105 ETH
Virtual objects that exist only in Ethereum's execution environment. They are sent from one contract to another
A Smart Contract that transfers tokens to an address for free. Faucets exist in test networks and are usually required for testing purposes