Token

Verified contract

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

No balances found for "Token"

0x535c224af360a5f72287ec0c0a81ac40fe6a2f83d9fb09848754039405f089e9
0x800a724a51eefe191d913028a68f43ce245f371005e50747c5491e94f957424b
0xd91d0ac7ce16a91b2312ba3732b628396ceebf9d14475416b029ac84b1dfa3b1
0xd251bbdfa580d345c0c7f1e72a888624c6939be7cfb520e549228e5264aa3f3c
0x193be907de06c582b8d6384940fea31323cf6337d6deeba727b30773dcbf3bbd
0x7f6dc2a340b2721d61dd0e4526b427bff44a8bb547fd966df3e8b36fcdb0cdfe
0x5f1270fde950facffeb3681d83c1be1d0bf097f3c490220f944893d894ed5a97
0xd5e384be9d075d483f0e983d1c3065fee541c5037d25ff269de82b8e1a160aad
0x937c2688b1a3ef170dd42cd050a4b0c2cbf0dc01973d349525c75e68d0adbdff
0x10dd7ad7c35384849aa3f60b82c1ea3dbd73e3cdf5aaf6a61c3068a522d56101

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