The adChain Registry
Verified contract
Active on
Ethereum with 903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4b2…7975
0xfa50…cd8d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADT | ERC-20 | 844.275829K | -- | -- | |
ETY | ERC-20 | 100 | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12218204 | 4 years ago | | | 0 | 0.0026275600 | |
| 8427829 | 5 years ago | | | 0 | 0.000079233000 | |
| 8427828 | 5 years ago | | | 0 | 0.000097038000 | |
| 8294184 | 5 years ago | | | 0 | 0.00010470400 | |
| 7991847 | 5 years ago | | | 0 | 0.0018190800 | |
| 7991843 | 5 years ago | | | 0 | 0.0020890800 | |
| 7991842 | 5 years ago | | | 0 | 0.0020890800 | |
| 7991840 | 5 years ago | | | 0 | 0.0020890800 | |
| 7991837 | 5 years ago | | | 0 | 0.0020890800 | |
| 7991835 | 5 years ago | | | 0 | 0.0020890800 |
ABI
ABI objects
Getter at block 21160363
name() view returns (string)
The adChain Registry
parameterizer() view returns (address)
0xfa50c2d5f53b42212b350a0ce82e1411fe25cd8d
token() view returns (address)
0xd0d6d6c5fe4a677d343cc433536bb717bae167dd
voting() view returns (address)
0xb4b26709ffed2cd165b9b49eea1ac38d133d7975
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)
listings(bytes32) view returns (uint256 applicationExpiry, bool whitelisted, address owner, uint256 unstakedDeposit, uint256 challengeID)
tokenClaims(uint256 _challengeID, address _voter) view returns (bool)
voterReward(address _voter, uint256 _challengeID, uint256 _salt) view returns (uint256)
State-modifying
Events apply(bytes32 _listingHash, uint256 _amount, string _data)
challenge(bytes32 _listingHash, string _data) returns (uint256 challengeID)
claimReward(uint256 _challengeID, uint256 _salt)
deposit(bytes32 _listingHash, uint256 _amount)
exit(bytes32 _listingHash)
updateStatus(bytes32 _listingHash)
withdraw(bytes32 _listingHash, uint256 _amount)
_Application(bytes32 indexed listingHash, uint256 deposit, uint256 appEndDate, string data, address indexed applicant)
_ApplicationRemoved(bytes32 indexed listingHash)
_ApplicationWhitelisted(bytes32 indexed listingHash)
_Challenge(bytes32 indexed listingHash, uint256 challengeID, string data, uint256 commitEndDate, uint256 revealEndDate, address indexed challenger)
_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, address indexed owner)
_ListingRemoved(bytes32 indexed listingHash)
_ListingWithdrawn(bytes32 indexed listingHash)
_RewardClaimed(uint256 indexed challengeID, uint256 reward, address indexed voter)
_TouchAndRemoved(bytes32 indexed listingHash)
_Withdrawal(bytes32 indexed listingHash, uint256 withdrew, uint256 newTotal, address indexed owner)
constructor(address _tokenAddr, address _plcrAddr, address _paramsAddr, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.