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

SECRET SERVICE CAT

Verified contract

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

No balances found for "SECRET SERVICE CAT"

0xdfaa840839a049059e30fefea5572d5f2a9e09f29c6439bfb57b239f10eb1ddc
0x94d4d249c4b74c5b36f3239643e8c9ce6def984826d2193a49d8f7ab580eb333

Functions
Getter at block 23933015
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
SECRET SERVICE CAT
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
$SSCAT
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