Skip to content

Instantly share code, notes, and snippets.

@harry830622
Created February 27, 2022 06:10
Show Gist options
  • Select an option

  • Save harry830622/eefd5a867cf2968065c1aae4be09aa0f to your computer and use it in GitHub Desktop.

Select an option

Save harry830622/eefd5a867cf2968065c1aae4be09aa0f to your computer and use it in GitHub Desktop.
pub event ContractInitialized()
pub event PlayCreated(id: UInt32, metadata: {String:String})
pub event NewSeriesStarted(newCurrentSeries: UInt32)
pub event SetCreated(setID: UInt32, series: UInt32)
pub event PlayAddedToSet(setID: UInt32, playID: UInt32)
pub event PlayRetiredFromSet(setID: UInt32, playID: UInt32, numMoments: UInt32)
pub event SetLocked(setID: UInt32)
pub event MomentMinted(momentID: UInt64, playID: UInt32, setID: UInt32, serialNumber: UInt32)
pub event Withdraw(id: UInt64, from: Address?)
pub event Deposit(id: UInt64, to: Address?)
pub event MomentDestroyed(id: UInt64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment