NEWTON
Asked
6 days ago
1
view
0
My ABIs will be same right? In UI I am assuming I wont have to make any changes
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
6 days ago
How can I define two functions with the same name but not the same arguments?
How do I develop against cairo devnet with browser wallets?
Is there something going on the testnet StarkNet?
Why am I having trouble deploying my Cairo contract?
How do I connect my wallet to my Pathfinder node?
If I want to use starkex do I have to deploy my custom starkex contracts?
What is the proxy pattern and how it can help make my smart contracts upgradable in Cairo Language?
CairoLang error: `GatewayError: {'contract_address': ['Expected hex string, got:
How can i learn Cairo with Python base?
Cairo Passing Functions
How can I create an array and populate it in the hint Cairo lang/Protostar?
A plan to get better visibility when a transaction got received but not placed into a block?
Has anyone implemented a minimal proxy in Cairo lang?
Cairo Array Item Removal