DegenL3

Verified contract

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

No balances found for "DegenL3"

0x99bbc6c386bac35c671025458ddbdc42634be40a2687f5c673dfdcc099da39d1
0x3df40854b296ce768e5fa8d4205add987eaaca5283f9746ebf127aa822856a07
0x71f65b99f9813887cbae307eaffb5199e241a5d430d758deb0372453996bf71d
0x5761f0ca6422fae857990f031fb1e9797e9b67b811fdd3c4d4b06506c5b96031
0x6a35e64b092d1fd195a688ddb38ad8cae3ac72917e1177823dc48247c2b61cd5
0x3ce80e7df71b2dbe7a5fb5fa33196149fe5f74e6e4b94bd7aaf10979f1d06b8f
0x1601456293837b3841f3963330aac8a995ada8281675d42e96cf4af3f07e2dfb
0xf74fa71444bc7d35fc47ed8189c0540868d696b825bb6b5bb56c553d4147d209
0x7e50de031fb26df0d873d0de540489cabf6d52f591f9e54d349a83b23c8aef89
0xcbd2992980a60986976df458e6d91bf0d4233c1a96c83198bb4bc612ce4faf18

Functions
Getter at block 22724585
decimals(view returns (uint8)
18
name(view returns (string)
DegenL3
symbol(view returns (string)
🎩🎩🎩
totalSupply(view returns (uint256)
1000000000000000000000000000
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