Skip to content

Instantly share code, notes, and snippets.

@cgewecke
Created June 26, 2018 22:56
Show Gist options
  • Save cgewecke/f16ff997f980385062c005f9aa693352 to your computer and use it in GitHub Desktop.
Save cgewecke/f16ff997f980385062c005f9aa693352 to your computer and use it in GitHub Desktop.
Migrations dry-run (simulation)
===============================
> Network name: 'ropsten-fork'
> Network id: 3
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 2159.741877704140886016
> gas used: 262462
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00524924 ETH
-------------------------------------
> Total cost: 0.00524924 ETH
2_plcr_factory.js
=================
Deploying 'DLL'
---------------
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 2159.733056844140886016
> gas used: 414035
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.0082807 ETH
Deploying 'AttributeStore'
--------------------------
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 2159.728054304140886016
> gas used: 250127
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00500254 ETH
Linking
-------
* Contract: PLCRFactory <--> Library: DLL
Linking
-------
* Contract: PLCRFactory <--> Library: AttributeStore
Deploying 'PLCRFactory'
-----------------------
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 2159.627437964140886016
> gas used: 5030817
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.10061634 ETH
-------------------------------------
> Total cost: 0.11389958 ETH
Summary
=======
> Total deployments: 4
> Final cost: 0.11914882 ETH
Starting migrations...
======================
> Network name: 'ropsten'
> Network id: 3
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0xbd83009d9a4d36d4fe56989807d51c01f47bbee770d5ea98b9c0ac08b473e83e
> contract address: 0x9C53178EE087234558dd86cfBdc1a6eb1D16b0Ac
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 0.745934052
> gas used: 277462
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00554924 ETH
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.00554924 ETH
2_plcr_factory.js
=================
Deploying 'DLL'
---------------
> transaction hash: 0x866f27b138e8e4f569caf973002866ce9e0ce50255c93bb759369ae6258b954d
> contract address: 0x25650bfFd5c830aa61BAf7c654c1a66A40D34c56
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 0.736813192
> gas used: 414035
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.0082807 ETH
Deploying 'AttributeStore'
--------------------------
> transaction hash: 0x1a4f68b5f4e186be24f93bb8ce6950eee1e2e05671cf0bfc9e69399e03ea4504
> contract address: 0xf113671768BBa8Fd698B070BB57220CC9a2a5582
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 0.731810652
> gas used: 250127
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00500254 ETH
Linking
-------
* Contract: PLCRFactory <--> Library: DLL (at address: 0x25650bfFd5c830aa61BAf7c654c1a66A40D34c56)
Linking
-------
* Contract: PLCRFactory <--> Library: AttributeStore (at address: 0xf113671768BBa8Fd698B070BB57220CC9a2a5582)
Deploying 'PLCRFactory'
-----------------------
> transaction hash: 0x4e12c29d4c702355914b421d6eec500fe8b9060f78b55c707f23f79e190b015b
> contract address: 0xB0aE0A85246281651E650389b9dDEe2D3C23c190
> account: 0xAcb3e9205229D212Db914a92C77856b228B0a4E4
> balance: 0.630594312
> gas used: 5060817
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.10121634 ETH
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.11449958 ETH
Summary
=======
> Total deployments: 4
> Final cost: 0.12004882 ETH
Users-MacBook-Air:rinkeby-migrations cgewecke$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment