The event `LockedTokensDeposited` in `8d0e87b65159ae63.LockedTokens` contract will never be emitted

I just noticed that the official contract LockedTokens in 0x8d0e87b65159ae63 defines LockedTokensDeposited event but it is never emitted in the contract :confused: 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