Timeline for How do you call a function of a deployed contract from another contract?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 10, 2021 at 8:39 | comment | added | Anupam | Can you please give a reference to, how to call a function with 2 parameters? | |
| Jun 7, 2017 at 15:09 | history | edited | joifsi | CC BY-SA 3.0 | deleted 267 characters in body |
| Jun 7, 2017 at 14:53 | comment | added | joifsi | Please see in the call member of the address here solidity.readthedocs.io/en/develop/… . You can see how they tried to call a function using its function signature inside a solidity contract using nameReg.call(bytes4(keccak256("fun(uint256)")), a); | |
| Jun 7, 2017 at 14:27 | comment | added | Luiz Fonseca | Thank you for the answer. But it seems you showed me how I could do that with Javascript API. But actually I would like to do that in Solidity language. Something like ethereum.stackexchange.com/questions/15323/… And I would like to find that in the docs solidity.readthedocs.io/en/develop/index.html. | |
| Jun 7, 2017 at 14:22 | history | answered | joifsi | CC BY-SA 3.0 |