[Awaiting full name]

Verified contract

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

No balances found for "[Awaiting full name]"

0xbd1747c3d6ade02826969dec6c50b1fb741528eac3b92d5d4d16d9e8bc4c4e79
0xa6e4b66997fd17caa00a5024d145aacabf2ded960df5b11c5918d9456e3ba0b8
0xb9cbbb80c34fb7b205d363e2bac96e2398cc88c681136ebcd38d4d645c0bff2e
0x1984c0998a0970a08dd803cf326e874294245b258ac23a356fd22f877d536124
0x4164b5b2a7858723599e0b680b481e8f2fc20d74098c62922a0fc78c42dcd079
0x073a13a92f404fc3940e69d610231f3dffd6f0fc102275f1c317ddfdd692085d
0x120f4d384f03fde8bed125190a638116c531fe948b3d3e9edd59c948d54772b4
0x3d90149c8ec832e31c98016b989bb01e94293f6d8f3aee0d3bac69bdcfa5f673
0x0ba1c76572b2150edf5925993a5314549b021c5ede217e752d6a1f67670c3697
0xd1c66d5fadb61734e8eadcc3fa3a1dc226b22c29a1404a49783b6d717b3dc826

Functions
Getter at block 23246439
decimals(view returns (uint8)
18
name(view returns (string)
[Awaiting full name]
symbol(view returns (string)
CLUNK
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