chapter18-code-3

PHOTO EMBED

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;
	}
}
content_copyCOPY