메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://injectivelabs-mintlify-jp-developers-first-half-1777019423.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

이벤트

erc20 모듈은 다음 이벤트를 발생시킵니다:
message EventCreateTokenPair {
  string bank_denom = 1;
  string erc20_address = 2;
}

message EventDeleteTokenPair {
  string bank_denom = 1;
}
Last modified on April 24, 2026