Degen School Bus

Verified contract

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

No balances found for "Degen School Bus"

0xb52181c50c7e411a57df96f1720d4c2cecd44ec7a176a1eead712842e0cc3726
0xa1778559336f0664c456c2f630c3e49985d4e0f196ca311c6f41ebb237074ab8
0xc660b4c5f7d098a823f10c0db4cc87bf651bedae6c00b0af95f40f0cfa98a370
0x4b5aebae8b1c824fdef043477a7120c2939474c8110bfcda88d1d334d0e814d5
0xdf9ddf141209489712f6d2a20efeab875d392b8bc8754b86c4260974e3e2d0b8
0xa6a6f8ba6a527d8f2fe1c753e9f3a5d6fcd1445acf7a2209df980436c5c129f3
0xa0e23f0d91285c60dc6565cd02cc76e5cd0200d3aecfa02b58b83a7fd28112b4
0x8f1a92d2d8e0bb66bc2a6a9870e6319fe56f1a4cb0136b6c7bb089af2ed14bf0
0xf04ce4419e5257d09920d298e36844b69318859a1fb9abc03233870e15a7935a
0x9acc334954c777ee351e7fb3a49c9287fc4745e4ee9e4221e928f8bf5e3182a8

Functions
Getter at block 22461771
decimals(view returns (uint8)
18
name(view returns (string)
Degen School Bus
symbol(view returns (string)
BUSSIN
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