Skip to content

Instantly share code, notes, and snippets.

@Davidegloh
Created August 31, 2021 15:34
Show Gist options
  • Save Davidegloh/85cf5cac71d62b7dc326b3dbe54150b2 to your computer and use it in GitHub Desktop.
Save Davidegloh/85cf5cac71d62b7dc326b3dbe54150b2 to your computer and use it in GitHub Desktop.
[Gas - Solidity] #gas
//Gas - Solidity
//Gas powers the EVM.This is a reward for the miners executing smart contract transactions. It is a cost of execution. It is payed by the sender.
//IMPORTANT : Gas consumption by operation is fixed
// Price of one Gas unit is not fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment