Crowdsourcer
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0xeea0…b259
0x31ab…4594
0x99b3…af95
Balances ($0.00)
No balances found for "Crowdsourcer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7927230 | 5 years ago | | | 0 | 0.000050525000 |
ABI
ABI objects
Getter at block 21262168 getDisputeToken() view returns (address)
getAccounting() view returns (address)
0x31abfe4a41533728027ad744dd00b6fb3e954594
getDisputer() view returns (address)
0x99b3cf3fe56807a8b07efd420aa171261a97af95
getDisputerParams() view returns (address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid)
(market=0xd676d04dd8895c001557d6b8b49cc7851a811791, feeWindowId=2580, payoutNumerators=[5000, 5000], invalid=true)
getParent() view returns (address)
0x240c61c9ac8b87bc70813be9ba069c0b45e83c9a
getREP() view returns (address)
0x1985365e9f78359a9b6ad760e32412f4a445e862
hasDisputed() view returns (bool)
false
isFinalized() view returns (bool)
false
isInitialized() view returns (bool)
true
m_accounting() view returns (address)
0x31abfe4a41533728027ad744dd00b6fb3e954594
m_accountingFactory() view returns (address)
0x30dddd46a281c431638be6228a7fee20b1bedbf1
m_disputer() view returns (address)
0x99b3cf3fe56807a8b07efd420aa171261a97af95
m_disputerFactory() view returns (address)
0xeea0720d1d28dfb7b583d1d886668dc81367b259
m_disputerParams() view returns (address market, uint256 feeWindowId, bool invalid)
(market=0xd676d04dd8895c001557d6b8b49cc7851a811791, feeWindowId=2580, invalid=true)
m_feesCollected() view returns (bool)
false
m_isInitialized() view returns (bool)
true
m_parent() view returns (address)
0x240c61c9ac8b87bc70813be9ba069c0b45e83c9a
Read-only
m_proceedsCollected(address) view returns (bool)
State-modifying
Events contribute(uint128 amount, uint128 feeNumerator)
finalize()
initialize()
withdrawContribution()
withdrawFees()
withdrawProceeds(address contributor)
ContributionAccepted(address contributor, uint128 amount, uint128 feeNumerator)
ContributionWithdrawn(address contributor, uint128 amount)
CrowdsourcerFinalized(uint128 amountDisputeTokensAcquired)
FeesWithdrawn(address contractAuthor, address executor, uint128 contractAuthorAmount, uint128 executorAmount)
Initialized()
ProceedsWithdrawn(address contributor, uint128 disputeTokensAmount, uint128 repAmount)
constructor(address parent, address accountingFactory, address disputerFactory, address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid)
This contract contains no fallback and receive objects.
This contract contains no error objects.