Frogeye

Verified contract

Active on Base with 328 txns
Deployed by via 0xc8278f8e at 15149578
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Frogeye"

0x603ebd099995f874f57f26115102cb9b12ab1a803bb4f6676c455c0398b3bc26
0x6839949ba5f4f7640014cc40d7377ebc7b85b2fced6179d260248bef1d24c9c7
0x91a1b7f1ab98e0ab943e889d37fc7e625f279da7f645b52752f32bdbfc45b47b
0x3383034adef0b2cd97d9e55eb3988dda8ac1df97bd7dba376682c6e9e0fd92dc
0xc2b38177411ead84c66e1f0a48aada49fc3b8e91c34a4db9bcbed8b33ad16075
0x8296c9230d50fb0e328b269d4326cb9bbd6f1bbd76ddf731dee379c536be9aa9
0xd9b6cd3168e2f1b8f5297123a8b4217f3871843e284912400a860242bdaa88ed
0xf25befdd9b5087800f9c2fa7ea426113d802031122aef77bda616f518f7af72c
0xff66e2e9940a1e994d3febb56eedce42b7caa34595b56219746958b051270d5c
0x4f6ac3625f7ba88ec9b20af19c2e2e33a040be8ffaac2552707a2da9c1968fa5

Functions
Getter at block 23888684
decimals(view returns (uint8)
18
name(view returns (string)
Frogeye
symbol(view returns (string)
FROGEYE
totalSupply(view returns (uint256)
100000000000000000000000000000
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(
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