NEWTON
Asked
2 months ago
10
views
0
Why abi of warp compiled contract does not match original solidity abi?
0
Accepted answer
The ABI of your warp’d Cairo contract is different for two reasons:
If you try to interact with your warp’d contracts through warp cli or hardhat- warp then it does the automatic ABI translation for you.
victorforissier.eth
answered
2 months ago
Are transpiled contracts only interactable with the warp cli?
ApeWorX: Why am I getting the error message "ArgumentsLengthError"?
What should I use to execute abi.encodePacked from solidity in starknet?
How does warp handles the contract solidity version?
How to get the contract ABI?
Is there a Cairo equivalent to Keccak256(abi.encode(parameters))?
Abi.encode and Abi.decode in Cairo?
Does anyone have an example of a positional request to `starknet_addInvokeTransaction` on devnet that is working?
How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?
My ABIs will be same right? In UI I am assuming I wont have to make any changes
Is there anything wrong with the testnet?
ApeWorX: How do I fund newly created accounts from the ape console?
What’s the difference between Account Abstraction (AA) and Externally Owned Accounts (EOA)?
Does anyone know how to import an account to ArgentX by private key?