stellar-interchain-token-service 2.0.0

InterchainTokenService contract, responsible for allowing users/developers to easily create their own token bridge.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TokenManagerDeployedEvent {
    token_id: BytesN<32>(48, 220, 237, 38, 128, 107, 253, 75, 251, 50, 196, 129, 206, 78, 108, 224, 155, 110, 103, 184, 153, 94, 61, 130, 172, 84, 115, 213, 30, 47, 161, 93),
    token_address: Contract(CCF7CGAN3G4L2LJV6EB3GZKQSQY6YGJ4XEQYQVA7GXOYRGIQXSIWVBTI),
    token_manager: Contract(CBKVYG64LBXU4DHEDRKW3UD3HPQCKGLJGVTBTNTTK2OEVV5VW7PYURE3),
    token_manager_type: LockUnlock,
}

Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAX5)

token_manager_deployed {
    #[topic] token_id: BytesN < 32 >,
    #[topic] token_address: Address,
    #[topic] token_manager: Address,
    #[topic] token_manager_type: TokenManagerType,
}