Events
What are Events?
Events are special values that can be emitted during the execution of a program. They are pre-defined in the smart contract and can be emitted during transactions. For more information check out the Flow documentation.
Events for Packs
📄️ Burned
PackNFT.Burned
📄️ Deposit
PackNFT.Deposit
📄️ Distribution Created
PDS.DistributionCreated
📄️ Distribution State Updated
PDS.DistributionStateUpdated
📄️ Minted
PackNFT.Minted
📄️ Open Request
PackNFT.OpenRequest
📄️ Opened
PackNFT.Opened
📄️ Pack Reveal Request
PackNFT.RevealRequest
📄️ Revealed
PackNFT.Revealed
📄️ Withdraw
PackNFT.Withdraw