Skip to content

Instantly share code, notes, and snippets.

@okhaimie-dev
Created March 8, 2024 15:34
Show Gist options
  • Save okhaimie-dev/dce07085255b34bf9bda5923a0a2fe47 to your computer and use it in GitHub Desktop.
Save okhaimie-dev/dce07085255b34bf9bda5923a0a2fe47 to your computer and use it in GitHub Desktop.
Pragma VRF Issue
RPC: starknet_estimateFee with params {
"request": [
{
"type": "INVOKE",
"sender_address": "0x81bf791c87b61811c8b69243996922deae5d6ef0fd3013530b37efc8b5c145",
"calldata": [
"0x1",
"0x6560f3473e76650ea61b61e693bcffc0584d1999e09035239fa6d366666a72b",
"0x2609c9893ac591b1d071f31971c0731c3674dc6422d5fe98912abaa7d972f40",
"0x9",
"0x65800ca6",
"0x6560f3473e76650ea61b61e693bcffc0584d1999e09035239fa6d366666a72b",
"0x11c37937e08000",
"0xe08e4",
"0x1",
"0x3",
"0x1",
"0x2",
"0x3"
],
"version": "0x100000000000000000000000000000001",
"signature": [
"0x1",
"0x0",
"0x0"
],
"nonce": "0x2d",
"max_fee": "0x0"
}
],
"block_id": "pending",
"simulation_flags": []
}
41: Transaction execution error: {"transaction_index":0,"execution_error":"reverted: Error in the called contract (0x0081bf791c87b61811c8b69243996922deae5d6ef0fd3013530b37efc8b5c145):\nError at pc=0:20259:\nGot an exception while executing a hint.\nCairo traceback (most recent call last):\nUnknown location (pc=0:309)\nUnknown location (pc=0:5819)\nUnknown location (pc=0:11008)\n\nError in the called contract (0x06560f3473e76650ea61b61e693bcffc0584d1999e09035239fa6d366666a72b):\nError at pc=0:1889:\nGot an exception while executing a hint: Execution failed. Failure reason: 0x696e73756666696369656e742062616c616e6365 ('insufficient balance').\nCairo traceback (most recent call last):\nUnknown location (pc=0:300)\nUnknown location (pc=0:1067)\n\nError in the called contract (0x060c69136b39319547a4df303b6b3a26fab8b2d78de90b6bd215ce82e9cb515c):\nExecution failed. Failure reason: 0x696e73756666696369656e742062616c616e6365 ('insufficient balance').\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment