This contract is being backfilled. You may encounter incomplete storage history.

Flight of the Peace Frog

Verified contract

Active on Base with 1 txns
Deployed by via 0xd077527d at 16266426
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xe37b307191065fed59d55805ed3162690f7b1e6299cdde7a501648cf2f66b5ab
From

Functions
Getter at block 23868170
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Flight of the Peace Frog
owner(view returns (address)
0x3ccc78545f675a188b7521f7f4b4791995752635
symbol(view returns (string)
$FROG
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account