Skip to content

Latest commit

 

History

History
361 lines (281 loc) · 5.95 KB

03_events.md

File metadata and controls

361 lines (281 loc) · 5.95 KB

Events

burn

This event is emitted by the bank module whenever coins are burned (including USDY).

{
  "type": "burn",
  "attributes": [
    {
      "key": "burner",
      "value": "noble1d47qadpqs5kjuc5ghc5uglyhtlc4mq0wmc3n33"
    },
    {
      "key": "amount",
      "value": "1000000000000000000ausdy"
    }
  ]
}

This event is emitted by the following transactions:

coinbase

This event is emitted by the bank module whenever coins are minted (including USDY).

{
  "type": "coinbase",
  "attributes": [
    {
      "key": "minter",
      "value": "noble1d47qadpqs5kjuc5ghc5uglyhtlc4mq0wmc3n33"
    },
    {
      "key": "amount",
      "value": "1000000000000000000ausdy"
    }
  ]
}

This event is emitted by the following transactions:

Paused

This event is emitted whenever USDY is paused.

{
  "type": "aura.v1.Paused",
  "attributes": [
    {
      "key": "account",
      "value": "noble1signer"
    }
  ]
}

This event is emitted by the following transactions:

Unpaused

This event is emitted whenever USDY is unpaused.

{
  "type": "aura.v1.Unpaused",
  "attributes": [
    {
      "key": "account",
      "value": "noble1signer"
    }
  ]
}

This event is emitted by the following transactions:

OwnershipTransferStarted

This event is emitted when an ownership transfer is started.

{
  "type": "aura.v1.OwnershipTransferStarted",
  "attributes": [
    {
      "key": "new_owner",
      "value": "noble1owner"
    },
    {
      "key": "previous_owner",
      "value": "noble1signer"
    }
  ]
}

This event is emitted by the following transactions:

OwnershipTransferred

This event is emitted when an ownership transfer is finalized.

{
  "type": "aura.v1.OwnershipTransferred",
  "attributes": [
    {
      "key": "new_owner",
      "value": "noble1owner"
    },
    {
      "key": "previous_owner",
      "value": "noble1signer"
    }
  ]
}

This event is emitted by the following transactions:

BurnerAdded

This event is emitted when a new burner is added.

{
  "type": "aura.v1.BurnerAdded",
  "attributes": [
    {
      "key": "address",
      "value": "noble1burner"
    },
    {
      "key": "allowance",
      "value": "0"
    }
  ]
}

This event is emitted by the following transactions:

BurnerRemoved

This event is emitted when a burner is removed.

{
  "type": "aura.v1.BurnerRemoved",
  "attributes": [
    {
      "key": "address",
      "value": "noble1burner"
    }
  ]
}

This event is emitted by the following transactions:

BurnerUpdated

This event is emitted when a burner's allowance is updated.

{
  "type": "aura.v1.BurnerUpdated",
  "attributes": [
    {
      "key": "address",
      "value": "noble1burner"
    },
    {
      "key": "new_allowance",
      "value": "1000000000000000000"
    },
    {
      "key": "previous_allowance",
      "value": "0"
    }
  ]
}

This event is emitted by the following transactions:

MinterAdded

This event is emitted when a new minter is added.

{
  "type": "aura.v1.MinterAdded",
  "attributes": [
    {
      "key": "address",
      "value": "noble1minter"
    },
    {
      "key": "allowance",
      "value": "0"
    }
  ]
}

This event is emitted by the following transactions:

MinterRemoved

This event is emitted when a minter is removed.

{
  "type": "aura.v1.MinterRemoved",
  "attributes": [
    {
      "key": "address",
      "value": "noble1minter"
    }
  ]
}

This event is emitted by the following transactions:

MinterUpdated

This event is emitted when a minter's allowance is updated.

{
  "type": "aura.v1.MinterUpdated",
  "attributes": [
    {
      "key": "address",
      "value": "noble1minter"
    },
    {
      "key": "new_allowance",
      "value": "1000000000000000000"
    },
    {
      "key": "previous_allowance",
      "value": "0"
    }
  ]
}

This event is emitted by the following transactions:

PauserAdded

This event is emitted when a new pauser is added.

{
  "type": "aura.v1.PauserAdded",
  "attributes": [
    {
      "key": "address",
      "value": "noble1pauser"
    }
  ]
}

This event is emitted by the following transactions:

PauserRemoved

This event is emitted when a pauser is removed.

{
  "type": "aura.v1.PauserRemoved",
  "attributes": [
    {
      "key": "address",
      "value": "noble1pauser"
    }
  ]
}

This event is emitted by the following transactions:

BlockedChannelAdded

This event is emitted when a blocked channel is added.

{
  "type": "aura.v1.BlockedChannelAdded",
  "attributes": [
    {
      "key": "channel",
      "value": "channel-0"
    }
  ]
}

This event is emitted by the following transactions:

BlockedChannelRemoved

This event is emitted when a blocked channel is removed.

{
  "type": "aura.v1.BlockedChannelRemoved",
  "attributes": [
    {
      "key": "channel",
      "value": "channel-0"
    }
  ]
}

This event is emitted by the following transactions: