Skip to main content

create_and_mint_token

Function create_and_mint_token 

Source
fn create_and_mint_token(
    symbol: &str,
    name: &str,
    currency: &str,
    quote_token: Address,
    admin: Address,
    recipients: &[Address],
    mint_amount: U256,
    salt_or_address: SaltOrAddress,
    evm: &mut TempoEvm<CacheDB<EmptyDB>>,
) -> Result<Address>
Expand description

Creates a TIP20 token through the factory (factory must already be initialized)