pogfish

Verified contract

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

No balances found for "pogfish"

0xfce49cabc6775b7c8791eed65ce03ef5455eb690b95ff20207b7dc03500f1de2
0xbeb4762723e9af687927f7199b8cd90789c922f5dc3d09e3e10ca759952153a2
0x2ddf08b325337aa2efabebc5ac9938e8a01d818256a507f97e203d813cffe5e9
0xf1941167043be71899992d8e0b7623a720495d91c304c7fc397d2ce81fbaeebb
0xcd8c0a1ba68cf939c9cf0957e6559ab41d7a441b3a05697650631d79dc918090
0x3ca8e306ff09f1610e6569ef0c136c3db0bcfb6035310d70835f37adfb08d9d6
0xd7991f1e447a9aa92d1d49fe7ddbd19d602b9c57a91af5596a72485e4727a217
0x7dd6c8857c5b46cf3245fa010fb94fbb54a439910588e6e85e8a0e97aadccfae
0xa0315b5b5c51e15254d523626fedd8a1ce2a992072335064edbab45d689cf845
0x67370801fd2d49a861c88cdb280ff1c09337c013285c197338d9b1565787263e

Functions
Getter at block 23751243
decimals(view returns (uint8)
18
name(view returns (string)
pogfish
symbol(view returns (string)
OOOOOOOOOOOOOOOOOOOO
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(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