59411 sc insight inconsistency in migratetokenmanager in terms of the permitted caller
Description
Brief / Intro
function migrateTokenManager(
uint256 _tokenId,
address _manager
) external onlyRole(TOKEN_MANAGER_MIGRATOR_ROLE) {
...
}References
Proof of Concept
Previous59386 sc high fund freeze from double stake subtraction when validator exits Next59421 sc high theft of unclaimed yield via incorrect period range calculation and lack of per user effective stake tracking
Was this helpful?