Fartcaster

Unverified contract

Proxy

Active on Base with 1,030 txns
Deployed by via 0xcbc2f06d at 13654821
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
0xc7b3f6f93acb37dab4860bb327b6ca41296f09141688d0f43471612e72d59187
0xa22f8a7992134a2339a9415f84a4494fd16083a24c8808a47306b2a56e2c8d73
0xa97eb3cea4778c04d3b3c0f86bae78d4878743ed0b8dd3bbf97dc203de2c8a7a
0x22155e1d63e86d18d62eba3bb50798178e3fe0ee054a7005340b8260abbaf74e
0x38eac7d4a9841382ebcdc4340369afe64334a2e05778d32fe8b2b4827ed1a92b
0x7740955e256b9e9e150568ae54c25ec550cf3a4760fed9c5754bab25b66a8968
0xa54d5f960963cb5377b5e7e2cf1e9d2889cee509e66166992f4fbcbf74baf194
0xf30b1a38a54a92a1171f03d1ec303923c59a351e77f1ae04ebc1d430a48385bf
0x5647a7b704d1637ee00e9556f739713ae2a1f6676a120627ed9cf5ccdf244dce
0xd5296400c700b3d1607abf48ce1c72b482cd69d4533ac75fbf089f7dbcee3cce

Functions
Getter at block 21837495
decimals(view returns (uint8)
18
name(view returns (string)
Fartcaster
symbol(view returns (string)
FART
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(