hi guys! I need the number of decimals given a token identifier. The method self.blockchain().get_esdt_token_data(...) is available, but it needs both the token identifier and the address of the creator. How can I get the address of the creator? I can search it at the Elrond Explorer and provide it as input. But is there any way to do it internally in the smart contract?
Not sure about that, since it might not work if the creator is in another shard.