SyscoinClaimManager
Verified contract
Active on
Ethereum with 1,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x94bb…2619
Balances ($3,116.32)
Native
Value
$3,116.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.933546 | $3,338.15 |
$3,116.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7946928 | 5 years ago | | | 0 | 0.00016424000 | |
| 7946928 | 5 years ago | | | <0.00000001 | 0.00013855000 | |
| 7946926 | 5 years ago | | | 0 | 0.00016424000 | |
| 7946926 | 5 years ago | | | <0.00000001 | 0.00013855000 | |
| 7946924 | 5 years ago | | | 0 | 0.00016424000 | |
| 7946924 | 5 years ago | | | <0.00000001 | 0.00013855000 | |
| 7946922 | 5 years ago | | | 0 | 0.00016424000 | |
| 7946921 | 5 years ago | | | <0.00000001 | 0.00013855000 | |
| 7946918 | 5 years ago | | | 0 | 0.00016424000 | |
| 7946918 | 5 years ago | | | <0.00000001 | 0.00013855000 |
ABI
ABI objects
Getter at block 21169078
battleReward() view returns (uint256)
1000000000000000000
challengeCost() view returns (uint256)
34000
minChallengeDeposit() view returns (uint256)
1000000000000440000
minProposalDeposit() view returns (uint256)
1000000000000034000
minReward() view returns (uint256)
1000000000000000000
respondBlockHeaderCost() view returns (uint256)
40000
respondMerkleRootHashesCost() view returns (uint256)
378000
superblockConfirmations() view returns (uint256)
3
superblockCost() view returns (uint256)
440000
superblockDelay() view returns (uint256)
10800
superblockTimeout() view returns (uint256)
600
trustedSuperblocks() view returns (address)
0xced7ce5c336bb31f35bc5bdc86c651c7136b3825
trustedSyscoinBattleManager() view returns (address)
0x94bb1afd55616daae06c5014d083f506c5a02619
verifySuperblockCost() view returns (uint256)
220000
Read-only
claims(bytes32) view returns (bytes32 superblockHash, address submitter, uint256 createdAt, uint256 currentChallenger, uint256 challengeTimeout, bool verificationOngoing, bool decided, bool invalid)
deposits(address) view returns (uint256)
getBondedDeposit(bytes32 superblockHash, address account) view returns (uint256)
getClaimChallengeTimeout(bytes32 superblockHash) view returns (uint256)
getClaimChallengers(bytes32 superblockHash) view returns (address[])
getClaimDecided(bytes32 superblockHash) view returns (bool)
getClaimExists(bytes32 superblockHash) view returns (bool)
getClaimInvalid(bytes32 superblockHash) view returns (bool)
getClaimRemainingChallengers(bytes32 superblockHash) view returns (uint256)
getClaimSubmitter(bytes32 superblockHash) view returns (address)
getClaimVerificationOngoing(bytes32 superblockHash) view returns (bool)
getDeposit(address account) view returns (uint256)
getInBattleAndSemiApprovable(bytes32 superblockHash) view returns (bool)
getNewSuperblockEventTimestamp(bytes32 superblockHash) view returns (uint256)
getSession(bytes32 superblockHash, address challenger) view returns (bytes32)
State-modifying
Events bondDeposit(bytes32 superblockHash, address account, uint256 amount) returns (uint256, uint256)
challengeSuperblock(bytes32 superblockHash) returns (uint256, bytes32)
checkClaimFinished(bytes32 superblockHash) returns (bool)
confirmClaim(bytes32 superblockHash, bytes32 descendantId) returns (bool)
makeDeposit() payable returns (uint256)
proposeSuperblock(bytes32 _blocksMerkleRoot, uint256 _accumulatedWork, uint256 _timestamp, uint256 _prevTimestamp, bytes32 _lastHash, uint32 _lastBits, bytes32 _parentHash, uint32 _blockHeight) returns (uint256, bytes32)
rejectClaim(bytes32 superblockHash) returns (bool)
sessionDecided(bytes32 sessionId, bytes32 superblockHash, address winner, address loser)
withdrawDeposit(uint256 amount) returns (uint256)
DepositBonded(bytes32 superblockHash, address account, uint256 amount)
DepositMade(address who, uint256 amount)
DepositUnbonded(bytes32 superblockHash, address account, uint256 amount)
DepositWithdrawn(address who, uint256 amount)
ErrorClaim(bytes32 superblockHash, uint256 err)
SuperblockBattleDecided(bytes32 sessionId, address winner, address loser)
SuperblockClaimChallenged(bytes32 superblockHash, address challenger)
SuperblockClaimCreated(bytes32 superblockHash, address submitter)
SuperblockClaimFailed(bytes32 superblockHash, address submitter)
SuperblockClaimPending(bytes32 superblockHash, address submitter)
SuperblockClaimSuccessful(bytes32 superblockHash, address submitter)
VerificationGameStarted(bytes32 superblockHash, address submitter, address challenger, bytes32 sessionId)
constructor(address _superblocks, address _syscoinBattleManager, uint256 _superblockDelay, uint256 _superblockTimeout, uint256 _superblockConfirmations, uint256 _battleReward)
fallback()
This contract contains no error objects.