CrowdsourcerFactory
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeea0…b259
Balances ($0.00)
No balances found for "CrowdsourcerFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7927150 | 5 years ago | | | 0 | 0.0048147190 | |
| 7857540 | 5 years ago | | | 0 | 0.0063121512 | |
| 7677906 | 6 years ago | | | 0 | 0.0056144572 | |
| 7677593 | 6 years ago | | | 0 | 0.0048566820 | |
| 7587692 | 6 years ago | | | 0 | 0.0073279800 | |
| 7587687 | 6 years ago | | | 0 | 0.0073504800 | |
| 7541246 | 6 years ago | | | 0 | 0.0023998915 | |
| 7540813 | 6 years ago | | | 0 | 0.0025330880 | |
| 7404358 | 6 years ago | | | 0 | 0.010052788 | |
| 7399836 | 6 years ago | | | 0 | 0.015502404 |
ABI
ABI objects
Getter at block 21288999
getContractFeeReceiver() view returns (address)
0x2404a39e447d0c8b417049fc42b468a26990b4cc
m_accountingFactory() view returns (address)
0x30dddd46a281c431638be6228a7fee20b1bedbf1
m_disputerFactory() view returns (address)
0xeea0720d1d28dfb7b583d1d886668dc81367b259
m_feeCollector() view returns (address)
0x2404a39e447d0c8b417049fc42b468a26990b4cc
Read-only
findCrowdsourcer(uint256 feeWindowId, uint256 startFrom, uint256 minFeesOffered, address[] exclude) view returns (uint256, address)
getNumCrowdsourcers(uint256 feeWindowId) view returns (uint256)
hashParams(address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid) pure returns (bytes32)
m_crowdsourcers(bytes32) view returns (address)
maybeGetCrowdsourcer(address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid) view returns (address)
State-modifying
Events getCrowdsourcer(address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid) returns (address)
getInitializedCrowdsourcer(address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid) returns (address)
transferFeeCollection(address recipient)
CrowdsourcerCreated(address crowdsourcer, address market, uint256 feeWindowId, uint256[] payoutNumerators, bool invalid)
constructor(address accountingFactory, address disputerFactory, address feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.