WASSUP

Verified contract

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

No balances found for "WASSUP"

0x7842c5581a3aec644e634161ba661f1f9a37441e5e48b63777a21a5042309ed9
0xf108f6daf74f0572c133621264493c4006a4fe69de19131191f252786cd213ba
0x82c29af832ff181ebfe55bb25a309bac4f33d4faeb0803b119402622c09d773b
0x369ac124110a3d3697be99d09fc1632087713defe5d8f1c007ee2b47d8845d30
0x16c8600b21e60363098c4e4448151ee00b0b67dae6e5835a3e41a0ec2c06520b
0xf9779861711edf73e26004498a38fbab370b8a84eefff1b01c55938f18d6ee33
0x9245dcac63e78261d9519ee59e2acd96b848a5e647445230c3565981634aed8f
0x5d5187c9d44446240b2a8f17917d059dd32383bb86150337a47d248d1767c8f9
0x639b67e541cb7d3d45c426da61ba88cdabe6fdcf0da9be23b4f679fc05d0f4cd
0xd290896f1da14cb9eead1f662dff59b7b5c7e9e81d0967cb5c660c920b1a6ef0

Functions
Getter at block 22742502
decimals(view returns (uint8)
18
name(view returns (string)
WASSUP
symbol(view returns (string)
WASSUP
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