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 ($25,278.06)
Native
Value
$25,278.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.894726 | $2,554.70 |
$25,278.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14763642 | 2 years ago | | | 0 | 0.012377500 | |
| 14473252 | 3 years ago | | | 0 | 0.00065861996 | |
| 14428160 | 3 years ago | | | 0 | 0.00062779207 | |
| 14422799 | 3 years ago | | | 0 | 0.0013777487 | |
| 14417605 | 3 years ago | | | 0 | 0.0043968486 | |
| 14337190 | 3 years ago | | | 0 | 0.0022279627 | |
| 14330715 | 3 years ago | | | 0 | 0.0023193138 | |
| 14288191 | 3 years ago | | | 0.0025 | 0.0036237131 | |
| 14209293 | 3 years ago | | | 0 | 0.0011536354 | |
| 14198046 | 3 years ago | | | 0 | 0.0039022321 |
ABI
ABI objects
Getter at block 21087101
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)
0x4c008a686899f9a745c394a8c42d4a4cb89f23a5
challengerInfo() view returns (uint256 numUsers, uint256 totalAmount, uint256 decayMultiplier)
(numUsers=1, totalAmount=8574281231988949, decayMultiplier=857428123198893343)
eligibilityInfo() view returns (uint256 eligibleAmount)
0
factory() view returns (address)
0xa03492a9a663f04c51684a3c172fc9c4d7e02edc
failedBlock() view returns (uint256)
0
getTotalChallengerEligibleBalance() view returns (uint256)
0
getTotalChallengerStaked() view returns (uint256)
8574281231988949
getTotalPendingWithdraw() view returns (uint256)
500069333364092071
getTotalStaked() view returns (uint256)
9386082501957788945
getVerifierBounty() view returns (uint256)
494307591766094050
lastUpdateBlock() view returns (uint256)
14763642
lastVerifiedBlock() view returns (uint256)
0
numPaidOut() view returns (uint256)
0
numTimesVerified() view returns (uint256)
0
pendingFailure() view returns (bool)
false
stakingInfo() view returns (uint256 numUsers, uint256 totalAmount, uint256 decayMultiplier)
(numUsers=25, totalAmount=9386082501957788945, decayMultiplier=1000377429968836274)
totalPaidOut() view returns (uint256)
0
verifier() view returns (address)
0x0000000000000000000000000000000000000000
withdrawInfo() view returns (uint256 totalAmount)
500069333364092071
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.