FatherAi

Verified contract

Active on Base with 102 txns
Deployed by via 0x37bbddee at 22968252
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FatherAi"

0xe129b790dafc97ba7eeb4c7ec80138808bd0654eca58b0f254671c461bb7d00f
0x41d6c3c7d1b5e7437c74758d0f2ade0c7879ab492bec849bb86de38971ac354b
0x67f9a36f21478cd8476db603bc8ef79191da4e5e942fd52edc78bb1f0ff5ce2f
0x179b938b074da5a9e1b3d72b16ea7ddece0bdb76d3b6ab76075d99f5f295b79d
0x7a55135d4124a64235fca53bd74728624e91974536f4c14198c56c6efc939329
0x8aae9dec022fe1b5516a1cbeb4cbada6ce2b89770584cbad7cb6f09c9e7f96b9
0xb0ed26731b9c59c539e3a7028c91a69a871fb907a6fca6983ddf7ab0e9f5d38c
0x726f620aea60b6d75188af0dcbc96247184dce03e6dbc9b18546fcd8901a4144
0xaf90661c03548319fff540b3f083d7494d4d75d0840f706ee63cf19d897831fe
0x661ed2d73f4e0daca9b5381d7258d532bc676296caff5719e8a6253bc8c6fd46

Functions
Getter at block 23820691
decimals(view returns (uint8)
18
name(view returns (string)
FatherAi
symbol(view returns (string)
FATI
totalSupply(view returns (uint256)
1000000000000000000000000000
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