www.asagaia.com
  • Welcome to Asagaia documentation!
  • 1xMM Project
    • Introduction
    • Mini-game Manual
      • Position Management
        • Open a position
        • Reduce or Close a position
        • Position results
        • Profit and Loss computation
        • Penalty
      • Bonuses
        • !!Bonus limitations!!
      • Tapping
      • Position Details
      • User Profile
      • Levels and Benefits
    • Perpetual Constant Maturity Option
    • API
      • 1XMM Token
        • Public Methods
          • Read
          • Write
        • Events
        • Errors
      • 1xMM Pools
        • Public Methods
          • Read
          • Write
    • The 1xMM Pool for 1XMM tokens
Powered by GitBook
On this page
  1. 1xMM Project
  2. API
  3. 1XMM Token

Events

The events triggered by 1XMM token

Allocated

Event triggered when 1XMM tokens have been allocated

event Allocated(address indexed beneficiary, uint256 amount)
Approval

Event triggered when an approval have been performed

event Approval(address indexed owner, address indexed spender, uint256 value)
Burnt

Event triggered when 1XMM tokens have been burnt. This event can occur:

  1. When a token is transferred cross-chain (burn&mint); or

  2. When a user decides to change back his tokens; or

  3. When owner burns some tokens which have not been allocated

event Burnt(uint256 amount)
CCIPAdminTransferred

Event triggered when the CCIP Admin changes.

event CCIPAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ChangedBack

ChangedBackFor

Deposited

DepositorStatusChanged

Minted

OwnerChanged

Transfer

Withdrawn

PreviousWriteNextErrors

Last updated 1 month ago