f3

Unverified contract

Proxy

Active on Base with 111 txns
Deployed by via 0x5f0ee564 at 15759275
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
0x06c9e2505db3550c002b377de9d4c6e21eb87850cd0b940f732602458895bdac
0xe7648115e397bcb02dde0a83fc2e16dd1e7459dbb4e555384c0de1a643f24aec
0x8a7221d41e9333e69e714de54029b271de262ae8bd8997c6c2e3ca523365c5fd
0x2e3e26703c110265647b6b4797520d3c48a1e6ee318ed2cf04ddc1b41ef9d726
0x5942945adb5aef6b237def13045dc7d80aba668835eae6e3d0d31052d05dac85
0xb993191b9fba439bf4c9d3ceb5054a969b3de8baf421aef73537d10feef25b64
0x30b812e9e2e626c5dc6e511ec82129ae3aabf15d5bb785a4c9c28e12782907b5
0x8bf30db646e84ca4b816105b0e355960ff91e1a1c8d8cce325a345c671427ce1
0xf75f683e7f1b710c9853765e4ea45dbc49096f2368dcea12954672e6319b1bc3
0x3fa02473a822e84f6d2edffc22131640573074fa8db04e773e8c7946f715d18e

Functions
Getter at block 23779842
decimals(view returns (uint8)
18
name(view returns (string)
f3
symbol(view returns (string)
FREN
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(