Skip to content

Instantly share code, notes, and snippets.

@cgewecke
Created August 16, 2018 05:33
Show Gist options
  • Save cgewecke/0c929d5ef9af68bbb6372a2c6f55ff7a to your computer and use it in GitHub Desktop.
Save cgewecke/0c929d5ef9af68bbb6372a2c6f55ff7a to your computer and use it in GitHub Desktop.
Starting migrations...
======================
> Network name: 'development'
> Network id: 1337
> Block gas limit: 7000000
1_initial_migration.js
======================
> {
> "jsonrpc": "2.0",
> "id": 4,
> "method": "eth_accounts",
> "params": []
> }
< {
< "jsonrpc": "2.0",
< "id": 4,
< "result": [
< "0x162411f990f6cb15212adb147bddb85ba002904c"
< ]
< }
> {
> "jsonrpc": "2.0",
> "id": 5,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 5,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e757800000000000000b2271d12c03991323b653ddcd2313dd278e2d66696f79a4770aa778214aab55c52e2ce34eb713c5e2cf12570e8e94efc473ff31338fb84eeeb57f7f18dc8794201",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x0",
< "hash": "0x4dbd470fa5b4ca57698d938fdd9b2dfcb33d0896208c7523465ef0d9721df577",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2ce",
< "parentHash": "0x988852dc9ac1ba25cdba488462c96b7622812278fc6fbd31e339820ceda02f85",
< "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x260",
< "stateRoot": "0x15302cb04a0141ca8c18e2c65cb024591a7beb242bba23e602b76d717c4ed594",
< "timestamp": "0x5b750be4",
< "totalDifficulty": "0x59d",
< "transactions": [],
< "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 6,
> "method": "net_version",
> "params": []
> }
< {
< "jsonrpc": "2.0",
< "id": 6,
< "result": "1337"
< }
> {
> "jsonrpc": "2.0",
> "id": 7,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 7,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e757800000000000000b2271d12c03991323b653ddcd2313dd278e2d66696f79a4770aa778214aab55c52e2ce34eb713c5e2cf12570e8e94efc473ff31338fb84eeeb57f7f18dc8794201",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x0",
< "hash": "0x4dbd470fa5b4ca57698d938fdd9b2dfcb33d0896208c7523465ef0d9721df577",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2ce",
< "parentHash": "0x988852dc9ac1ba25cdba488462c96b7622812278fc6fbd31e339820ceda02f85",
< "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x260",
< "stateRoot": "0x15302cb04a0141ca8c18e2c65cb024591a7beb242bba23e602b76d717c4ed594",
< "timestamp": "0x5b750be4",
< "totalDifficulty": "0x59d",
< "transactions": [],
< "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 8,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 8,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e757800000000000000b2271d12c03991323b653ddcd2313dd278e2d66696f79a4770aa778214aab55c52e2ce34eb713c5e2cf12570e8e94efc473ff31338fb84eeeb57f7f18dc8794201",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x0",
< "hash": "0x4dbd470fa5b4ca57698d938fdd9b2dfcb33d0896208c7523465ef0d9721df577",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2ce",
< "parentHash": "0x988852dc9ac1ba25cdba488462c96b7622812278fc6fbd31e339820ceda02f85",
< "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x260",
< "stateRoot": "0x15302cb04a0141ca8c18e2c65cb024591a7beb242bba23e602b76d717c4ed594",
< "timestamp": "0x5b750be4",
< "totalDifficulty": "0x59d",
< "transactions": [],
< "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 9,
> "method": "net_version",
> "params": []
> }
< {
< "jsonrpc": "2.0",
< "id": 9,
< "result": "1337"
< }
> {
> "jsonrpc": "2.0",
> "id": 10,
> "method": "eth_estimateGas",
> "params": [
> {
> "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
> "gas": "0x6691b7",
> "gasPrice": "0x174876e800",
> "data": "0x608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102f8806100606000396000f300608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100aa5780638da5cb5b146100d5578063fdacd5761461012c575b600080fd5b34801561007357600080fd5b506100a8600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610159565b005b3480156100b657600080fd5b506100bf610241565b6040518082815260200191505060405180910390f35b3480156100e157600080fd5b506100ea610247565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561013857600080fd5b506101576004803603810190808035906020019092919050505061026c565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023d578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b15801561022457600080fd5b505af1158015610238573d6000803e3d6000fd5b505050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102c957806001819055505b505600a165627a7a72305820673eb68ddeb2bcaa1372f9d944bec70ec8f6e48d9f946bcb193dd0fce25bf3550029"
> }
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 10,
< "result": "0x43bd6"
< }
Deploying 'Migrations'
----------------------
> {
> "jsonrpc": "2.0",
> "id": 11,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
> {
> "jsonrpc": "2.0",
> "id": 12,
> "method": "eth_blockNumber",
> "params": []
> }
< {
< "jsonrpc": "2.0",
< "id": 11,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e7578000000000000004f574d49b350f3ff3ce65fb3441aabbb27abf902c6ed372a8b6dfbbccca344eb3843ab5ad77551d1a61816ccd2e68804562a14719e76c6c118ef18d0d70066f501",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x0",
< "hash": "0xf369b4ed46fc521d1d956f659c294f652942dafa05b00db4805e700ae17ff234",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2cf",
< "parentHash": "0x4dbd470fa5b4ca57698d938fdd9b2dfcb33d0896208c7523465ef0d9721df577",
< "receiptsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x260",
< "stateRoot": "0x15302cb04a0141ca8c18e2c65cb024591a7beb242bba23e602b76d717c4ed594",
< "timestamp": "0x5b750be5",
< "totalDifficulty": "0x59f",
< "transactions": [],
< "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 13,
> "method": "net_version",
> "params": []
> }
< {
< "jsonrpc": "2.0",
< "id": 12,
< "result": "0x2cf"
< }
< {
< "jsonrpc": "2.0",
< "id": 13,
< "result": "1337"
< }
> {
> "jsonrpc": "2.0",
> "id": 14,
> "method": "eth_sendTransaction",
> "params": [
> {
> "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
> "gas": "0x6691b7",
> "gasPrice": "0x174876e800",
> "data": "0x608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102f8806100606000396000f300608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100aa5780638da5cb5b146100d5578063fdacd5761461012c575b600080fd5b34801561007357600080fd5b506100a8600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610159565b005b3480156100b657600080fd5b506100bf610241565b6040518082815260200191505060405180910390f35b3480156100e157600080fd5b506100ea610247565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561013857600080fd5b506101576004803603810190808035906020019092919050505061026c565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023d578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b15801561022457600080fd5b505af1158015610238573d6000803e3d6000fd5b505050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102c957806001819055505b505600a165627a7a72305820673eb68ddeb2bcaa1372f9d944bec70ec8f6e48d9f946bcb193dd0fce25bf3550029"
> }
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 14,
< "result": "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
< }
> {
> "jsonrpc": "2.0",
> "id": 15,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
> transaction hash: 0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac
⠋ Blocks: 0 Seconds: 0 < {
< "jsonrpc": "2.0",
< "id": 15,
< "result": null
< }
⠹ Blocks: 0 Seconds: 0 > {
> "jsonrpc": "2.0",
> "id": 16,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 16,
< "result": null
< }
⠼ Blocks: 0 Seconds: 0 > {
> "jsonrpc": "2.0",
> "id": 17,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 17,
< "result": {
< "blockHash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "blockNumber": "0x2d1",
< "contractAddress": "0x53ababf84c69da8182f717390279e49d9adffae2",
< "cumulativeGasUsed": "0x43bd6",
< "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
< "gasUsed": "0x43bd6",
< "logs": [],
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "status": "0x1",
< "to": null,
< "transactionHash": "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac",
< "transactionIndex": "0x0"
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 18,
> "method": "eth_getCode",
> "params": [
> "0x53ababf84c69da8182f717390279e49d9adffae2",
> "latest"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 18,
< "result": "0x608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100aa5780638da5cb5b146100d5578063fdacd5761461012c575b600080fd5b34801561007357600080fd5b506100a8600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610159565b005b3480156100b657600080fd5b506100bf610241565b6040518082815260200191505060405180910390f35b3480156100e157600080fd5b506100ea610247565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561013857600080fd5b506101576004803603810190808035906020019092919050505061026c565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023d578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b15801561022457600080fd5b505af1158015610238573d6000803e3d6000fd5b505050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102c957806001819055505b505600a165627a7a72305820673eb68ddeb2bcaa1372f9d944bec70ec8f6e48d9f946bcb193dd0fce25bf3550029"
< }
> {
> "jsonrpc": "2.0",
> "id": 19,
> "method": "eth_getTransactionByHash",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 19,
< "result": {
< "blockHash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "blockNumber": "0x2d1",
< "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
< "gas": "0x6691b7",
< "gasPrice": "0x174876e800",
< "hash": "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac",
< "input": "0x608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102f8806100606000396000f300608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100aa5780638da5cb5b146100d5578063fdacd5761461012c575b600080fd5b34801561007357600080fd5b506100a8600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610159565b005b3480156100b657600080fd5b506100bf610241565b6040518082815260200191505060405180910390f35b3480156100e157600080fd5b506100ea610247565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561013857600080fd5b506101576004803603810190808035906020019092919050505061026c565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023d578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b15801561022457600080fd5b505af1158015610238573d6000803e3d6000fd5b505050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102c957806001819055505b505600a165627a7a72305820673eb68ddeb2bcaa1372f9d944bec70ec8f6e48d9f946bcb193dd0fce25bf3550029",
< "nonce": "0x0",
< "to": null,
< "transactionIndex": "0x0",
< "value": "0x0",
< "v": "0xa96",
< "r": "0x60273187de4ae1e07a76195d629bb9ded2624ac4e5743dda4ca5926596e991",
< "s": "0x19005249255beaa6ce2d552adfb6fa950f7059979c003903cb3094efb3d81906"
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 20,
> "method": "eth_getBalance",
> "params": [
> "0x162411f990f6cb15212adb147bddb85ba002904c",
> "latest"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 20,
< "result": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7"
< }
> Blocks: 0 Seconds: 0
> contract address: 0x53ABabF84c69dA8182F717390279E49D9ADFfae2
> account: 0x162411F990f6cb15212adb147bdDB85Ba002904c
> balance: 115792089237316195423570985008687907853269984665640564039457.584007913129639927
> gas used: 277462
> gas price: 100 gwei
> value sent: 0 ETH
> total cost: 0.0277462 ETH
⠋ Saving migration to chain. > {
> "jsonrpc": "2.0",
> "id": 21,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 21,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e757800000000000000a758de075378cf97f77f0c67f64ade2dfecfe1940ee584b7729e7f0ae17959ed0893f64464c084c061bfa44aa25904d16450dfd4b4c2279ea31316b1ca89b00401",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x43bd6",
< "hash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2d1",
< "parentHash": "0x16beb5c284ac496df4d7bd54bb85f8274144da687899e0c09566d64ecd0280f7",
< "receiptsRoot": "0x20ef6a3b7a282b4bf41c7236b2f74bc5aa49b6eebc8fc9873ffaf4682ef6b194",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x614",
< "stateRoot": "0xe4493b3f218eb92d560a6a9d90aa53120f25d7b114b502d7c31e38e7d4adb4fe",
< "timestamp": "0x5b750be7",
< "totalDifficulty": "0x5a3",
< "transactions": [
< "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
< ],
< "transactionsRoot": "0x5c93c8bd27b0113068c8d1365d427267fbedfa40c332a0ef2064ba579fd92757",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 22,
> "method": "eth_getBlockByNumber",
> "params": [
> "latest",
> false
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 22,
< "result": {
< "difficulty": "0x2",
< "extraData": "0xd88301080d846765746888676f312e31302e33856c696e757800000000000000a758de075378cf97f77f0c67f64ade2dfecfe1940ee584b7729e7f0ae17959ed0893f64464c084c061bfa44aa25904d16450dfd4b4c2279ea31316b1ca89b00401",
< "gasLimit": "0x6acfc0",
< "gasUsed": "0x43bd6",
< "hash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "miner": "0x0000000000000000000000000000000000000000",
< "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
< "nonce": "0x0000000000000000",
< "number": "0x2d1",
< "parentHash": "0x16beb5c284ac496df4d7bd54bb85f8274144da687899e0c09566d64ecd0280f7",
< "receiptsRoot": "0x20ef6a3b7a282b4bf41c7236b2f74bc5aa49b6eebc8fc9873ffaf4682ef6b194",
< "sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
< "size": "0x614",
< "stateRoot": "0xe4493b3f218eb92d560a6a9d90aa53120f25d7b114b502d7c31e38e7d4adb4fe",
< "timestamp": "0x5b750be7",
< "totalDifficulty": "0x5a3",
< "transactions": [
< "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
< ],
< "transactionsRoot": "0x5c93c8bd27b0113068c8d1365d427267fbedfa40c332a0ef2064ba579fd92757",
< "uncles": []
< }
< }
> {
> "jsonrpc": "2.0",
> "id": 23,
> "method": "eth_sendTransaction",
> "params": [
> {
> "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
> "gas": "0x6691b7",
> "gasPrice": "0x174876e800",
> "to": "0x53ababf84c69da8182f717390279e49d9adffae2",
> "data": "0xfdacd5760000000000000000000000000000000000000000000000000000000000000001"
> }
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 23,
< "result": "0x0cc0b8574762b890ea14008072b95a4af970c105b8ac4bdd7d981ce6cee33c68"
< }
> {
> "jsonrpc": "2.0",
> "id": 24,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x0cc0b8574762b890ea14008072b95a4af970c105b8ac4bdd7d981ce6cee33c68"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 24,
< "result": null
< }
⠙ Saving migration to chain. > {
> "jsonrpc": "2.0",
> "id": 25,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 25,
< "result": {
< "blockHash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "blockNumber": "0x2d1",
< "contractAddress": "0x53ababf84c69da8182f717390279e49d9adffae2",
< "cumulativeGasUsed": "0x43bd6",
< "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
< "gasUsed": "0x43bd6",
< "logs": [],
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "status": "0x1",
< "to": null,
< "transactionHash": "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac",
< "transactionIndex": "0x0"
< }
< }
⠹ Saving migration to chain. > {
> "jsonrpc": "2.0",
> "id": 26,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x0cc0b8574762b890ea14008072b95a4af970c105b8ac4bdd7d981ce6cee33c68"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 26,
< "result": null
< }
⠸ Saving migration to chain. > {
> "jsonrpc": "2.0",
> "id": 27,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 27,
< "result": {
< "blockHash": "0x724c97132459b846055228bc6628b098a8504f0866babc4992e1b76afffa6b7a",
< "blockNumber": "0x2d1",
< "contractAddress": "0x53ababf84c69da8182f717390279e49d9adffae2",
< "cumulativeGasUsed": "0x43bd6",
< "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
< "gasUsed": "0x43bd6",
< "logs": [],
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "status": "0x1",
< "to": null,
< "transactionHash": "0x88eda301d1dbaec6c1db7580323f1eda3ca87e6753d57d9931dbe0e23fed3cac",
< "transactionIndex": "0x0"
< }
< }
⠼ Saving migration to chain. > {
> "jsonrpc": "2.0",
> "id": 28,
> "method": "eth_getTransactionReceipt",
> "params": [
> "0x0cc0b8574762b890ea14008072b95a4af970c105b8ac4bdd7d981ce6cee33c68"
> ]
> }
< {
< "jsonrpc": "2.0",
< "id": 28,
< "result": {
< "blockHash": "0x1b38975f7a52ac1dcafeb4922417ab28b6301b8cf11d877ab46ff2503a1baccc",
< "blockNumber": "0x2d3",
< "contractAddress": null,
< "cumulativeGasUsed": "0xa418",
< "from": "0x162411f990f6cb15212adb147bddb85ba002904c",
< "gasUsed": "0xa418",
< "logs": [],
< "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
< "status": "0x1",
< "to": "0x53ababf84c69da8182f717390279e49d9adffae2",
< "transactionHash": "0x0cc0b8574762b890ea14008072b95a4af970c105b8ac4bdd7d981ce6cee33c68",
< "transactionIndex": "0x0"
< }
< }
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.0277462 ETH
Summary
=======
> Total deployments: 1
> Final cost: 0.0277462 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment