Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($16.18)
Native
Value
$16.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006437 | $2,514.27 |
$16.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20822988 | a month ago | | | 0 | 0.0011593030 | |
| 20822983 | a month ago | | | 0 | 0.0016254551 | |
| 20822980 | a month ago | | | 0 | 0.0052342254 | |
| 20822973 | a month ago | | | 0.5 | 0.0015238219 | |
| 20822966 | a month ago | | | 0.4 | 0.0029676562 | |
| 20822957 | a month ago | | | 0.08 | 0.0034038713 | |
| 15989621 | 2 years ago | | | 0.01 | 0.0027028723 | |
| 15922493 | 2 years ago | | | 0.1 | 0.0039804984 |
ABI
ABI objects
Getter at block 21090106
CHALLENGER_BLOCK_DELAY() view returns (uint8)
12
DECAY_RATE_PER_BLOCK() view returns (uint256)
100000000000
MIN_CHALLENGER_STAKE() view returns (uint256)
10000000000000000
UNSTAKE_DELAY() view returns (uint256)
86400
VERIFIER_BOUNTY() view returns (uint256)
5
anteTest() view returns (address)
0x1a53b3500216d547186c833c35f39a82053b7223
challengerInfo() view returns (uint256 numUsers, uint256 totalAmount, uint256 decayMultiplier)
(numUsers=3, totalAmount=985165558117017866, decayMultiplier=516665211668184165)
eligibilityInfo() view returns (uint256 eligibleAmount)
405166092116877862
factory() view returns (address)
0xa03492a9a663f04c51684a3c172fc9c4d7e02edc
failedBlock() view returns (uint256)
20822980
getTotalChallengerEligibleBalance() view returns (uint256)
405166092116877862
getTotalChallengerStaked() view returns (uint256)
985165558117017866
getTotalPendingWithdraw() view returns (uint256)
0
getTotalStaked() view returns (uint256)
104834441882982164
getVerifierBounty() view returns (uint256)
5241722094149108
lastUpdateBlock() view returns (uint256)
20822980
lastVerifiedBlock() view returns (uint256)
20822980
numPaidOut() view returns (uint256)
2
numTimesVerified() view returns (uint256)
1
pendingFailure() view returns (bool)
true
stakingInfo() view returns (uint256 numUsers, uint256 totalAmount, uint256 decayMultiplier)
(numUsers=1, totalAmount=104834441882982164, decayMultiplier=1048344418829821574)
totalPaidOut() view returns (uint256)
1083563347884516111
verifier() view returns (address)
0xd0670bdab37812660b462259b56c27cc25dd5e41
withdrawInfo() view returns (uint256 totalAmount)
0
Read-only
getChallengerPayout(address challenger) view returns (uint256)
getCheckTestAllowedBlock(address _user) view returns (uint256)
getPendingWithdrawAllowedTime(address _user) view returns (uint256)
getPendingWithdrawAmount(address _user) view returns (uint256)
getStoredBalance(address _user, bool isChallenger) view returns (uint256)
getUserStartAmount(address _user, bool isChallenger) view returns (uint256)
State-modifying
Events cancelPendingWithdraw()
checkTest()
claim()
initialize(address _anteTest)
stake(bool isChallenger) payable
unstake(uint256 amount, bool isChallenger)
unstakeAll(bool isChallenger)
updateDecay()
withdrawStake()
CancelWithdraw(address indexed staker, uint256 amount)
ClaimPaid(address indexed claimer, uint256 amount)
FailureOccurred(address indexed checker)
Stake(address indexed staker, uint256 amount, bool indexed isChallenger)
TestChecked(address indexed checker)
Unstake(address indexed staker, uint256 amount, bool indexed isChallenger)
WithdrawStake(address indexed staker, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.