Tornado

Verified contract

Active on Base with 1,201 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tornado"

0x5ca54d8926f3dc404dd5a6893839fe09c0a30dbc1e7e67f90551bf839112892b
0xf78c2573a9df1d39dff186e8c294e533f7543308648eea23fcb8933d84117863
0x8c1e21361c7329820b9002f094809bba4663a7b39cad7c1af3cb433b77c36333
0xb2d2d0ebb7403214031a204e79176da729fa459550974d02eb0ba2e09224f806
0x84d91d3ae8a1ed57da4f8d9797819f83c09b0cda331d251d62c7d460f73dcc3a
0xf0e974b483329fe3180ba71380444c883a0af53e4eb3ebc52ac431d55cb5dbd3
0x6e5f772277a8ef0482052dff47122c48512128ed7e56bea1e52e78c20bcd5174
0x46e32d9e39c3e9cf1c050978aaf94949902c83e6c45dc42daef7528b3d8b7e80
0x3b5ecc19098341d1e22ccca10d41ff4bb67b6d0429ea5f5a798e386f7c08821c
0xc7d2e78f3043d0cd521bc1393b20eb1ba5739a40346dd915addb183339791a41

Functions
Getter at block 22983762
decimals(view returns (uint8)
18
name(view returns (string)
Tornado
symbol(view returns (string)
TORNADO
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender