Submit Value
transaction that was disputed. Click the Logs tab and copy the _queryId. contract
tab. Click the Read Contract
Button. Click on function 6 getOpenDisputesOnId
. Input the queryId and click Query for a list of open disputes on that QueryID.queryId
in a short period of time, the disputeId can be cross checked by entering the disputeID
in the getDisputeInfo
function.Write Contract
button. Log into your Web3 compatible wallet and Click Connect to Web3
with the address that holds your tellor voting power. Click function 9. vote
. _disputeID
: Enter the disputeID
from step 1._supports (bool)
: Here is where you can choose whether or not to support the dispute. Enter true
if you wish to vote in favor of the disputer. Enter false
if you wish to vote on the side of the reporter._invalidQuery
: If you believe that the dispute was invalid and there is no clear correct option, enter true
here. Otherwise, input false
. executeVote
. After this function is called, the winner of the dispute receives the locked TRB tokens. executeVote
. disputeID
from step one and click Write to sign the transaction.