ERC20Tornado
Verified contract
Active on
Ethereum with 308 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
0x71c0…6dd2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
y3Crv | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11906399 | 4 years ago | | | 0 | 0.0061477680 | |
| 11892809 | 4 years ago | | | 0 | 0.0081601920 | |
| 11889917 | 4 years ago | | | 0 | 0.011474736 | |
| 11888665 | 4 years ago | | | 0 | 0.0092743740 | |
| 11872087 | 4 years ago | | | 0 | 0.014138112 | |
| 11872076 | 4 years ago | | | 0 | 0.020026812 | |
| 11870868 | 4 years ago | | | 0 | 0.022207145 | |
| 11859971 | 4 years ago | | | 0 | 0.044333234 | |
| 11859964 | 4 years ago | | | 0 | 0.096994008 | |
| 11849314 | 4 years ago | | | 0 | 0.082041520 |
ABI
ABI objects
Getter at block 21283798
FIELD_SIZE() view returns (uint256)
21888242871839275222246405745257275088548364400416034343698204186575808495617
ROOT_HISTORY_SIZE() view returns (uint32)
100
ZERO_VALUE() view returns (uint256)
21663839004416932945382355908790599225266501822907911457504978515578255421292
currentRootIndex() view returns (uint32)
1
denomination() view returns (uint256)
100000000000000000000000
getLastRoot() view returns (bytes32)
0x29a9d9dbb978ef078e99c63232e5ca5578885899072aae4846048a9577e945f3
getStakedCount() view returns (uint256)
0
governance() view returns (address)
0xf6d61a4d17b06159f31a3ff424118d39ffb79295
levels() view returns (uint32)
20
nextIndex() view returns (uint32)
101
operator() view returns (address)
0x29fd05ec26e64d73f60fa6e83fd2aeb9ceb4a22f
reserve() view returns (address)
0x66e870f824ca861494fd2147aa04d9f2e0c0ee3f
rewarder() view returns (address)
0x71c0540fcd09440d78d1bf9af8de51b35d106dd2
token() view returns (address)
0x9ca85572e6a3ebf24dedd195623f188735a5179f
verifier() view returns (address)
0x7036a0555637b88c5a68c2a39799c7a9ab858c60
withdrawalFee() view returns (uint256)
50
withdrawalMax() view returns (uint256)
10000
Read-only
commitments(bytes32) view returns (bool)
filledSubtrees(uint256) view returns (bytes32)
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)
stakedNullifierHashOwner(bytes32) view returns (address)
stakedNullifierHashes(address, bytes32) view returns (bool)
zeros(uint256) view returns (bytes32)
State-modifying
Events changeOperator(address _newOperator)
deposit(bytes32 _commitment) payable
seize(address _token, uint256 amount)
setGovernance(address _governance)
setReserveAddress(address _newReserve)
setWithdrawalFee(uint256 _withdrawalFee)
stakeWithdraw(bytes _proof, bytes32 _root, bytes32 _nullifierHash, address _recipient) payable
unstakeAndWithdraw(bytes32 _nullifierHash) payable
updateRewarder(address _newRewarder)
updateVerifier(address _newVerifier)
withdraw(bytes _proof, bytes32 _root, bytes32 _nullifierHash, address _recipient, address _relayer, uint256 _fee, uint256 _refund) payable
Deposit(bytes32 indexed commitment, uint32 leafIndex, uint256 timestamp)
StakedWithdrawal(address indexed recipient, bytes32 nullifierHash, uint256 timestamp)
UnstakedWithdrawal(address indexed recipient, bytes32 nullifierHash)
Withdrawal(address to, bytes32 nullifierHash, address indexed relayer, uint256 fee)
constructor(address _verifier, uint256 _denomination, uint32 _merkleTreeHeight, address _operator, address _governance, address _reserve, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.