I just noticed that the official contract LockedTokens
in 0x8d0e87b65159ae63
defines LockedTokensDeposited
event but it is never emitted in the contract Is this intentional?
yes. youβre correct. I defined that event because I thought we could include it, but then realized that it doesnβt make sense to include because locked tokens are deposited like any other flow tokens, so it just uses a regular FlowToken.TokensDeposited
event. And I forgot to remove the event definition from the contract. Thanks for pointing it out though!
2 Likes
@yondercode Great question!
@flowjosh Thank you for clarifying, that makes a lot of sense