FroggyFi

Verified contract

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

No balances found for "FroggyFi"

0xd1a8605f2c03caf2e424a90d48b44b8f849e1885e32064dbf5190ef2338fc732
0x2b9456c9ec4818121c5ef632703869afbc296f1183aecbe438130be177f568ae
0x3f4a6441b70aec45645021c9de44171e84e53f7381147cfff7a0a9728db260f1
0x197b37f8961d372053eb3a45490b9912285e843b69462db53c7fb4758032a893
0x2f3d2d6da4fad70b949056f0ca54d8e3fefc16e28f4e36272d9d15c5f6e3ed99
0x27dc60561c2e625e09a77466db50d4660c7b739d50f8831ecc320b044c201260
0x3df6b388adacedc0fbae47b08bec24c6c81384de18ed9e525f0088dde36d134e
0x7844de93bb36436d90d28911bd073fbd064ea13a4bfa8b9436b0069f39c77ca3
0x5704796c02c61706342346403f7feaa934425d195e9fd90a5cc497239fa41189
0x84a97f31abd3197bfc9277715b3bf7e53f9f9675fa79614dad0fa11758e2ca53

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