Comment on page
Contract Details
Botto operates through a set of 5 smart contracts. These are specified as follows:
Botto operates with an ERC20 token contract, allowing for standardized functionalities like transferring tokens, fetching account balances, spending approvals, and other functionality on Ethereum.
The governance contract handles the
stake
and unstake
function alongside events like Staked
, Unstaked
. In order to be able to contribute to training Botto's algorithm, users are required to use this contract to stake their BOTTO.The liquidity mining contract handles the
stake
and unstake
of LP tokens as well as liquidity mining reward payouts. The contract was deployed with an 8 month duration, and was updated to 3 years when we joined the Olympus Pro Program. It has the following variables:- StartTime: 14/10/2021 (DD/MM/YYYY)
- EndTime: 15/10/2024 (DD/MM/YYYY)
The active rewards contract handles the
claim
function that allows eligible users to get their share of protocol revenue in ETH that is distributed weekly.The airdrop contract handled the initial distribution of BOTTO tokens to the community. Airdrop contracts are deployed with a list of addresses and amounts in Merkle tree form, enabling the list of addresses the ability to claim BOTTO.
The Botto rewards contract handles the
claim
function that allows eligible users to get their set amount of $BOTTO upon completion of the Onboarding Bounties inside the Botto app.Last modified 17d ago