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

# Events

# Events

The erc20 module emits the following events:

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

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