oyente icon indicating copy to clipboard operation
oyente copied to clipboard

Flag CALLCODE as deprecated and suggest CALL/DELEGATECALL

Open vietlq opened this issue 6 years ago • 1 comments

CALLCODE is now deprecated and unsafe due to bug in implementation. People are advised to use CALL or DELEGATECALL instead.

https://solidity.readthedocs.io/en/v0.4.21/contracts.html

Libraries

Libraries are similar to contracts, but their purpose is that they are deployed only once at a specific address and their code is reused using the DELEGATECALL (CALLCODE until Homestead) feature of the EVM.

vietlq avatar Apr 27 '18 05:04 vietlq

Will add this soon

luongnt95 avatar Apr 27 '18 08:04 luongnt95