Using extcodehash instead of extcodesize for less gas (#1802)
* Using extcodehash instead of extcodesize for less gas `extcodehash` uses less gas then `extcodesize`. You can tell which address is a contract by the hash (see EIP-1052). * Fix * Add explainer * Update Address.sol * add changelog entry
Showing
Please
register
or
sign in
to comment