What is method ids in solidity?
What is function signature?
Sep 22, 2020, 5:17 PM
Signature, in any language, means the name and parameters of a function. In Solidity it may also include visibility and possible "payable" keyword, depending on context
Unsure what you mean with method id as there are no methods in Solidity - they are called functions
Sep 22, 2020, 5:27 PM