X is a meme goldmine rn

Verified contract

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

No balances found for "X is a meme goldmine rn"

0x2fa7e993c5e8d6909a319912a1956a40c18943fbaa02dfc899d65140d108c824
0xe0560ed28767d6077e377f5f38c32cb34785a3f6845d6170742703cb66365074
0x2912fdb3f82ff042ddd68fcb116b263174fd1ee8733c3eb0d81496a6e42ae2ee

Functions
Getter at block 23957592
decimals(view returns (uint8)
18
name(view returns (string)
X is a meme goldmine rn
symbol(view returns (string)
Goldmine
totalSupply(view returns (uint256)
860000000000000000000000000000
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