GeneralizedTCR
Verified contract
Active on
Ethereum with 1,609 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $2,523.32 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13368721 | 3 years ago | | | 0 | 0.0091024105 | |
| 13368159 | 3 years ago | | | 0 | 0.011038958 | |
| 13346131 | 3 years ago | | | 0.164 | 0.014728811 | |
| 13345635 | 3 years ago | | | 0.164 | 0.015255960 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 | |
| 13339637 | 3 years ago | | | 0 | 0.0036797029 |
ABI
ABI objects
Getter at block 21094303
MULTIPLIER_DIVISOR() view returns (uint256)
10000
arbitrator() view returns (address)
0x988b3a538b618c7a603e1c11ab82cd16dbe28069
arbitratorExtraData() view returns (bytes)
0x00000000000000000000000000000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000003
challengePeriodDuration() view returns (uint256)
302400
governor() view returns (address)
0x595fe42383a783180a0f77ed672efa0090d7623a
itemCount() view returns (uint256 count)
651
loserStakeMultiplier() view returns (uint256)
10000
metaEvidenceUpdates() view returns (uint256)
4
removalBaseDeposit() view returns (uint256)
60000000000000000
removalChallengeBaseDeposit() view returns (uint256)
30000000000000000
sharedStakeMultiplier() view returns (uint256)
5000
submissionBaseDeposit() view returns (uint256)
80000000000000000
submissionChallengeBaseDeposit() view returns (uint256)
30000000000000000
winnerStakeMultiplier() view returns (uint256)
5000
Read-only
arbitratorDisputeIDToItem(address, uint256) view returns (bytes32)
getContributions(bytes32 _itemID, uint256 _request, uint256 _round, address _contributor) view returns (uint256[3] contributions)
getItemInfo(bytes32 _itemID) view returns (bytes data, uint8 status, uint256 numberOfRequests)
getRequestInfo(bytes32 _itemID, uint256 _request) view returns (bool disputed, uint256 disputeID, uint256 submissionTime, bool resolved, address[3] parties, uint256 numberOfRounds, uint8 ruling, address arbitrator, bytes arbitratorExtraData, uint256 metaEvidenceID)
getRoundInfo(bytes32 _itemID, uint256 _request, uint256 _round) view returns (bool appealed, uint256[3] amountPaid, bool[3] hasPaid, uint256 feeRewards)
itemIDtoIndex(bytes32) view returns (uint256)
itemList(uint256) view returns (bytes32)
items(bytes32) view returns (bytes data, uint8 status)
State-modifying
Events addItem(bytes _item) payable
challengeRequest(bytes32 _itemID, string _evidence) payable
changeArbitrator(address _arbitrator, bytes _arbitratorExtraData)
changeConnectedTCR(address _connectedTCR)
changeGovernor(address _governor)
changeLoserStakeMultiplier(uint256 _loserStakeMultiplier)
changeMetaEvidence(string _registrationMetaEvidence, string _clearingMetaEvidence)
changeRemovalBaseDeposit(uint256 _removalBaseDeposit)
changeRemovalChallengeBaseDeposit(uint256 _removalChallengeBaseDeposit)
changeSharedStakeMultiplier(uint256 _sharedStakeMultiplier)
changeSubmissionBaseDeposit(uint256 _submissionBaseDeposit)
changeSubmissionChallengeBaseDeposit(uint256 _submissionChallengeBaseDeposit)
changeTimeToChallenge(uint256 _challengePeriodDuration)
changeWinnerStakeMultiplier(uint256 _winnerStakeMultiplier)
executeRequest(bytes32 _itemID)
fundAppeal(bytes32 _itemID, uint8 _side) payable
removeItem(bytes32 _itemID, string _evidence) payable
rule(uint256 _disputeID, uint256 _ruling)
submitEvidence(bytes32 _itemID, string _evidence)
withdrawFeesAndRewards(address _beneficiary, bytes32 _itemID, uint256 _request, uint256 _round)
AppealContribution(bytes32 indexed _itemID, address indexed _contributor, uint256 indexed _request, uint256 _round, uint256 _amount, uint8 _side)
ConnectedTCRSet(address indexed _connectedTCR)
Dispute(address indexed _arbitrator, uint256 indexed _disputeID, uint256 _metaEvidenceID, uint256 _evidenceGroupID)
Evidence(address indexed _arbitrator, uint256 indexed _evidenceGroupID, address indexed _party, string _evidence)
HasPaidAppealFee(bytes32 indexed _itemID, uint256 indexed _request, uint256 indexed _round, uint8 _side)
ItemStatusChange(bytes32 indexed _itemID, uint256 indexed _requestIndex, uint256 indexed _roundIndex, bool _disputed, bool _resolved)
ItemSubmitted(bytes32 indexed _itemID, address indexed _submitter, uint256 indexed _evidenceGroupID, bytes _data)
MetaEvidence(uint256 indexed _metaEvidenceID, string _evidence)
RequestEvidenceGroupID(bytes32 indexed _itemID, uint256 indexed _requestIndex, uint256 indexed _evidenceGroupID)
RequestSubmitted(bytes32 indexed _itemID, uint256 indexed _requestIndex, uint8 indexed _requestType)
Ruling(address indexed _arbitrator, uint256 indexed _disputeID, uint256 _ruling)
constructor(address _arbitrator, bytes _arbitratorExtraData, address _connectedTCR, string _registrationMetaEvidence, string _clearingMetaEvidence, address _governor, uint256 _submissionBaseDeposit, uint256 _removalBaseDeposit, uint256 _submissionChallengeBaseDeposit, uint256 _removalChallengeBaseDeposit, uint256 _challengePeriodDuration, uint256[3] _stakeMultipliers)
This contract contains no fallback and receive objects.
This contract contains no error objects.