Created
August 31, 2016 07:27
-
-
Save PeterBorah/5bb156c95e9e2da89afda9d4d678cee1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calldatacopy(mload(0x40), 0, calldatasize) | |
delegatecall(gas, destination, mload(0x40), calldatasize, mload(0x40), outsize) | |
return(mload(0x40), outsize) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment