NEWTON
Asked
4 months ago
56
views
0
This question has a bounty of $0.00 in testnet ETH. Answers to this question are eligible to win that bounty.
These are testnet contracts. Not real ETH.
$0.00
Ahoy Caironauts,
How can I define two functions with the same name but not the same arguments, e.g,
func test()
func test(param: Uint256)
It is possible in Solidity and I'm trying to find the Cairo equivalent.
This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)
0xDE8D
asked
4 months ago
0
Accepted answer
This is not possible at the moment (and not sure it will ever be possible) :)
0x5EF2...46c5dd
answered
4 months ago
Cairo: are builtins always needed to be expressed in function signature?
Cairo: How can i approve erc20 and transfer in the same transaction?
Does starknet have name service?
Cairo Lang / StarkNet: What are Revoked references? What is alloc_locals?
How do you optimize gas in Cairo with Uint256/felt?
Is the Starknet Name Service working or not?
Cairo: How to reassign Uint256 in a conditional
Are there situations in which we prefer declaring variables as `local` vs `tempvar`?
I'm currently trying to transpile an ERC 721 contract I have that uses openzeppelin libraries, is that possible?
How to generate a proof for a Cairo program and verify it?[StackOverflow]
how to send token
Does cross-chain bridge produce its own block? Or it only verify the blocks from A/B chain?
How do I connect my DAPP to Starknet testnet using starknetjs?
What resources (Github repos, projects) do you follow about Cairo Language? Why?