vBIO - Vesting BIO
Last updated
Last updated
BIO utilizes several contracts to distribute vBIO and ultimately BIO to the ecosystem. To simplify the interaction with vBIO for users while enabling future extendibility of vBIO, vBIO is split into several contracts. Currently 2 vBIO contracts are deployed. For other DAO proposals or additional functionality, more vBIO contracts may be deployed.
Contract Overview
The current contracts are:
BIO Vesting Master https://etherscan.io/address/0x0d2adb4af57cdac02d553e7601456739857d2ef4
BIO Vesting Token 1 https://etherscan.io/address/0x2141b47a1c7de6df073d23ff94f04d9fd2aaa9b3
BIO Vesting Master inherits all balances from the underlying Vesting Token Contract. This way you can see the total vBIO balance you have across all contracts by looking at one contract: The BIO Vesting Master. The following graph explains the relation between the contracts visually:
You might see two vBIO balances in your wallet if you have added both contracts to your wallet. To know your total vBIO balance, your are advised to just add the BIO Vesting Master contract to your wallet. Otherwise you may see your tokens duplicated.
Vesting Contract's relation to BIO Token Contract
All vesting contracts need to have the relevant BIO balance for them to create and manage vesting schedules. Therefore, all vesting contracts are equal to each other as they all relate to the one and only BIO contract regarding their underlying BIO tokens. If you release (claim) BIO from vBIO in any of the vesting contracts, it will return the BIO from the one and only BIO contract independent of which Vesting Contract you interact with.