SimpleToken

Verified contract

Active on Base with 4,404 txns
Deployed by via 0xb97fd783 at 12678243
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $326.67
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x91c5bd9b356e1025bbd0741d82ca6dfc6f64fef324aa87d3b002dc9aa4421109
0xa30402bbf65f22e031c1333e16cbb8859540e6be7464f611d3cacfdbd6d62660
0x15b55c019c59e650552bdfdb075c42d0d78e3e44e4197ee2b14feb6094e783a0
0xbeb3ed0f45084d921c354be4ae4aef8ad80e775b0fde677651bdcad1d4d22a40
0x097d76bc4fef345097e31c84610e7f1189eae2fa4a1e7f3ce150b0c477e08013
0x39c2d7e7631c6cba2e3504690a4ec005ea0bc44b0f38c537f0576f754553ab4e
0xd1874298c140939c2709a6aa808cf2b6fe73a21c46e38db539f5c2269d68fc05
0x20e390f96f905bfa50daf47df9bfcbae5cbc3898f5fc891ce715da1071c8f1c1
0x6456c4dbfd0d4f85b1cf45f9156a93dc4699ac8be26c7bb994f36e72bb1e016f
0x538e2976497361161fe9914ab3b743a79da4c6e5e80b239416cca8227e1275ab

Functions
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 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 namestring symboluint8 decimals_uint256 initial_supply
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