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 ($250.90)
Native
Value
$250.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $2,509.02 |
$250.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16151092 | 2 years ago | | | 0.1 | 0.0017985788 |
ABI
ABI objects
Getter at block 21090167
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)
0x001072a7d13ead3bb4b87abe76f577a09fd68604
challengerInfo() view returns (uint256 numUsers, uint256 totalAmount, uint256 decayMultiplier)
(numUsers=0, totalAmount=0, decayMultiplier=1000000000000000000)
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)
0
getTotalPendingWithdraw() view returns (uint256)
0
getTotalStaked() view returns (uint256)
100000000000000006
getVerifierBounty() view returns (uint256)
5000000000000000
lastUpdateBlock() view returns (uint256)
16151092
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=1, totalAmount=100000000000000006, decayMultiplier=1000000000000000000)
totalPaidOut() view returns (uint256)
0
verifier() view returns (address)
0x0000000000000000000000000000000000000000
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.