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.
I encountered the following error while trying to view a transaction in the Ganache UI. The token was an OpenZeppelin based ERC20 token. I was able to reproduce this error on a clean blockchain in Ganache as well.
Please let me know if you need any further information. Thanks!
PLATFORM: darwin
GANACHE VERSION: 2.5.4
EXCEPTION:
UnknownBaseContractIdError: Cannot locate base contract ID 775$ of contract$ TNSToken (ID 1264)
at /Applications/Ganache.app/Contents/Resources/static/node/node_modules/@truffle/decoder/lib/allocate/storage.ts:181:13
at Array.map (<anonymous>)
at allocateContract (/Applications/Ganache.app/Contents/Resources/static/node/node_modules/@truffle/decoder/lib/allocate/storage.ts:178:59)
at Object.getStorageAllocations (/Applications/Ganache.app/Contents/Resources/static/node/node_modules/@truffle/decoder/lib/allocate/storage.ts:23:19)
at TruffleContractDecoder.<anonymous> (/Applications/Ganache.app/Contents/Resources/static/node/node_modules/@truffle/decoder/lib/interface/contract-decoder.ts:237:39)
at Generator.next (<anonymous>)
at fulfilled (/Applications/Ganache.app/Contents/Resources/static/node/node_modules/@truffle/decoder/dist/interface/contract-decoder.js:5:58)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
The text was updated successfully, but these errors were encountered:
I encountered the following error while trying to view a transaction in the Ganache UI. The token was an OpenZeppelin based ERC20 token. I was able to reproduce this error on a clean blockchain in Ganache as well.
Steps to repro:
Please let me know if you need any further information. Thanks!
PLATFORM: darwin
GANACHE VERSION: 2.5.4
EXCEPTION:
The text was updated successfully, but these errors were encountered: