This contract is being backfilled. You may encounter incomplete storage history.

Financial Crimes Token

Verified contract

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

No balances found for "Financial Crimes Token"

0xdf5064195d47605cb4c1a06f418a81a56568c29acfae359f3b9e6ec4db57802b
0x796f9faaaadf370572906c7bfcb6a9ed80c7741fbef0e94bb17086ede1258e5f
0x3fd9b7774e727871000585b16d85adc32b9eccb43a60af34831619efbc218cb7
0xe7cf990127e0e84bb6a42938e86e4e01df548fcb0e634561f448d184063d73c8
0x675f3cb86d75b248f71fb2cbf6ac7165dc484465a369ca20b9eaf1e7e41c7340
0x0ff2de31a6cc6d640d408708fceeb6d27c4ff3fab30f613fe079968a6329d03f
0xb42ae09fd5bf92600086c0d627996f5c06b6bd9b4215755f0b2d8050e4b21ad0
0xd0cde5f64da49d77c899c3ffe72320dae2659ad07203bd1336ab864aa048b763
0xae4731b7e5a89cfaf1697433396843814836644f5df0e2a5a805467c30f3cfb0
0xd92e6e5984e96393a57312c3505da8955bea454dab759b66297e2c53c91bab74

Functions
Getter at block 23903273
decimals(view returns (uint8)
18
name(view returns (string)
Financial Crimes Token
symbol(view returns (string)
FCT
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