Generational Fumble

Verified contract

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

No balances found for "Generational Fumble"

0xe043ec128b2ea6785d869a585e6f2c67d62945b7cfc30281a3ab1b348db72c14
0x2ff5fe34da35e4737620430d65cb48d0e97539f8bdc5eae4a3b65fff589167a8
0x81c2c0da510d4f2960039cc031a0f443258b798d3f865399ade7c95dc93f71c9
0xb1cd9d859842e1b965640db7fbedd872b333242a67a0101d35cbcaec741de7f2
0x749b0cc0d5ecd23bee460e92a51d955518764a74ce3ec441f94287583520d5b6
0xd83407945c58c859a3ac60a9373b23d76c4ddc1b43febfb1b454de7ea8e4abf9
0xec360ca19c484b99360b479c9d11e41194a61fc8d51db1ae0796705f0eedd9b2
0x613edc3973b338c1ff2b313a6b735bf4a7b5a2375ad8839b89a6e0bb9c9aa4f8
0x9fc3b6cfad5da3640ac5de60ed92aafe1f209fc9cc8c0874209d335970cdaccb
0x8f8c8af7c485ae0d228d97029f39d55446f9502cba6586164ac138dbd90563be

Functions
Getter at block 22985975
decimals(view returns (uint8)
18
name(view returns (string)
Generational Fumble
symbol(view returns (string)
FUMBLE
totalSupply(view returns (uint256)
100000000000000000000000000000
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