Skip to content

Instantly share code, notes, and snippets.

@nuke-web3
Last active November 8, 2020 02:13
Show Gist options
  • Save nuke-web3/23d2ad561629dc34b171965884667419 to your computer and use it in GitHub Desktop.
Save nuke-web3/23d2ad561629dc34b171965884667419 to your computer and use it in GitHub Desktop.
truffle use on moonbeam

Truffle Deploy of ERC20 on Moonbeam

Submission for Hello World:

0xc7677f163bf16E57A2611A57811DE15De9c707Ca,0x5808Ba675FBc32A89a57c7a3921B88a5FD2C5f9c


Migration address: 0xc7677f163bf16E57A2611A57811DE15De9c707Ca

ERC20 Address: 0x5808Ba675FBc32A89a57c7a3921B88a5FD2C5f9c

Deployer/Owner: 0x85aF80C831B61D9D468Fe2cD000333c5546cc4F8


 node_modules/.bin/truffle migrate --network moonbase

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'moonbase'
> Network id:      43
> Block gas limit: 0 (0x0)


1_initial_migration.js
======================

   Deploying 'Migrations'
   ----------------------
   > transaction hash:    0x992785883c776ed2a075223d57054258f210c0ef32433c671ddd0062e54105fc
   > Blocks: 0            Seconds: 4
   > contract address:    0xc7677f163bf16E57A2611A57811DE15De9c707Ca
   > block number:        302294
   > block timestamp:     1604801064
   > account:             0x85aF80C831B61D9D468Fe2cD000333c5546cc4F8
   > balance:             9.967056253
   > gas used:            225237 (0x36fd5)
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.00450474 ETH


   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.00450474 ETH


2_deploy_contracts.js
=====================

   Replacing 'MyToken'
   -------------------
   > transaction hash:    0x1a18f4909301ecb6bb9404c77e0b39dd297797800664850cad744689d4da9aab
   > Blocks: 1            Seconds: 16
   > contract address:    0x5808Ba675FBc32A89a57c7a3921B88a5FD2C5f9c
   > block number:        302297
   > block timestamp:     1604801094
   > account:             0x85aF80C831B61D9D468Fe2cD000333c5546cc4F8
   > balance:             9.944074693
   > gas used:            1106715 (0x10e31b)
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.0221343 ETH


   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:           0.0221343 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.02663904 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment