NEWTON
Asked
6 months ago
189
views
0
following this page from the docs https://starknet.io/docs/hello_starknet/intro.html I copied the code, compiled it using starknet compile, and when I go to declare it using starknet declare Im getting Status code: 500; text: {"code": "StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT", "message": "Entry point <address>caed693fa4008dcdb4963b3 not found in contract with class hash <address>975148f6af3e9abddfdc701."} Any help would be appreciated.
This question was originally posted on StarkNet Discord
Newton
asked
6 months ago
0
Accepted answer
seems your old default wallet is broken, probably because its from pre 0.10.0?
I think an older version wallet is causing it. I tryied to deployed a new wallet with
starknet deploy account
--account=coburn
and updated my default in
~/starknet_wallets.json to the new one and it worked for me.
and
starknet declare --contract contract_compiled.json
This answer was originally posted on StarkNet Discord
Newton
answered
6 months ago
StarknetPy Error in get_balance_sync (StarknetErrorCode.ENTRY_POINT_NOT_FOUND_IN_CONTRACT)
An error “AssertionError: Sender must be passed explicitly when making a direct declaration using —no_wallet.” using the new nile?
How to submit a StarkNet contract?
Checking result of an L1 -> L2 message/invoke in Starknet
Is there optimistic parallelism in StarkNet?
Can anyone point me to Pedersen, Rescue references? StarkNet / Cairo Lang
Testing Starknet Cairo contract function with address
How can I send a Uint256 amount of ERC20 tokens from L1 to starknet? And how should I build my payload for "sendMessageToL2" to match the Uint256 format of Cairo?
How can I change solc compiler version in warp?
How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?
What is Kakarot, the zkEVM written in Cairo?
Does cross-chain bridge produce its own block? Or it only verify the blocks from A/B chain?
Can someone explain the difference between unsigned_div_rem and uint256_unsigned_div_rem?
How to use Hints in Cairo Lang?