TornadoCash
Verified contract
Active on
Ethereum with 92,414 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 |
---|---|---|---|---|---|
SUSHI | ERC-20 | 10 | $0.782651 |
$7.83 | |
TORN | ERC-20 | 3.001819M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244459 | 4 hours ago | | | 0 | 0.00069111720 | |
| 21244432 | 4 hours ago | | | 0 | 0.00073099333 | |
| 21244396 | 5 hours ago | | | 0 | 0.00072211522 | |
| 21244396 | 5 hours ago | | | 0 | 0.00072211522 | |
| 21244353 | 5 hours ago | | | 0 | 0.00073631721 | |
| 21243908 | 6 hours ago | | | 0 | 0.00086411441 | |
| 21243856 | 6 hours ago | | | 0 | 0.00081425166 | |
| 21243419 | 8 hours ago | | | 0 | 0.00076818553 | |
| 21242196 | 12 hours ago | | | 0 | 0.00053582715 | |
| 21241572 | 14 hours ago | | | 0 | 0.00038560987 |
ABI
ABI objects
Getter at block 21245746
blockTimestamp() view returns (uint256)
1732308383
canUnpauseAfter() view returns (uint256)
1612148437
chainID() view returns (uint256 _chainID)
1
decimals() view returns (uint8)
18
governance() view returns (address)
0x5efda50f22d34f262c29268506c5fa42cb56a1ce
name() view returns (string)
TornadoCash
paused() view returns (bool)
false
symbol() view returns (string)
TORN
totalSupply() view returns (uint256)
9999997526814999108992673
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedTransferee(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bulkResolve(bytes32[] domains) view returns (address[] result)
nonces(address owner) view returns (uint256)
resolve(bytes32 node) view returns (address)
State-modifying
Events addToAllowedList(address[] target)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeTransferability(bool decision)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromAllowedList(address[] target)
rescueTokens(address _token, address _to, uint256 _balance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Allowed(address target)
Approval(address indexed owner, address indexed spender, uint256 value)
Disallowed(address target)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(bytes32 _governance, uint256 _pausePeriod, struct TORNRecipient[] _vestings)
This contract contains no fallback and receive objects.
This contract contains no error objects.