Contracts Overview
The Tellor contracts are modular, but together comprise the core functionality of the Tellor oracle.
The Oracle contract handles staking, reporting, and reading data. Accounts stake TRB to the Oracle to become data reporters. Users read data feeds from this contract.
This contract also handles slashing reporter stakes and removing data when called by Governance.
The Autopay contract handles payments to reporters for submitting data to requested feeds. Users can setup and fund a schedule for reporting rewards (tips) using this contract, or just add a one time tip.
The Governance contract handles creating, voting on, and executing disputes on the Oracle contract. After a dispute is resolved this contract sends the dispute fee and slashed stake to the appropriate parties.
The Token contract is the functionality of the TRB token and handles minting Time Based Rewards to the Oracle contract on Ethereum mainnet.
Last updated