catsbeingweird

Unverified contract

Proxy

Active on Base with 280 txns
Deployed by via 0x56b4553e at 15763162
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
0x36c0e294bb116bcad4467ec00072bb7a702d9a8e004e99e5fc18de148a46353a
0xb089d598240d20e83c998c5184a1275bc166829ffc93179e4717d74cab9c2045
0x5d79c747f527f1f5c343f4f399d7b929aa7efe8fcf20ae759e5cec222001346a
0xd4d11495f01963603df27d9ac094a6f2dfa85024755715ac77d94bc48f0ea623
0x6e92ca5b375bd5c472812f402340a4e7025ed55a38a01e1a02ac87dcca8ee97e
0xc2dbdf66a39a2248ea088d107c167face81e12bf11a54dfe10122bbfbf7b3118
0x4d31ecf7664636e7608642bca23bc4d2bdf6302ad5dfadcf28f647501bf45539
0xc48ea4c5c9ae0e14d5f9b0edd431dfff2aa1b14caf6db00f7cadc93261b60c0a
0xc288e1ec9ee267689ba100c1fea2232b7d62e95f36918ef38e275880fc4c9ff1
0x430ae0ba4184f1274aea8f975e3251b855a340cdaa40c92b8ab0117168da20fb

Functions
Getter at block 22918951
decimals(view returns (uint8)
18
name(view returns (string)
catsbeingweird
symbol(view returns (string)
strangekitty
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(