Token

Verified contract

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

No balances found for "Token"

0x438e09d7d4b642d79c43f038368a2f9e9b10b34fff4fb0344a480bf99f2b0679
0x41f4b4797a6cc89e68043ce3219d4edd8ffa2a18b538cd2deb933bdaf7889520
0xb9724fdd60c632ff6be9d6c18303556427e2be1738fe48d2d605be0c7a8d4b5a
0xa1a63dee62ccb75054079bd8b2f09aaca8ca8264b22abd202c18735c93d37a35
0x601eb56cefc0c57803f58bb7693beb66c1e27467a1a8a7d17fe6a4acb378c7c9
0x400fb071d080d493d629a49b8c6164c9f74a3a19dbf6b6f6585c6e13c5d4b64c
0x53100008cace8930f57472c6bead75a85dfeea58cebb5ab94561917c8d219dc3
0x3ac482ba34247c5653bac6a05f53c839282366fa5100e689bf7b062bb1a82769
0x0925196b550511f775cc3101f0128e6e796259d0cd04287e751b6be153d54bbb
0xd88874a4e75c90b6c5c44a7f8c72970532dfb406ba0b9d49507f754d8af482f2

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