SimpleToken
Verified contract
Active on
Base with 4,404 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 |
---|---|---|---|---|---|
Zuzalu | ERC-20 | 163.333333B | $0.00 |
$326.67 | |
USA | ERC-20 | 1 | $0.000714 |
$0 | |
MINKY | ERC-20 | 10 | $0.000006 |
$0 | |
OHNO | ERC-20 | 4.213K | -- | -- | |
FOUR2O | ERC-20 | 4.2K | -- | -- | |
LZPZ | ERC-20 | 2.101K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22899383 | 2 hours ago | | | 0 | 6.2251252e-7 | |
| 22895221 | 4 hours ago | | | 0 | 7.6365095e-7 | |
| 22889112 | 7 hours ago | | | 0 | 4.6809862e-7 | |
| 22886790 | 9 hours ago | | | 0 | 0.0000016664259 | |
| 22884489 | 10 hours ago | | | 0 | 0.0000023011322 | |
| 22880099 | 12 hours ago | | | 0 | 0.0000033196385 | |
| 22874778 | 15 hours ago | | | 0 | 0.0000016575203 | |
| 22869528 | 18 hours ago | | | 0 | 0.0000010552271 | |
| 22863003 | a day ago | | | 0 | 1.5481138e-7 | |
| 22856770 | a day ago | | | 0 | 3.3797263e-7 |
ABI
ABI objects
Getter at block 22902323
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Zuzalu
symbol() view returns (string)
Zuzalu
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals_, uint256 initial_supply)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)