stellar-interchain-token-service 1.1.0

InterchainTokenService contract, responsible for allowing users/developers to easily create their own token bridge.
Documentation
InterchainTransferSentEvent {
    token_id: BytesN<32>(176, 82, 11, 134, 46, 148, 119, 103, 208, 219, 201, 52, 236, 230, 170, 39, 215, 103, 118, 78, 122, 72, 213, 57, 75, 143, 90, 231, 223, 12, 26, 102),
    source_address: Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXI7N),
    destination_chain: String(ethereum),
    destination_address: Bytes(79, 68, 149, 36, 56, 55, 104, 16, 97, 196, 116, 59, 116, 179, 238, 223, 84, 141, 86, 165),
    amount: 1000,
    data: Some(
        Bytes(171, 205),
    ),
}

Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAX5)

interchain_transfer_sent {
    #[topic] token_id: BytesN < 32 >,
    #[topic] source_address: Address,
    #[topic] destination_chain: String,
    #[topic] destination_address: Bytes,
    #[topic] amount: i128,
    #[data]  data: Option < Bytes >,
}