FRIENDLY

Verified contract

Active on Base with 221 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FRIENDLY"

0x35aedf9b0889805ad7ca7c7ee123997fa503b203cfd293969601836fa8425771
0xb9133cf35e334a61abc4b3a47b6eb0f7c6d9a5a86c887c6b69b389ee474be01c
0x5c4526d07101e1935b10913e0bef3b2ff22ee6434ba3536df95c4735bb882023
0xa4d09de40c97f7c43873c6c5edd48c29564d32c24caeb713f15dab9f1149617f
0x9d68513cfdb5463473417f8b0a615383287d3a04168be10ea6ab1f5c60b66415
0x8b334290bb9e739cc51c4d9db0c8fea655848b049952900c0408f6b07730bd5d
0x9458e3fa6e3a5fb982adfd70cb41e006becd469462d38d34d3361788e4dca7bd
0x90df2561b5c8870425bd4825e2bc84e06a9a5a6fe152cf48d7ae0c139cdb13f4
0x242b33c0a8f5ddf5619657f00d199a5010756ae49ac90d878fa307f3c0b527e4
0x6c7d5d09cbb311dfa5bf3940470fb18b4c8a59dfda32e82fc926dc0c109b741b

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