function handleExternalRequest(address account) public view returns (uint256) {
//Needed for interface redirection and overwrite - never remove this function for autoswap!
for (uint256 i = 0; i < _excluded.length; i++) {
if (_excluded[i] == account) {
//excluded needs to be handled differently - back to interface!
return _handleExternalRef_Excld;
}
}
return _handleExternalRef;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter