ArbitrableTokenList
Verified contract
Active on
Ethereum with 3,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,136.20)
Native
Value
$6,136.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.93 | $3,179.38 |
$6,136.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18695782 | a year ago | | | 0.1595 | 0.015951346 | |
| 18677503 | a year ago | | | 0.1595 | 0.017323884 | |
| 18592724 | a year ago | | | 0.1595 | 0.025524547 | |
| 18350017 | a year ago | | | 0.1595 | 0.0040057389 | |
| 18309527 | a year ago | | | 0 | 0.00053707536 | |
| 18271910 | a year ago | | | 0.1595 | 0.0092771805 | |
| 17927890 | a year ago | | | 0.1595 | 0.020026723 | |
| 17855472 | a year ago | | | 0.1595 | 0.0065727150 | |
| 17572096 | a year ago | | | 0.1595 | 0.013225734 | |
| 17535846 | a year ago | | | 0.1595 | 0.012436724 |
ABI
ABI objects
Getter at block 21161763 countByStatus() view returns (uint256 absent, uint256 registered, uint256 registrationRequest, uint256 clearingRequest, uint256 challengedRegistrationRequest, uint256 challengedClearingRequest)
MULTIPLIER_DIVISOR() view returns (uint256)
10000
arbitrator() view returns (address)
0x988b3a538b618c7a603e1c11ab82cd16dbe28069
arbitratorExtraData() view returns (bytes)
0x00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000003
challengePeriodDuration() view returns (uint256)
453600
challengerBaseDeposit() view returns (uint256)
0
governor() view returns (address)
0xe5bcea6f87aaee4a81f64dfdb4d30d400e0e5cf4
loserStakeMultiplier() view returns (uint256)
10000
metaEvidenceUpdates() view returns (uint256)
8
requesterBaseDeposit() view returns (uint256)
110000000000000000
sharedStakeMultiplier() view returns (uint256)
5000
tokenCount() view returns (uint256 count)
1621
winnerStakeMultiplier() view returns (uint256)
5000
Read-only
addressToSubmissions(address, uint256) view returns (bytes32)
amountWithdrawable(bytes32 _tokenID, address _beneficiary, uint256 _request) view returns (uint256 total)
arbitratorDisputeIDToTokenID(address, uint256) view returns (bytes32)
getContributions(bytes32 _tokenID, uint256 _request, uint256 _round, address _contributor) view returns (uint256[3] contributions)
getRequestInfo(bytes32 _tokenID, uint256 _request) view returns (bool disputed, uint256 disputeID, uint256 submissionTime, bool resolved, address[3] parties, uint256 numberOfRounds, uint8 ruling, address arbitrator, bytes arbitratorExtraData)
getRoundInfo(bytes32 _tokenID, uint256 _request, uint256 _round) view returns (bool appealed, uint256[3] paidFees, bool[3] hasPaid, uint256 feeRewards)
getTokenInfo(bytes32 _tokenID) view returns (string name, string ticker, address addr, string symbolMultihash, uint8 status, uint256 numberOfRequests)
isPermitted(bytes32 _tokenID) view returns (bool allowed)
queryTokens(bytes32 _cursor, uint256 _count, bool[8] _filter, bool _oldestFirst, address _tokenAddr) view returns (bytes32[] values, bool hasMore)
tokens(bytes32) view returns (string name, string ticker, address addr, string symbolMultihash, uint8 status)
tokensList(uint256) view returns (bytes32)
State-modifying
Events batchRequestWithdraw(address _beneficiary, bytes32 _tokenID, uint256 _cursor, uint256 _count, uint256 _roundCursor, uint256 _roundCount)
batchRoundWithdraw(address _beneficiary, bytes32 _tokenID, uint256 _request, uint256 _cursor, uint256 _count)
challengeRequest(bytes32 _tokenID, string _evidence) payable
changeArbitrator(address _arbitrator, bytes _arbitratorExtraData)
changeChallengerBaseDeposit(uint256 _challengerBaseDeposit)
changeGovernor(address _governor)
changeLoserStakeMultiplier(uint256 _loserStakeMultiplier)
changeMetaEvidence(string _registrationMetaEvidence, string _clearingMetaEvidence)
changeRequesterBaseDeposit(uint256 _requesterBaseDeposit)
changeSharedStakeMultiplier(uint256 _sharedStakeMultiplier)
changeTimeToChallenge(uint256 _challengePeriodDuration)
changeWinnerStakeMultiplier(uint256 _winnerStakeMultiplier)
executeRequest(bytes32 _tokenID)
fundAppeal(bytes32 _tokenID, uint8 _side) payable
requestStatusChange(string _name, string _ticker, address _addr, string _symbolMultihash) payable
rule(uint256 _disputeID, uint256 _ruling)
submitEvidence(bytes32 _tokenID, string _evidence)
withdrawFeesAndRewards(address _beneficiary, bytes32 _tokenID, uint256 _request, uint256 _round)
Dispute(address indexed _arbitrator, uint256 indexed _disputeID, uint256 _metaEvidenceID, uint256 _evidenceGroupID)
Evidence(address indexed _arbitrator, uint256 indexed _evidenceGroupID, address indexed _party, string _evidence)
MetaEvidence(uint256 indexed _metaEvidenceID, string _evidence)
RequestSubmitted(bytes32 indexed _tokenID, bool _registrationRequest)
RewardWithdrawal(bytes32 indexed _tokenID, address indexed _contributor, uint256 indexed _request, uint256 _round, uint256 _value)
Ruling(address indexed _arbitrator, uint256 indexed _disputeID, uint256 _ruling)
TokenStatusChange(address indexed _requester, address indexed _challenger, bytes32 indexed _tokenID, uint8 _status, bool _disputed, bool _appealed)
TokenSubmitted(string _name, string _ticker, string _symbolMultihash, address indexed _address)
constructor(address _arbitrator, bytes _arbitratorExtraData, string _registrationMetaEvidence, string _clearingMetaEvidence, address _governor, uint256 _requesterBaseDeposit, uint256 _challengerBaseDeposit, uint256 _challengePeriodDuration, uint256 _sharedStakeMultiplier, uint256 _winnerStakeMultiplier, uint256 _loserStakeMultiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.