Address.sol

View Source: openzeppelin-solidity/contracts/utils/Address.sol

Address

Functions

isContract

This function will return false if invoked during the constructor of a contract, as the code is not actually created until after the constructor finishes.

function isContract(address account) internal view
returns(bool)

Returns

whether the target address is a contract

Arguments

Last updated