Elon Laser Eyes

Verified contract

Active on Base with 3 txns
Deployed by via 0x8ee4774f at 17455847
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Elon Laser Eyes"

0x4c79d200da324e097a88f89380d0db4e705b5e18e0f82b7da4f3844a70172368
0xee2d49eab2ab763bdd417b10f2f323b8d82a564e6a6668a8a58b493a7b85bd80
0x479006f07ded7ab3d9f56e7c9eceeb2df07cfc89e43868f05f8cfc4a0402fcf5

Functions
Getter at block 22449538
decimals(view returns (uint8)
18
name(view returns (string)
Elon Laser Eyes
symbol(view returns (string)
$LASER
totalSupply(view returns (uint256)
540000000000000000000000000000
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 symboluint256 initialSupply
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