TornadoCash_erc20
Verified contract
Active on
Ethereum with 10 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
Balances ($0.00)
No balances found for "TornadoCash_erc20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10020920 | 5 years ago | | | 0.02 | 0.00068536320 | |
| 10020890 | 5 years ago | | | 0 | 0.00068582400 | |
| 10019800 | 5 years ago | | | 0.02 | 0.0080332329 | |
| 10019404 | 5 years ago | | | 0 | 0.018708624 | |
| 10010885 | 5 years ago | | | 0.02 | 0.0034775900 | |
| 10010859 | 5 years ago | | | 0.02 | 0.0033997230 | |
| 10010574 | 5 years ago | | | 0 | 0.014423864 | |
| 10010563 | 5 years ago | | | 0 | 0.014111226 | |
| 9940519 | 5 years ago | | | 0.02 | 0.0027819760 | |
| 9940507 | 5 years ago | | | 0 | 0.011773261 |
ABI
ABI objects
Getter at block 21270693
FIELD_SIZE() view returns (uint256)
21888242871839275222246405745257275088548364400416034343698204186575808495617
ROOT_HISTORY_SIZE() view returns (uint32)
100
ZERO_VALUE() view returns (uint256)
21663839004416932945382355908790599225266501822907911457504978515578255421292
currentRootIndex() view returns (uint32)
4
denomination() view returns (uint256)
10000000000
getLastRoot() view returns (bytes32)
0x1769447b0b38a88679eafbce743387f98484f22f8cf04eba7a6b2912e183af17
levels() view returns (uint32)
20
nextIndex() view returns (uint32)
4
operator() view returns (address)
0xdd4c48c0b24039969fc16d1cdf626eab821d3384
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
verifier() view returns (address)
0xce172ce1f20ec0b3728c9965470eaf994a03557a
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)
zeros(uint256) view returns (bytes32)
State-modifying
Events changeOperator(address _newOperator)
deposit(bytes32 _commitment) payable
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)
Withdrawal(address to, bytes32 nullifierHash, address indexed relayer, uint256 fee)
constructor(address _verifier, uint256 _denomination, uint32 _merkleTreeHeight, address _operator, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.