Free Coin

Unverified contract

Proxy

Active on Base with 10,947 txns
Deployed by via 0x882b5e2e at 9691624
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x93b1ba5da087638d7b204b730491367d06705672fca40af21f8f1734f16ca9aa
0x09e785cf71bd8c23e522318b62f212fed198663f1f83c5bdb61ff59ae3d58ccb
0xe0cc5a697c5800fe0b4017c53444407339bb1194b07bf4eda1dea1061e27d80e
0x696c0d7bd22aff619ee172b8a068b398181ce2164844732b2f490777c3ab48cb
0xb44726c92187069591db0205b6850e7eb120ee0938569c9223936410df909804
0x05dc16355d7ea208779d705b296ab51bc18c274b313869cea7806fe2bc57d4f5
0x4502885a721d9a69dbb1d18b9e9bf2a5979e5da7d40fc39f9ec1af4d816c573f
0xa286e6a7479273009dbf87c4605343c08b0a190c405bbe084ccd72627083d775
0x1988db996a723895c14edcd69c37c5515988a733e50b64d97114deee4eb98966
0x152eabea2511f7fc2827cc00ba84d689c9cadb298363363e2c0533f1f28b471b

Functions
Getter at block 23179270
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
Free Coin
symbol(view returns (string)
FREE
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
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

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(