ERC20Tornado
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
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 18.2M | $1.001 |
$18,218,200 | |
BlueSparrow | ERC-20 | 50 | $0.028475 |
$1.42 | |
MTV | ERC-20 | 1K | $0.001009 |
$1.01 | |
StableDAI.com | ERC-20 | 576 | -- | -- | |
BGBG | ERC-20 | 205.604 | -- | -- | |
daiblack.com | ERC-20 | 150 | -- | -- | |
SIMP | ERC-20 | 4.356557 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 20867282 | 2 months ago | | | 0.00011111111 | 0.00013241253 | |
| 16922297 | 2 years ago | | | 0 | 0.0084786819 | |
| 16921591 | 2 years ago | | | 0.0029962283 | 0.012032168 | |
| 16915020 | 2 years ago | | | 0.022512214 | 0.0066105576 | |
| 16809644 | 2 years ago | | | 0.0022579332 | 0.00075716353 | |
| 16809644 | 2 years ago | | | 0.0023237324 | 0.0081213032 | |
| 16628389 | 2 years ago | | | 0.014084029 | 0.012912445 | |
| 16600930 | 2 years ago | | | 0.0032817248 | 0.012397840 | |
| 16527142 | 2 years ago | | | 0.0039785576 | 0.010407056 | |
| 16524228 | 2 years ago | | | 0.2 | 0.0068424216 |
ABI
ABI objects
Getter at block 21246046
FIELD_SIZE() view returns (uint256)
21888242871839275222246405745257275088548364400416034343698204186575808495617
ROOT_HISTORY_SIZE() view returns (uint32)
30
ZERO_VALUE() view returns (uint256)
21663839004416932945382355908790599225266501822907911457504978515578255421292
currentRootIndex() view returns (uint32)
17
denomination() view returns (uint256)
100000000000000000000000
getLastRoot() view returns (bytes32)
0x0e8655b41ff0b8f63386574c8f98ddfcce18eaffb78a4e6cf500c4aa4a67f800
hasher() view returns (address)
0x83584f83f26af4edda9cbe8c730bc87c364b28fe
levels() view returns (uint32)
20
nextIndex() view returns (uint32)
3827
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
verifier() view returns (address)
0xce172ce1f20ec0b3728c9965470eaf994a03557a
Read-only
commitments(bytes32) view returns (bool)
filledSubtrees(uint256) view returns (bytes32)
hashLeftRight(address _hasher, 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 i) pure returns (bytes32)
State-modifying
Events deposit(bytes32 _commitment) payable
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, address _hasher, uint256 _denomination, uint32 _merkleTreeHeight, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.