Skip to content

Instantly share code, notes, and snippets.

@chriseth
Created July 31, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseth/ed0a44555326b94d6e78 to your computer and use it in GitHub Desktop.
Save chriseth/ed0a44555326b94d6e78 to your computer and use it in GitHub Desktop.
Contract "copy" using calldata
{
(def 'original 0xcafe)
(calldatacopy 0 0 (asm calldatasize))
(callcode allgas original 0 0 (asm calldatasize) 0 32)
(return 0 32)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment