Highly Memetic Token

Verified contract

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

No balances found for "Highly Memetic Token"

0xc98c21ae5bcca4345ce9ee0f233bb3d172377910c697158e017b8016a7c4313e
0x06d9f13c714eaa39e2a6f6c9eea8c187920db22f6818066d7c0cb99fb071e9e2
0x43171cb82b936924f0de9f8be7ce76b161d385ad7b0d6b22522728543ac41eb2
0x24201f1af33029ed67d443f7156296e6a95f0fc5a06f11ef27e743439db5a23f
0x68286050879043982e9f615c1c3d44a687724d642e4a335369945e8ee924c84b
0xb4c0e09b8232669ec37918c2039ff3380a5f279732fed8a6a55202a08c7a600a
0x9557693707b7471d58e1492239d1efa0cc410d6ad4520f20b2906f717ccf2a51
0x28a160c04483625bbe1990d969960a0310a62e26bc773cbfe77cba6f3a6298cc
0x0ecf1e101832d712efbf99d8aceaa3104478af0f7663dd10781e882d5b9c5b41
0xb1744b32713df742e995db139e0dc0c1ad8fceee9ae9da124bc9fc5c1f2ebbeb

Functions
Getter at block 22823767
decimals(view returns (uint8)
18
name(view returns (string)
Highly Memetic Token
symbol(view returns (string)
MEMECOIN
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