Skip to content

Instantly share code, notes, and snippets.

@TheHated1
Created February 20, 2021 13:41
Show Gist options
  • Save TheHated1/62b9b8968c90a3ecf2769ad73abed26b to your computer and use it in GitHub Desktop.
Save TheHated1/62b9b8968c90a3ecf2769ad73abed26b to your computer and use it in GitHub Desktop.
DeployingSmartContractOnCelo.txt
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.
Starting migrations...
======================
> Network name: 'alfajores'
> Network id: 44787
> Block gas limit: 0 (0x0)
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0xd0508f303d8d8aa866254eadb2634ddc50f4fef3acb3c75a99447d5d628bdd77
> Blocks: 0 Seconds: 0
> contract address: 0x35c2D6E3DdC13583AAE7E3EB9EcCA678006610Fc
> block number: 3710570
> block timestamp: 1613828295
> account: 0xbe826Faf6fD0B58F3C7521E33771aa7C2D21322a
> balance: 4.9967285
> gas used: 163575 (0x27ef7)
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.0032715 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.0032715 ETH
2_deploy_helloworld.js
======================
Deploying 'HelloWorld'
----------------------
> transaction hash: 0x0d15a198c65c0ccf91b059f0b7088fe7f0ec388e5dd6746141f737acd0ec9333
> Blocks: 0 Seconds: 0
> contract address: 0x0F9C6740E4B86DA1e69a46057674dFffb2c17192
> block number: 3710572
> block timestamp: 1613828305
> account: 0xbe826Faf6fD0B58F3C7521E33771aa7C2D21322a
> balance: 4.99455668
> gas used: 66850 (0x10522)
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.001337 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.001337 ETH
Summary
=======
> Total deployments: 2
> Final cost: 0.0046085 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment