Skip to content

Instantly share code, notes, and snippets.

@cgewecke
Created June 26, 2018 02:29
Show Gist options
  • Save cgewecke/129b77c9eb51b1140675631964ec2aea to your computer and use it in GitHub Desktop.
Save cgewecke/129b77c9eb51b1140675631964ec2aea to your computer and use it in GitHub Desktop.
Compiling ./contracts/Example.sol...
Compiling ./contracts/IsLibrary.sol...
Compiling ./contracts/Loop.sol...
Compiling ./contracts/Migrations.sol...
Compiling ./contracts/PayableExample.sol...
Compiling ./contracts/UsesExample.sol...
Compiling ./contracts/UsesLibrary.sol...
Writing artifacts to ./build/contracts
Starting migrations...
======================
> Network name: 'development'
> Network id: 1529980135735
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0xa108f102651dbd4e7e0aab19fe60f9999c2a6544ec2b88b6a389d47b961098d9
> contract address: 0xf9952826a31f9a44b9C4F5D872d286a76eEC2e30
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.99445332
> gas used: 277334
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00554668 ETH
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.00554668 ETH
2_migrations_sync.js
====================
Deploying 'Example'
-------------------
> transaction hash: 0xcb077f1e78472e29ebe6336f5588ee229bfa8da5953e20634ee456f7855e1fa5
> contract address: 0xD52b3De2B5c201D22dB53703D54f3eC4A0081Ee1
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.98965344
> gas used: 197986
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00395972 ETH
Deploying 'UsesExample'
-----------------------
> transaction hash: 0x135119bb5f2f21418734560067db8c34e8f8a0d56543e73e214fa297c9fe55f1
> contract address: 0x0e530110e49a0c3ef16e718E16c8A1D35e98d998
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.98438526
> gas used: 263409
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00526818 ETH
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.0092279 ETH
3_migrations_async.js
=====================
Deploying 'IsLibrary'
---------------------
> transaction hash: 0x76f7b2d770da62e53cd1a7cb1b6483c638c1c33d29905194807e2b60fcbe1e75
> contract address: 0xED997D6a09cf4051B340D889805eb05c844b7fe0
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.9804834
> gas used: 168085
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.0033617 ETH
Linking
-------
* Contract: UsesLibrary <--> Library: IsLibrary (at address: 0xED997D6a09cf4051B340D889805eb05c844b7fe0)
Replacing 'UsesExample'
-----------------------
> transaction hash: 0x1b3f5ed12f963c67d2a10d4f522f006c5b2c69ad761ab9f71e76187dc9307ad2
> contract address: 0x6E57c6d41DE3a686A61f00eD0E2253a381c88fDB
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.97521522
> gas used: 263409
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00526818 ETH
Deploying 'UsesLibrary'
-----------------------
> transaction hash: 0xc571ad3d4c771cfb4f4a7782734c48adc4cb31523d7267c27cf2f7e0efec968a
> contract address: 0x23A5242b0157Aa84354c90A62B5E16dDBCcd9e7F
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 99.97203384
> gas used: 159069
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00318138 ETH
Deploying 'PayableExample'
--------------------------
> transaction hash: 0x78d60d7de9b6cc6cda03210f329feda90034cc8dfa59e50a7fbd2c2076f38456
> contract address: 0x4856C4C56540372E3FF5cc59519F08E6a5709558
> account: 0xa8D555C2FB481C273a3A8C9c684B2063fc1Bb2a2
> balance: 98.96808332
> gas used: 197526
> gas price: 20 gwei
> value sent: 1 ETH
> total cost: 1.00395052 ETH
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 1.01576178 ETH
Summary
=======
> Total deployments: 7
> Final cost: 1.03053636 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment