MyFID

Verified contract

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

No balances found for "MyFID"

0x5cbd861bd7e94cc614ce8d32024b4e0f435cdc048db4c417a58a27b82ddb6c98
0xad50a5fc9dcc798b21d16deead98f4c0e98f2ea01229447b5bbf87400c3de37a
0x489c9262a04a32ae03c961d8636c77365016076f0855dc6550ab3af69d28f11d
0x65c0fefc380055dae47de1d1ed8aea0ba60e740c28cb2f62ac9c043080c1ce79
0x9b49e20f94fc1a758b91cad45ab55ed8fe5a5731a8f9e6f0f0cfa543ed359563
0xbce237d2e04d2fcf477925800d577d97cfc5161bf0304b841047f8e74aca5fb0
0x9e2d021524313ed3d4c60b41db897af8b008a64f4150acf461d679610620ba5f
0xdf6de44c7dd24c04f5c696bd469641dd7d36147e1a5cb6db1ecf8238e7eeffb4
0x1dd29697f23592b08be7f44930be4b6eff99cd353c2dc8b0ae6b20bfb0efd16e
0x6e2ff966b745d46676cc6fb18211869cda4db2ef9aa3045044ef997a03aa5480

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