@notice Creates a token and sets its logoURI atomically (TIP-1026).
@dev Solidity overload of createToken with an additional logoURI argument.
Reverts with LogoURITooLong if bytes(logoURI).length > 256, or
with InvalidLogoURI if logoURI is non-empty and either has no
parseable scheme or its scheme is not in the allow-list.
Function with signature createToken(string,string,string,address,address,bytes32,string) and selector 0x5323d222.