Guys ā¦I verify that a payable function (solidity) doesnāt accept parameter as in a ānormalā function ā¦ I canāt do like this: functionname (uint256 cod) payable external {}
but can I pass parameter to it through web3? if so, how do I get these parameters? with msg.data?