You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Attempting to run transaction which calls a contract function, but recipient address 0x063a2b4d4084d2b18989cf8da9c84b501f337136 is not a contract address
Trying to test ganache. Code works fine when using geth private network.
Your Environment
Ganache version 1.2.1
go-ethereum version 1.8.13-stable
Go version go1.10.3 linux/amd64
Ubuntu 18.04 LTS
Error Trace
&rpc.jsonError{Code:-32000, Message:"Attempting to run transaction which calls a contract function, but recipient address 0x063a2b4d4084d2b18989cf8da9c84b501f337136 is not a contract address", Data:map[string]interface {}{"stack":"Error\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/ganache-core/lib/statemanager.js:840:1\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/ganache-core/lib/statemanager.js:254:1\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/ganache-core/lib/blockchain_double.js:996:1\n at e.exports.i.getCode (/tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/ethereumjs-account/index.js:48:1)\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/ganache-core/lib/blockchain_double.js:990:1\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:77:1\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:461:1\n at Object.return (/tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:485:1)\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:285:1\n at e (/tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:521:1)\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:516:1\n at /tmp/.mount_ganachPd0w3R/app/resources/app.asar/node_modules/ganache-cli/build/webpack:/ganache/node_modules/merkle-patricia-tree/baseTrie.js:180:1\n at _combinedTickCallback (internal/process/next_tick.js:131:7)\n at process._tickCallback (internal/process/next_tick.js:180:9)", "name":"r"}}
The text was updated successfully, but these errors were encountered:
emurmotol
changed the title
"Attempting to run transaction which calls a contract function, but recipient address 0x0... is not a contract address
Attempting to run transaction which calls a contract function, but recipient address 0x0... is not a contract address
Aug 21, 2018
Expected Behavior
No errors.
Current Behavior
Having an error:
Attempting to run transaction which calls a contract function, but recipient address 0x063a2b4d4084d2b18989cf8da9c84b501f337136 is not a contract address
Steps to Reproduce (for bugs)
Code:
Context
Trying to test ganache. Code works fine when using geth private network.
Your Environment
Error Trace
The text was updated successfully, but these errors were encountered: