CATFISH

Verified contract

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

No balances found for "CATFISH"

0x6033565692c67428c9dd0bfdb6f6cf39ba13a1ec78fef342b787cb285b796ed5
0x9ad80b3674f94e9667dd5df05a88357274f1ecdf927a4b201c11b1ad2eafdbfa
0xde4b0ff71e24ff08904fae38c5f657293294b96c2a246dba55808be5c823d6cd
0xccf9e3be706faaf0f22ef08003da5c29243697d61b7e852f64085dafbbfc43b9
0xee1564999df08ab6ba8540564a2fcc8ac817e56faca94e2bff89a696aafbf833
0x81ec9dd28ddeb77af2ddbd0d9ae091bc785eabc7c09e93ef6275b6a53cf9248f
0x47a0498504748e7ab7ce2a5d22a36df615c247f0f03d2a3fea4b8d8f8e66b9ad
0x4c6ff52d956345f468ffb24428ad4e46427d69980ce1780743b23c8c89ba8a8b
0x763a378ff1540bd1e6e7c4d99eeae28bea2a0829df099166d107bc58c5188aad
0x34595eed273e3b98efcaac0ffd4e99a7022f7c5c316417779e126368314b4672

Functions
Getter at block 22755711
decimals(view returns (uint8)
18
name(view returns (string)
CATFISH
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CATFISH
totalSupply(view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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 name_string symbol_uint256 mintedTokens_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account