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

Getting Object.TransactionRevertedWithoutReasonError while running the tutorial #194

Open
spruceberry opened this issue Feb 24, 2022 · 0 comments

Comments

@spruceberry
Copy link

I ran the first part DEPLOY_CREATURES_SALE=0 so it's not a factory contract issue. Here's the error below:

Error: Transaction has been reverted by the EVM: { "blockHash": "0xa32736d1709d851cc462956879458c37a58cc8332583625c0f889b3625b4321c", "blockNumber": 10223028, "contractAddress": null, "cumulativeGasUsed": 12568371, "effectiveGasPrice": 1000000018, "from": "0x5c893cf6de69b8080f26a29ba96be3874a1a2af8", "gasUsed": 21580, "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "status": false, "to": "0x8c87b1bed19e676bd15ff843de5a5fd91f02c9ac", "transactionHash": "0x929c952b32ea05c7b2b8f1cb57d6b80fabf201f778737b96714c101b99c58510", "transactionIndex": 54, "type": "0x0", "events": {} } at Object.TransactionError (/Users/spruceberry/Developer/superfrens/node_modules/web3-eth/node_modules/web3-core-helpers/lib/errors.js:87:21) at Object.TransactionRevertedWithoutReasonError (/Users/spruceberry/Developer/superfrens/node_modules/web3-eth/node_modules/web3-core-helpers/lib/errors.js:98:21) at /Users/spruceberry/Developer/superfrens/node_modules/web3-eth/node_modules/web3-core-method/lib/index.js:396:57 at processTicksAndRejections (node:internal/process/task_queues:93:5) { receipt: { blockHash: '0xa32736d1709d851cc462956879458c37a58cc8332583625c0f889b3625b4321c', blockNumber: 10223028, contractAddress: null, cumulativeGasUsed: 12568371, effectiveGasPrice: 1000000018, from: '0x5c893cf6de69b8080f26a29ba96be3874a1a2af8', gasUsed: 21580, logsBloom: '0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', status: false, to: '0x8c87b1bed19e676bd15ff843de5a5fd91f02c9ac', transactionHash: '0x929c952b32ea05c7b2b8f1cb57d6b80fabf201f778737b96714c101b99c58510', transactionIndex: 54, type: '0x0', events: {} } }
You see in the contract there wasn't a transfer of ownership
https://rinkeby.etherscan.io/address/0x8c87b1bed19e676bd15ff843de5a5fd91f02c9ac

Not sure what else I'm missing

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