NEWTON
Asked
3 months ago
10
views
0
Why am I getting the error message “ArgumentsLengthError: The number of the given arguments (0) do not match what is defined in the ABI (1)”
0x98e3...a56442
asked
3 months ago
0
Accepted answer
Please check your contract functions for deploying. You may be trying to deploy a factory class which may be expecting an argument for a class hash.
0x98e3...a56442
answered
3 months ago
ApeWorX: Why am I getting an "account __execute__" error message?
Why abi of warp compiled contract does not match original solidity abi?
Cairo: How do I write a custom error message when an assert fails?
Cairo 0.10.0 Error: Cannot unpack return value error
AssertionError with range_check_ptr_ptr
ApeWorX: Why are the cairo and starknet plugins not installing properly?
Cairo Error: Unexpected token Token('LPAR', '('). Expected: identifier.
How will work an account abstaction wallet with the key?
Does anyone know how to print a uint256 in protostar tests?
How do I transform data from javascript to Cairo?
How do I create my own account abstraction using starknetjs?
Is there a way to search a block for events without using `get_transaction_receipt` for each transaction?
Why will I use events in Cairo language?
How do I create account using starknetjs?