First AI

Verified contract

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

No balances found for "First AI"

0x7025ef212d858cdd7835c67e1d9a50b08124678836e310f311234ea5202ea539
0x222c97ddb5069d86a3fb00ac3cc4498536b32fdf80b2a8559510549537ff0734
0x3b8279a8a04abe29e9ab14e64659635a087b30cdc41fff5de56e2838134ba446
0xfd91642f00bb74d82453e3f90312fd0ad6539391f48ddfa16b2bc8d7cf790e71
0x4ae5a34b1607949a6c347d668bd0bf4980291edded295e7db87dec4caa8a3439

Functions
Getter at block 22416712
decimals(view returns (uint8)
18
name(view returns (string)
First AI
symbol(view returns (string)
AI
totalSupply(view returns (uint256)
540000000000000000000000000000
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 namestring symboluint256 initialSupply
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