Thu Mar 30 2023 11:28:05 GMT+0000 (Coordinated Universal Time)
Saved by @RareSkills
contract ExampleContract{ function takeOneArg(uint256 x) public pure returns (bytes memory) { // we won't do anything with x return msg.data; } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments