MISGUIDED AI TOKEN META

Verified contract

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

No balances found for "MISGUIDED AI TOKEN META"

0xbe1629728e370ace7ad9f12496ef4e0a98d3ef9237997ff0cc8d6f5eb76ae6da
0xe1e24206a848e114e8f7244f3560b83cd7c9dc1532a750188a1b62b2848747b5
0x8770dfef6d673c86daa13e0a4dc71593bbc642c6c112695c963e6fa336f135b9
0x53599a4fae63493bbc7868851ce5321799e3a7f4cb901c67a47c335a5bffe4cc
0x3a82b62ad5437bd045a0bc8b071a42c956c213d7e697f09eda113b11237fd385
0xb97f7c304a5e7f916dd703bf8e9bade4b5b4b4d11b7f34f7e9b16a86690c6fc3
0x983251a02f45f319b6209351824ba16c6d3e3af4e782b3800c2973d173ccbdb5
0x429d984e06b9df79ab5766cdf032baf67909dbf6a01e57777bb62bb3c7fba6cb
0xfb316222bc348c373ea2944497dcd4a6b3079d0a709e234a78c2c0a6ad173abd
0xe2298efca5b146daa4fb67cf5b873dced8d94e46e861b080d00e08fcdef8b9d0

Functions
Getter at block 23813832
decimals(view returns (uint8)
18
name(view returns (string)
MISGUIDED AI TOKEN META
symbol(view returns (string)
MISGUIDED AI
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