Skip to content

Instantly share code, notes, and snippets.

@moongat
Created February 7, 2021 18:26
Show Gist options
  • Save moongat/274d6966894062a72ddc6c8276832347 to your computer and use it in GitHub Desktop.
Save moongat/274d6966894062a72ddc6c8276832347 to your computer and use it in GitHub Desktop.
Compiling your contracts...
===========================
> Compiling ./contracts/HelloWorld.sol
> Artifacts written to /home/a/Documents/hello_contract-truffle/build/contracts
> Compiled successfully using:
- solc: 0.5.16+commit.9c3226ce.Emscripten.clang
Starting migrations...
======================
> Network name: 'alfajores'
> Network id: 44787
> Block gas limit: 0 (0x0)
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0xe11264900bf7b7b4665da009b8b85fe1bb2a3503f015e02fca280e6304b0fce9
> Blocks: 1 Seconds: 4
> contract address: 0xacFA10959F97BAC61CEBCb4759E0f556a49eD250
> block number: 3490888
> block timestamp: 1612721819
> account: 0x8E3071710c834BD611CAe2416De9f2C06098c67A
> 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: 0xd065468b0af6a119d9238d1aed06f9082789da7241050ce0489c278dd52fb3bc
> Blocks: 1 Seconds: 4
> contract address: 0x5D4Ad68b9CEDc3E7A595E08235b545a35858d5B3
> block number: 3490890
> block timestamp: 1612721829
> account: 0x8E3071710c834BD611CAe2416De9f2C06098c67A
> 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