Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Error sending transaction: Transaction has been reverted by the EVM #84

Open
joticajulian opened this issue Oct 20, 2020 · 0 comments
Open

Comments

@joticajulian
Copy link

[C] Seed: e3e77ecdda1e11562af3bdc735a6e915b5b6bdf36483580c2b6c721cd4b7f7ac
[C] Difficulty Target: 00000012138d92bd3549587b8a8e48f7300e673dd2d57447e2117896d7583b25
[C] Secured Struct Hash: 1de7213e9a609dde55b304a7f87be6560dcdd41bed0c783ced75e61e16db614c
[C] Starting Nonce: acf7b7d41c726c2b0c588364f3bdb6b550babb9150d018abf87802cf92b06018
[JS](app.js) Hashrate: 26.624 MH/s
[JS](app.js) Hashrate: 25.998 MH/s
[JS](app.js) Hashrate: 26.669 MH/s
[JS](app.js) Hashrate: 25.286 MH/s
[JS] Error sending transaction: Transaction has been reverted by the EVM:
{
  "blockHash": "0x14a54a15718fd3bf961a0dcf576af85ce17518b674d6d51eb91e9600760b5f96",
  "blockNumber": 11093121,
  "contractAddress": null,
  "cumulativeGasUsed": 2889447,
  "from": ***************
  "gasUsed": 29063,
  "logs": [],
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  "status": false,
  "to": "0xa18c8756ee6b303190a702e81324c72c0e7080c5",
  "transactionHash": ********************,
  "transactionIndex": 40
}
[JS](app.js) Warning:  {
  kMessage: 'Transaction has been reverted by the EVM:\n' +
    '{\n' +
    '  "blockHash": "0x14a54a15718fd3bf961a0dcf576af85ce17518b674d6d51eb91e9600760b5f96",\n' +
    '  "blockNumber": 11093121,\n' +
    '  "contractAddress": null,\n' +
    '  "cumulativeGasUsed": 2889447,\n' +
    '  "from": **************,\n' +
    '  "gasUsed": 29063,\n' +
    '  "logs": [],\n' +
    '  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",\n' +
    '  "status": false,\n' +
    '  "to": "0xa18c8756ee6b303190a702e81324c72c0e7080c5",\n' +
    '  "transactionHash": ******************,\n' +
    '  "transactionIndex": 40\n' +
    '}',
  exception: Error: Transaction has been reverted by the EVM:
  {
    "blockHash": "0x14a54a15718fd3bf961a0dcf576af85ce17518b674d6d51eb91e9600760b5f96",
    "blockNumber": 11093121,
    "contractAddress": null,
    "cumulativeGasUsed": 2889447,
    "from": **********************,
    "gasUsed": 29063,
    "logs": [],
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "status": false,
    "to": "0xa18c8756ee6b303190a702e81324c72c0e7080c5",
    "transactionHash": ***************,
    "transactionIndex": 40
  }
      at Object.TransactionError (/home/ubuntu/koinos-miner/node_modules/web3-core-helpers/src/errors.js:96:21)
      at Object.TransactionRevertedWithoutReasonError (/home/ubuntu/koinos-miner/node_modules/web3-core-helpers/src/errors.js:108:21)
      at /home/ubuntu/koinos-miner/node_modules/web3-core-method/src/index.js:482:48
      at processTicksAndRejections (internal/process/task_queues.js:97:5) {
    receipt: {
      blockHash: '0x14a54a15718fd3bf961a0dcf576af85ce17518b674d6d51eb91e9600760b5f96',
      blockNumber: 11093121,
      contractAddress: null,
      cumulativeGasUsed: 2889447,
      from: ******************,
      gasUsed: 29063,
      logs: [],
      logsBloom: '0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',
      status: false,
      to: '0xa18c8756ee6b303190a702e81324c72c0e7080c5',
      transactionHash: ***********************,
      transactionIndex: 40
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant