RealitioERC20
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLK | ERC-20 | 61 | $0.028968 |
$1.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15501707 | 2 years ago | | | 0 | 0.00062167291 | |
| 15439494 | 2 years ago | | | 0 | 0.00094032253 | |
| 14299672 | 3 years ago | | | 0 | 0.0051050696 | |
| 14286812 | 3 years ago | | | 0 | 0.0044978428 | |
| 14260881 | 3 years ago | | | 0 | 0.0034590602 | |
| 14250883 | 3 years ago | | | 0 | 0.017919798 | |
| 14197253 | 3 years ago | | | 0 | 0.0029032887 | |
| 14145150 | 3 years ago | | | 0 | 0.0033358045 | |
| 14143998 | 3 years ago | | | 0 | 0.0045499710 | |
| 14138767 | 3 years ago | | | 0 | 0.0070794993 |
ABI
ABI objects
Getter at block 21394601
token() view returns (address)
0xd478161c952357f05f0292b56012cd8457f1cfbf
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) returns (bytes32)
askQuestionERC20(uint256 template_id, string question, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce, uint256 tokens) 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) returns (bytes32)
fundAnswerBountyERC20(bytes32 question_id, uint256 tokens)
notifyOfArbitrationRequest(bytes32 question_id, address requester, uint256 max_previous)
setQuestionFee(uint256 fee)
setToken(address _token)
submitAnswerByArbitrator(bytes32 question_id, bytes32 answer, address answerer)
submitAnswerCommitmentERC20(bytes32 question_id, bytes32 answer_hash, uint256 max_previous, address _answerer, uint256 tokens)
submitAnswerERC20(bytes32 question_id, bytes32 answer, uint256 max_previous, uint256 tokens)
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.