AI Steals Cryptocurrency from People

Verified contract

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

No balances found for "AI Steals Cryptocurrency from People"

0x21358e527d106a6a27eb3ead554ebb47c222a2509e8e5d60b9f52ddad483a163
0x43a24b360f6db21eb4c3c7fc7c93d6005752b7445bc006bbdb88cd529152bf29
0x86ed1dea2b5e547c0d52a4c4d316235b16ac25bc0bf246f03bd34ee6626160ac
0x57cf1a0b7cd547a1c37e3df712c6c7481ae63d814f7f2e99806d5ce7bd13641a
0x4edf9b7412a03bc61f18c8b606ab055a40478b4dc47b86ea0e2efa24d9e2ccf3
0x0e0e197d3fe32dbe3d36e475d824c918da91a2842110454382aed651833474a9
0x77a1e93bcca4c7dbf6e9f25404ad6d2be7ab3e224bd3750ee679151cbc600b59
0x65ca5f4af86e0eb6a5f7a63eaced18d9a7ccee924869d1992a59b40cb9a8829c
0x8e0496d94bdf314da32a201fa7bbc3c2b1f0b4a279cbf3ba34ca8bd72bd2b67c
0xa43286b7eade8214581221e267692bbb4674a4db838d3d0fc41f1e10f34e2bc9

Functions
Getter at block 23160559
decimals(view returns (uint8)
18
name(view returns (string)
AI Steals Cryptocurrency from People
symbol(view returns (string)
SCAM
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