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

Vibe Cat

Verified contract

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

No balances found for "Vibe Cat"

0x2e60970b83bca647f9eefb02a8ff2671989fb3c89322c9fe700443650d607525
0x40ca76d7e50efddd207a45568dc6c3b7b89d10dbf0866dbbf593001acbd931f3
0xfbb97f77baac5f3a1660db71b5f95957c728b7f288763fef551edc7788644f3f
0xa1ce6e0b7b26f02f8378afc598592fad774ff1ea23d8072c0ba25f5139f96d21
0x496436da6346cc0200df1f5d70c1be2b05692f2286c92db01c4087bfe6b488b0
0x7bf140f0649e5215d926b9cbf497cf53313c7816fa8e3d320810f52631194c06
0xb01af04abaa03aa9df1014181e85c96d7e09d64860b1a3d7076d82ef54622192
0x752db5f6b88a4f911aa11af55ee4a0d2e10251a1e9dc5e7f04c38b64cbae8e79
0x9d6fd819b15ea4cfad77c3c2d5afb388a39210fe687008abc4a9fcd8a7420c44
0x64c53499a4a32b187dfd23da8fd9a035b67232545860d6c8e95a1e26bdff3ccb

Functions
Getter at block 23674167
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Vibe Cat
owner(view returns (address)
0xc750af290bb41ca5dec04f22cd1318e940dd826a
symbol(view returns (string)
Vibe
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