Contracts Overview
Last updated
Last updated
The Signum contracts are modular, but together comprise the core functionality of the Signum oracle.
Pulsechain - Official Deployment
SignumTestToken:
SignumTestFlex:
AutopayTest:
GovernanceTest:
QueryDataStorageTest:
The Oracle contract handles staking, reporting, and reading data. Accounts stake STT (Test Token) 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 STT (Test Token) token and handles minting Time Based Rewards to the Oracle contract on Pulsechain mainnet.