Advertisement
dvmir

Untitled

Nov 24th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. 2021-11-24 13:14:22,632 - pid:84 [E] __post_send:1085 - {'code': -32002, 'message': 'Transaction simulation failed: Error processing Instruction 1: custom program error: 0x1', 'data': {'accounts': None, 'err': {'InstructionError': [1, {'Custom': 1}]}, 'logs': ['Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io invoke [1]', 'Program 11111111111111111111111111111111 invoke [2]', 'Program 11111111111111111111111111111111 success', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [2]', 'Program log: Transfer 2039280 lamports to the associated token account', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Allocate space for the associated token account', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Assign the associated token account to the SPL Token program', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Initialize the associated token account', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]', 'Program log: Instruction: InitializeAccount', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3920 of 461122 compute units', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 30192 of 486713 compute units', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success', 'Program log: Total memory occupied: 1414', 'Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io consumed 44892 of 500000 compute units', 'Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io success', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]', 'Program log: Instruction: TransferChecked', 'Program log: Error: insufficient funds', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 2957 of 200000 compute units', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA failed: custom program error: 0x1']}}
  2. 2021-11-24 13:14:22,633 - pid:84 [D] eth_sendRawTransaction:444 - eth_sendRawTransaction solana.rpc.api.SendTransactionError:{'code': -32002, 'message': 'Transaction simulation failed: Error processing Instruction 1: custom program error: 0x1', 'data': {'accounts': None, 'err': {'InstructionError': [1, {'Custom': 1}]}, 'logs': ['Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io invoke [1]', 'Program 11111111111111111111111111111111 invoke [2]', 'Program 11111111111111111111111111111111 success', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL invoke [2]', 'Program log: Transfer 2039280 lamports to the associated token account', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Allocate space for the associated token account', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Assign the associated token account to the SPL Token program', 'Program 11111111111111111111111111111111 invoke [3]', 'Program 11111111111111111111111111111111 success', 'Program log: Initialize the associated token account', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [3]', 'Program log: Instruction: InitializeAccount', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 3920 of 461122 compute units', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA success', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL consumed 30192 of 486713 compute units', 'Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL success', 'Program log: Total memory occupied: 1414', 'Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io consumed 44892 of 500000 compute units', 'Program 53DfF883gyixYNXnM7s5xhdeyV8mVk9T4i2hGV9vG9io success', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA invoke [1]', 'Program log: Instruction: TransferChecked', 'Program log: Error: insufficient funds', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA consumed 2957 of 200000 compute units', 'Program TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA failed: custom program error: 0x1']}}
  3. Traceback (most recent call last):
  4. File "/opt/proxy/plugin/solana_rest_api.py", line 558, in process_request
  5. response['result'] = method(*request['params'])
  6. File "/opt/proxy/plugin/solana_rest_api.py", line 395, in eth_sendRawTransaction
  7. signature = call_signed(self.signer, self.client, trx, steps=250)
  8. File "/opt/proxy/plugin/solana_rest_api_tools.py", line 983, in call_signed
  9. return call_signed_with_holder_acc(signer, client, eth_trx, perm_accs, trx_info, steps, create_acc_trx)
  10. File "/opt/proxy/plugin/solana_rest_api_tools.py", line 1028, in call_signed_with_holder_acc
  11. send_measured_transaction(client, precall_txs, signer, eth_trx, 'create_accounts_for_deploy')
  12. File "/opt/proxy/plugin/solana_rest_api_tools.py", line 552, in send_measured_transaction
  13. result = send_transaction(client, trx, signer, eth_trx=eth_trx, reason=reason)
  14. File "/opt/proxy/plugin/solana_rest_api_tools.py", line 545, in send_transaction
  15. result = client.send_transaction(trx, signer, opts=TxOpts(skip_confirmation=True, preflight_commitment=Confirmed))
  16. File "/usr/local/lib/python3.8/dist-packages/solana/rpc/api.py", line 1017, in send_transaction
  17. return self.send_raw_transaction(txn.serialize(), opts=opts)
  18. File "/usr/local/lib/python3.8/dist-packages/solana/rpc/api.py", line 984, in send_raw_transaction
  19. return self.__post_send(resp, opts.skip_confirmation, opts.preflight_commitment)
  20. File "/usr/local/lib/python3.8/dist-packages/solana/rpc/api.py", line 1086, in __post_send
  21. raise SendTransactionError(resp.get("error"))
  22. solana.rpc.api.SendTransactionError: Transaction simulation failed: Error processing Instruction 1: custom program error: 0x1
  23. 2021-11-24 13:14:22,633 - pid:84 [D] __del__:178 - FREE RESOURCES 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement