Thanks for the 20 bandos

Verified contract

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

No balances found for "Thanks for the 20 bandos"

0x892cc870f94e9988aa8acfc2d1bd5f209cdec7d6cede90b7adeabc5fae09c0ef
0x4fd4c0e69a7c3891eef8207e03f91482587801f342c8c7f1b9f366f3580f6b83
0xce5e9750f393853764491996e35118efef18030ccb8bb401734f29ecfad737d7
0x0bbb44e03c960c50ac59ef4f3e802467ebb6cd9e775c81349b6bd0f656ff1ee2
0xe7f28685afbe858a93b787ae3ee5fe456aa0fa01fda1d589c83d28ae343bb6ef
0x48dfa42382b53a1793a9e328b23ed76dc21150f3b63c254c3e6eb175dcb23f21
0x41c49a7cf5f710c0affa61f5df8230d637997890d3b3e79b55e0224552b0cc08
0xadd1b0cf376083f53699910f93c9854211fb09bd0d32d09bef0b2a92ec8d1473
0x3f7c4528019beaded882fd590845a006af155c78b9cc0643edcd127e5b60f41d
0x3cafd1b1e5a13f4f1dd4e90b43bb7eb110f86ac54163cc23724cbdb98b7e9956

Functions
Getter at block 22749363
decimals(view returns (uint8)
18
name(view returns (string)
Thanks for the 20 bandos
symbol(view returns (string)
BANDOS
totalSupply(view returns (uint256)
1000000000000000000000000000
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