Realitio
Verified contract
Active on
Ethereum with 1,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$8,761.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.859924 | $3,063.59 |
$8,761.64 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20644215 | 3 months ago | | | 0.000001 | 0.000079641646 | |
| 20644214 | 3 months ago | | | 0.000001 | 0.000092949042 | |
| 20644213 | 3 months ago | | | 0.000001 | 0.000079678705 | |
| 20644212 | 3 months ago | | | 0.000001 | 0.000077483678 | |
| 20644211 | 3 months ago | | | 0.000001 | 0.000073931631 | |
| 20644210 | 3 months ago | | | 0.000001 | 0.000076569822 | |
| 20644209 | 3 months ago | | | 0.000001 | 0.000080027395 | |
| 20644208 | 3 months ago | | | 0.000001 | 0.000080763908 | |
| 20644207 | 3 months ago | | | 0.000001 | 0.000077972727 | |
| 20644206 | 3 months ago | | | 0.000001 | 0.000076142552 |
ABI
ABI objects
Getter at block 21214561
This contract contains no getter function objects.
Read-only
arbitrator_question_fees(address) view returns (uint256)
balanceOf(address) view returns (uint256)
commitments(bytes32) view returns (uint32 reveal_ts, bool is_revealed, bytes32 revealed_answer)
getArbitrator(bytes32 question_id) view returns (address)
getBestAnswer(bytes32 question_id) view returns (bytes32)
getBond(bytes32 question_id) view returns (uint256)
getBounty(bytes32 question_id) view returns (uint256)
getContentHash(bytes32 question_id) view returns (bytes32)
getFinalAnswer(bytes32 question_id) view returns (bytes32)
getFinalAnswerIfMatches(bytes32 question_id, bytes32 content_hash, address arbitrator, uint32 min_timeout, uint256 min_bond) view returns (bytes32)
getFinalizeTS(bytes32 question_id) view returns (uint32)
getHistoryHash(bytes32 question_id) view returns (bytes32)
getOpeningTS(bytes32 question_id) view returns (uint32)
getTimeout(bytes32 question_id) view returns (uint32)
isFinalized(bytes32 question_id) view returns (bool)
isPendingArbitration(bytes32 question_id) view returns (bool)
question_claims(bytes32) view returns (address payee, uint256 last_bond, uint256 queued_funds)
questions(bytes32) view returns (bytes32 content_hash, address arbitrator, uint32 opening_ts, uint32 timeout, uint32 finalize_ts, bool is_pending_arbitration, uint256 bounty, bytes32 best_answer, bytes32 history_hash, uint256 bond)
resultFor(bytes32 question_id) view returns (bytes32)
template_hashes(uint256) view returns (bytes32)
templates(uint256) view returns (uint256)
State-modifying
Events askQuestion(uint256 template_id, string question, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce) payable returns (bytes32)
claimMultipleAndWithdrawBalance(bytes32[] question_ids, uint256[] lengths, bytes32[] hist_hashes, address[] addrs, uint256[] bonds, bytes32[] answers)
claimWinnings(bytes32 question_id, bytes32[] history_hashes, address[] addrs, uint256[] bonds, bytes32[] answers)
createTemplate(string content) returns (uint256)
createTemplateAndAskQuestion(string content, string question, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce) payable returns (bytes32)
fundAnswerBounty(bytes32 question_id) payable
notifyOfArbitrationRequest(bytes32 question_id, address requester, uint256 max_previous)
setQuestionFee(uint256 fee)
submitAnswer(bytes32 question_id, bytes32 answer, uint256 max_previous) payable
submitAnswerByArbitrator(bytes32 question_id, bytes32 answer, address answerer)
submitAnswerCommitment(bytes32 question_id, bytes32 answer_hash, uint256 max_previous, address _answerer) payable
submitAnswerReveal(bytes32 question_id, bytes32 answer, uint256 nonce, uint256 bond)
withdraw()
LogAnswerReveal(bytes32 indexed question_id, address indexed user, bytes32 indexed answer_hash, bytes32 answer, uint256 nonce, uint256 bond)
LogClaim(bytes32 indexed question_id, address indexed user, uint256 amount)
LogFinalize(bytes32 indexed question_id, bytes32 indexed answer)
LogFundAnswerBounty(bytes32 indexed question_id, uint256 bounty_added, uint256 bounty, address indexed user)
LogNewAnswer(bytes32 answer, bytes32 indexed question_id, bytes32 history_hash, address indexed user, uint256 bond, uint256 ts, bool is_commitment)
LogNewQuestion(bytes32 indexed question_id, address indexed user, uint256 template_id, string question, bytes32 indexed content_hash, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce, uint256 created)
LogNewTemplate(uint256 indexed template_id, address indexed user, string question_text)
LogNotifyOfArbitrationRequest(bytes32 indexed question_id, address indexed user)
LogSetQuestionFee(address arbitrator, uint256 amount)
LogWithdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.