You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The owner of such a contract should be able to check the deposited amount and the lastWithdrawTime, then call withdraw() to transfer the MET to its own account.
The text was updated successfully, but these errors were encountered:
Many MET tokens are held in token locker contracts. An app to help unlocking those funds is required.
The
TokenLocker
contract is defined here:https://github.com/autonomoussoftware/metronome/blob/d371be024dea957bf0bed87ff46e66e7bcbc448e/contracts/monolithic.sol#L1547
The owner of such a contract should be able to check the
deposited
amount and thelastWithdrawTime
, then callwithdraw()
to transfer the MET to its own account.The text was updated successfully, but these errors were encountered: