anon usbud

Verified contract

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

No balances found for "anon usbud"

0x47ed7d7d1b0db63375aab6b6599805db3a4b6185e681779c1c6ff023fb3c694b
0x928d7539854cc044f90c053ff982fb481f94b1d6370176d39dc50a2a28df48fc
0xe7fb9b54324fff93a2dae2fd9fd954c3275dd95996def36cb7abeeddc034f0a8
0x69884fc27dd954b0fb4564c53831eb87a91df91690e1c2cc32ac4c31081e4df2
0x35be62531302fbbfd9ddf438f8a11646826b31041edbdb6f99b64ce8222eb1ef
0x763fbf33c4beff1dcf81bb6a4de67230546df5a12cfe3733df999d21b58e1135
0x90b83177809e47934de6567d10750f23bb1a53e76ef3edd8806175ffb08ac600
0x3ae7d5b0b7eaf1090a22512c2157cd844319e3f0c9d8f91f725e9738dd9e081b
0xca5dc2e7ccf40867781642cc7f18c35ba1f40ebff8f411a2bb6dc09fc2839dad
0x8f5b809cc7b8c28c8cf128ec98e44429c2724d521fd47894294dfcbf154d69ea

Functions
Getter at block 23112195
decimals(view returns (uint8)
18
name(view returns (string)
anon usbud
symbol(view returns (string)
ANUS
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