Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save industral/0aa368b8a5348613b07c3e27ff9bfdec to your computer and use it in GitHub Desktop.
Save industral/0aa368b8a5348613b07c3e27ff9bfdec to your computer and use it in GitHub Desktop.
[email protected] deploy contract error
Error: Transaction has been reverted by the EVM:
{
"transactionHash": "0x87c2b0e842ff22aed985a5cfdb95f9ac09b090de1b2f02f74c0c376f0027a976",
"transactionIndex": 0,
"blockHash": "0xb2f5e0e0c0f3560b3c27e51765833d547b149069e79bf4610659c2408a638d8c",
"blockNumber": 1,
"from": "0xee701ca561a711b218589aac4827e04c7e5a3c0f",
"to": null,
"gasUsed": 299853,
"cumulativeGasUsed": 299853,
"contractAddress": "0x6C3F910aF3187d57c1B3463a5B05207EB4bAFf6F",
"logs": [],
"status": true,
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"v": "0x1b",
"r": "0x24f5f6c037654bc23729acfe177557091ffb4676209b95524b1a24e5749fb5f5",
"s": "0x1b4c928ea7b5e808525b96b1edeb63ee6203fb8a2a2bd44caab9d19b8bf85352"
}
at SafeSubscriber._next (/Data/Projects/my/test/node_modules/web3-core-method/dist/web3-core-method.cjs.js:1017:32)
at SafeSubscriber.__tryOrUnsub (/Data/Projects/my/test/node_modules/rxjs/src/internal/Subscriber.ts:265:10)
at SafeSubscriber.next (/Data/Projects/my/test/node_modules/rxjs/src/internal/Subscriber.ts:207:14)
at Subscriber._next (/Data/Projects/my/test/node_modules/rxjs/src/internal/Subscriber.ts:139:22)
at Subscriber.next (/Data/Projects/my/test/node_modules/rxjs/src/internal/Subscriber.ts:99:12)
at TransactionObserver.emitNext (/Data/Projects/my/test/node_modules/web3-core-method/dist/web3-core-method.cjs.js:438:16)
at _callee2$ (/Data/Projects/my/test/node_modules/web3-core-method/dist/web3-core-method.cjs.js:408:24)
at tryCatch (/Data/Projects/my/test/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js:45:40)
at Generator.invoke [as _invoke] (/Data/Projects/my/test/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js:271:22)
at Generator.prototype.(anonymous function) [as next] (/Data/Projects/my/test/node_modules/@babel/runtime/node_modules/regenerator-runtime/runtime.js:97:21)
at asyncGeneratorStep (/Data/Projects/my/test/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Data/Projects/my/test/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment