> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-docs-ai-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 이벤트

# 이벤트

erc20 모듈은 다음 이벤트를 발생시킵니다:

```protobuf theme={null}
message EventCreateTokenPair {
  string bank_denom = 1;
  string erc20_address = 2;
}

message EventDeleteTokenPair {
  string bank_denom = 1;
}
```
