Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
0x5425…bb6c
1 additional
variable
Balances ($38.22)
Native
Value
$38.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01033 | $3,700.18 |
$38.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11357518 | 4 years ago | | | 0 | 0.022098945 | |
| 11357228 | 4 years ago | | | 0 | 0.016578576 | |
| 11357219 | 4 years ago | | | 0.51011303 | 0.045149244 | |
| 11357171 | 4 years ago | | | 0 | 0.018684461 | |
| 11357135 | 4 years ago | | | 0.102 | 0.045149246 | |
| 11356826 | 4 years ago | | | 0 | 0.011840040 | |
| 11356679 | 4 years ago | | | 0 | 0.0059200200 | |
| 11356644 | 4 years ago | | | 0 | 0.0059200200 | |
| 11356636 | 4 years ago | | | 0.51011 | 0.019764950 |
ABI
ABI objects
Getter at block 21306831 getReservePool() view returns (uint256)
FIELD_SIZE() view returns (uint256)
21888242871839275222246405745257275088548364400416034343698204186575808495617
ROOT_HISTORY_SIZE() view returns (uint32)
100
ZERO_VALUE() view returns (uint256)
21663839004416932945382355908790599225266501822907911457504978515578255421292
_1e18() view returns (uint256)
1000000000000000000
baseBonusRate() view returns (uint256)
10
bonusRoundLength() view returns (uint256)
31536000
bonusToken() view returns (address)
0x5425456b917cace9297aa3851944be9887d9bb6c
currentRootIndex() view returns (uint32)
3
denomination() view returns (uint256)
10000000000000000
getCurrentBonusRound() view returns (uint256)
4
getDepositAmount() view returns (uint256)
10013003000000000
getDepositReserve() view returns (uint256)
3000000000000
getLastRoot() view returns (bytes32)
0x29b23ea0940644acc935858190c4fc21c58a9735e995db9d0c26bb7fe50b78fc
getWithdrawalAmount() view returns (uint256)
10000000000000000
getWithdrawalReserve() view returns (uint256)
0
growthBonusRate() view returns (uint256)
100
growthPhaseEndTime() view returns (uint256)
1625382000
levels() view returns (uint32)
20
nextIndex() view returns (uint32)
3
operator() view returns (address)
0x770f2b281db359887eb1305a301fd4e5dc5c4759
operatorBonusTokenShare() view returns (uint256)
1000
stakingToken() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1606692574
totalDeposits() view returns (uint256)
3
totalWithdrawals() view returns (uint256)
2
verifier() view returns (address)
0xce172ce1f20ec0b3728c9965470eaf994a03557a
Read-only
bonusPoolByRound(uint256) view returns (address creditToken, uint256 bonusCollected, uint256 bonusWithdrawn, uint256 bonusRolledOver)
commitments(bytes32) view returns (bool)
filledSubtrees(uint256) view returns (bytes32)
getBonusRoundBalance(uint256 bonusRound) view returns (uint256)
getBonusRoundEndingTime(uint256 bonusRound) view returns (uint256)
getReserveBondingCurve(uint256 anonSet) view returns (uint256)
getStakerCreditsByRound(address staker, uint256 bonusRound) view returns (uint256)
getTotalCreditsByRound(uint256 bonusRound) view returns (uint256)
hashLeftRight(bytes32 _left, bytes32 _right) pure returns (bytes32)
isKnownRoot(bytes32 _root) view returns (bool)
isSpent(bytes32 _nullifierHash) view returns (bool)
isSpentArray(bytes32[] _nullifierHashes) view returns (bool[] spent)
nullifierHashes(bytes32) view returns (bool)
roots(uint256) view returns (bytes32)
stakers(address) view returns (uint256 unlockRound, uint256 stakingTokenBalance)
zeros(uint256) view returns (bytes32)
State-modifying
Events addToStake(uint256 amount)
changeOperator(address _newOperator)
deposit(bytes32 _commitment) payable
setStakingToken(address _stakingToken)
stake(uint256 amount)
stakerCollectBonus(uint256 creditsToRedeem)
unstake()
withdraw(bytes _proof, bytes32 _root, bytes32 _nullifierHash, address _recipient, address _relayer, uint256 _relayerFee, uint256 _refund) payable
AddToStake(address indexed staker, uint256 amountToStake, uint256 totalStake, uint256 creditsMinted)
CollectBonus(address indexed staker, uint256 creditsToRedeem, uint256 bonusCollected)
Deposit(bytes32 indexed commitment, uint32 leafIndex, uint256 timestamp)
Stake(address indexed staker, uint256 amountToStake, uint256 creditsMinted)
Unstake(address indexed staker, uint256 amountUnstaked)
Withdrawal(address to, bytes32 nullifierHash, address indexed relayer, uint256 fee)
constructor(address _verifier, uint256 _denomination, uint32 _merkleTreeHeight, address _operator, uint256 _baseBonusRate, uint256 _growthBonusRate, uint256 _growthPhaseEndTime, uint256 _bonusRoundLength, uint256 _operatorBonusTokenShare)
This contract contains no fallback and receive objects.
This contract contains no error objects.