Created
February 27, 2022 06:10
-
-
Save harry830622/eefd5a867cf2968065c1aae4be09aa0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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