the meme of the future

Verified contract

Active on Base with 521 txns
Deployed by via 0x56dc829e at 13806865
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x54ee14f93cdaa72ba9442876e5c4f5f5adc2fa13bdfbb5da124e988b257ee3bb
0x6ff56ebfa6bb3ad297dcb674b2de3a203b0181f9c860fdac1159f6e2b0282414
0x000b50e38d03543d52bda96c7107eaca793f3b075fd5fc895bc4716b31421170
0xa6b95a0f6a72512daa4284be77124e94787c6361336493d8f2fac2fbbdbcb8b0
0xeb91de32e5faf314d65e019b7e8f25f5ce0f15d5f9e29aee8df47c11a8f9fffe
0xd1ca6f8e01fe51fefe41b869f2daa06bdb21b0215b66dcbc8e0c782ccc727f15
0x20f133d5b288e7f2b71e537ffd63e77482236d82bb147624fb9df72af207b965
0x62abe4d6e26ae4eb38dcb2852f93308330f50189801435d91274ca06d25e7cfc
0x38b456d7a0bf1d15cb67dbb280dd614a646c80ac62191e43fac15eba71ae66be
0x39e74fd45de74cdece82480f4fbaabc44365ca46dc340e7cdf2eaed1c940491d

Functions
Getter at block 21783001
decimals(view returns (uint8)
18
name(view returns (string)
the meme of the future
symbol(view returns (string)
ROBO
totalSupply(view returns (uint256)
10101010101000000000000000000
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(uint256 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