Registry
Verified contract
Active on
Ethereum with 28,542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66f2…4b7b
0xbaba…37e9
Balances ($7,359.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOAM | ERC-20 | 1.168102M | $0.0063 |
$7,359.39 | |
CCTC | ERC-20 | 1.406K | -- | -- | |
ROTO | ERC-20 | 687.115163 | -- | -- | |
CBTV | ERC-20 | 105.4 | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20695620 | 2 months ago | | | 0 | 0.00032270402 | |
| 20679781 | 2 months ago | | | 0 | 0.0014789237 | |
| 20296219 | 4 months ago | | | 0 | 0.000057706901 | |
| 20296215 | 4 months ago | | | 0 | 0.000056854120 | |
| 20289880 | 4 months ago | | | 0 | 0.00011761865 | |
| 20268650 | 4 months ago | | | 0 | 0.00054545295 | |
| 20268540 | 4 months ago | | | 0 | 0.00050106256 | |
| 20268388 | 4 months ago | | | 0 | 0.00084648345 | |
| 20118243 | 5 months ago | | | 0 | 0.00079163407 | |
| 19857006 | 6 months ago | | | 0 | 0.00010039547 |
ABI
ABI objects
Getter at block 21160750
parameterizer() view returns (address)
0xbaba8fbe1169fba058ca253236522a0d1f1737e9
token() view returns (address)
0x4946fcea7c692606e8908002e55a582af44ac121
version() view returns (string)
1
voting() view returns (address)
0x66f27365d66c0e8ad4ef87db8cb4af63ce874b7b
Read-only
appWasMade(bytes32 _listingHash) view returns (bool exists)
canBeWhitelisted(bytes32 _listingHash) view returns (bool)
challengeCanBeResolved(bytes32 _listingHash) view returns (bool)
challengeExists(bytes32 _listingHash) view returns (bool)
challenges(uint256) view returns (uint256 rewardPool, address challenger, bool resolved, uint256 stake, uint256 totalTokens)
determineReward(uint256 _challengeID) view returns (uint256)
isWhitelisted(bytes32 _listingHash) view returns (bool whitelisted)
listingExists(bytes32 listingHash) view returns (bool)
listings(bytes32) view returns (uint256 applicationExpiry, bool whitelisted, address owner, uint256 unstakedDeposit, uint256 challengeID)
numApplications(address) view returns (uint256)
tokenClaims(uint256 _challengeID, address _voter) view returns (bool)
totalStaked(address) view returns (uint256)
voterReward(address _voter, uint256 _challengeID, uint256 _salt) view returns (uint256)
State-modifying
Events apply(bytes32 _listingHash, uint256 _amount, string _data)
challenge(bytes32 _listingHash, uint256 _deposit, string _data) returns (uint256 challengeID)
claimReward(uint256 _challengeID, uint256 _salt)
deposit(bytes32 _listingHash, uint256 _amount)
exit(bytes32 _listingHash)
migrateListing(bytes32 listingHash)
updateStatus(bytes32 _listingHash)
withdraw(bytes32 _listingHash, uint256 _amount)
_Application(bytes32 indexed listingHash, uint256 deposit, uint256 appEndDate, string data)
_ApplicationRemoved(bytes32 indexed listingHash)
_ApplicationWhitelisted(bytes32 indexed listingHash)
_Challenge(bytes32 indexed listingHash, uint256 challengeID, uint256 deposit, string data)
_ChallengeFailed(bytes32 indexed listingHash, uint256 indexed challengeID, uint256 rewardPool, uint256 totalTokens)
_ChallengeSucceeded(bytes32 indexed listingHash, uint256 indexed challengeID, uint256 rewardPool, uint256 totalTokens)
_Deposit(bytes32 indexed listingHash, uint256 added, uint256 newTotal)
_ListingMigrated(bytes32 indexed listingHash, address newRegistry)
_ListingRemoved(bytes32 indexed listingHash)
_ListingWithdrawn(bytes32 indexed listingHash)
_RewardClaimed(uint256 indexed challengeID, uint256 reward, address voter)
_TouchAndRemoved(bytes32 indexed listingHash)
_Withdrawal(bytes32 indexed listingHash, uint256 withdrew, uint256 newTotal)
constructor(address _tokenAddr, address _plcrAddr, address _paramsAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.