This contract is being backfilled. You may encounter incomplete storage history.

Zoomer

Verified contract

Active on Base with 1,221 txns
Deployed by via 0x06944324 at 13780712
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0xfea2065cb1f98cc6bb02817b3c0770b68d56f7ac0d56d0dac6a85da9d2376092
0x42077255e5587868017bb70ec0fce03a1258f27b7f121cca6003486429ee4c17
0x02f52bd09cc7336ff0bfc06421de05c1d3e99425313af2c72809198e15086ff3
0x8c69bac88c32f6f91a8fc7437c544d2b82a83d9077f10416e5106f67cc6bf2e1
0x2ccde440df4759e02148d2be6a585a0f2e6a5ad8f6e38edf25edd21fb868a64f
0x29947cfbe2cf0331cb720f5794b98326cf9d59b96a36cdd3cb84377bacd8764f
0x11c4fa7bcc9185011ce8c0680e98ea083eb36a14c8dd8bce46486827cace081e
0x2eb7845ad8dfe5c105d90d315502b587a170f1f4cf3adb9a9e1c9f1845075b9e
0x99958d8842afb5d907273c267bca6568218d6cb64187326afce48c760b1d234a
0xe398de02f756b4ff05de59c87127b7e52db8fef915040dffebf54aeae8916c2c

Functions
Getter at block 22762863
decimals(view returns (uint8)
18
name(view returns (string)
Zoomer
symbol(view returns (string)
Zoomer
totalSupply(view returns (uint256)
420690000000000000000000000
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(
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