The Frogspawn

Verified contract

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

No balances found for "The Frogspawn"

0x72388da14cc8c8ff1b5c03cab010c997a29e29e28a2fc08792af848a8204c232
0xeb7099d8bd25def5f3e1c967315f00a41c96469388b38aa2f97672f30b8b5248
0xe43f6052bda64d20f80403174660ad3d2744e52ea1e9719eb6e0cd587f8b8c41
0x6b4a64bef9f9a29f1b9e41ede221ff6f62f017bc6c6b3c48ff91afc744f5dcdb
0xdb4c97f67fe37b62da8ea9c29af8abb5e3257ab2f730788a0e04727a3b65acba
0xe2b8328a9f979f88f9c246ed2dc0435a33d5d56dedf3e16cea9d909ed942f276
0x655822437f79c2d06c03efec173df09690424142216fb445ad5d72a0527ba90c
0xd3a54d0d8b1c3c48959d1ca8cff65754f0809b1a94120e5bf1dfd5f6e1540fe5
0xe8394b2e2ba6b05577480c5f717875b0c94d10565630dabcc9c85ce4804e1b90
0xfa65c230de975ace946ec4d4cdd9c851208fc36975e87cea8a407985c0a73aed

Functions
Getter at block 23599755
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
The Frogspawn
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
EGGS
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