Token

Verified contract

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

No balances found for "Token"

0x18ed44564828bd1116f313d6e9258510f092aebb8484107dcaa66bd1f797500a
0xb4d0291c69d44199a5c3584a051341e9af64887d1272c9e5f07c6fdf3f14acab
0x5ae6b0ea108293cf179840a06c0ec123ccc8389ac4c5d7249c3aafab2bc00c6f
0x086b3a2c6da1a94784866a6f41b06379d8ecdc052052437df4c2e6235ce172d9
0x52b93c2fc3067748acfe34fa950adbe2a40931e7750b0374916b986c8cc656be
0x3f5586acc17c0be23d368a2f955331bee12b1818a69f1db547d81336f7df425d
0x992c718e5816a63b87ea9b6f6441afaa7fa8aec59dc511ad96783f7652f9cd7b
0xfcf17eecf48dadbfce9d89bf524940736cd53a69ff4ad3050875b8dcb59a8590
0x3f5a41ec60bb8f2e982e8c6fb58f872e4e1ef106c5f134d7975871b0c1b884f2
0x4a702276ce2410293ac98c920bd579d3c02969803d72781bcee1025c57717c87

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