View Source: openzeppelin-solidity/contracts/utils/Address.sol
Address
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 viewreturns(bool)
Returns
whether the target address is a contract
Arguments
Name | Type | Description |
account | address | address of the account to check |