Ozolio’s contract manages vesting schedules for different wallets (Team, Advisory, Partner, Treasury), allocating tokens from an ERC20 token contract. It utilizes an exponential decay formula to calculate claimable amounts over time, factoring in lock-up periods and vesting durations. Wallets can claim their vested tokens, and the contract includes functionality for the owner to update wallet addresses and retrieve wallet information, with upgradeability and reentrancy protection.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 1 | 1 | 2 | - | 4 |
Total | 1 | 1 | 2 | 0 | 4 |
# | File Name |
---|---|
1 | BasicMetaTransaction.sol |
2 | VestingOzolio.sol |
3 | OwnedUpgradeabilityProxy.sol |
4 | Ozolio.sol |