stellar-interchain-token-service 2.0.0

InterchainTokenService contract, responsible for allowing users/developers to easily create their own token bridge.
Documentation
InterchainTokenDeploymentStartedEvent {
    token_id: BytesN<32>(150, 51, 118, 124, 241, 96, 104, 207, 18, 228, 200, 242, 140, 228, 146, 184, 41, 136, 47, 124, 8, 80, 77, 143, 220, 116, 101, 155, 41, 153, 207, 129),
    token_address: Contract(CAWGXBFCJA6N64Z6HECE34OQ4YFA7WJPNP7DYDSRZNKXT474KE4IY3D5),
    destination_chain: String(ethereum),
    name: String(aaa),
    symbol: String(aaa),
    decimals: 7,
    minter: None,
}

Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAX5)

token_deployment_started {
    #[topic] token_id: BytesN < 32 >,
    #[topic] token_address: Address,
    #[topic] destination_chain: String,
    #[topic] name: String,
    #[topic] symbol: String,
    #[topic] decimals: u32,
    #[topic] minter: Option < Address >,
}