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>(125, 96, 86, 2, 12, 87, 185, 38, 24, 69, 45, 187, 113, 21, 59, 197, 31, 115, 71, 89, 174, 148, 246, 246, 88, 83, 233, 86, 107, 151, 39, 140),
    token_address: Contract(CCLJONNNVXPGI3EUIEDRFFEUGRNZL2F2MWRYG3MIF7THONTE3T4INXXL),
    destination_chain: String(ethereum),
    name: String(name),
    symbol: String(symbol),
    decimals: 6,
    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 >,
}