Roaring Kitty

Verified contract

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

No balances found for "Roaring Kitty"

0x4fe7a47c9d3090102222de3f13f7062e6c9c4778e1c9e1695d5d861b89e6c21c
0xeb90940db361766ac74a272fd7fcfbaaea6c7db343796b818345d9361402071e
0x32bb67890431b4372788411d1f5b453b1ee73224bd03ae54eb7d50c49f253d10
0xf0936f58d0653788c19066b6d781caac42450f5a4013e514a160223f1e22d38f
0x8ab789c89921b63d47c0fc96be84ea02abf89d4928ec8d9c3263ed1b6153bcc7
0xa035584da94ac4c1e9208082ed63d3edada026bb1023f0f7627ded40d0e38c69
0x5c2260b005dc9b81319d8398e3430841bd1d2b7968a1a8443bf0652a5ea4b45e
0xef471ba513eac2fb78651fc233f7e972b89d4085ae62a2165f32011d459b8a0f
0x383f1dd582ffe68f475ae49c3dd2786c90690922bf66630c82a94d895b056291
0x94268f536894485d2196ff1df38fba3d116af9cd1a30c01b245bbc9f6bd477ed

Functions
Getter at block 22971516
DOMAIN_SEPARATOR(view returns (bytes32)
0x9b933096f9966f23d6c1a7485a7f28c4e3d09b798cec36dbb5a3b9d3c0aa75a9
creator(view returns (address)
0x81c1804888e8cad7dd254ef83c6bc8f1491bcf81
decimals(view returns (uint8)
18
feeBps(view returns (uint256)
80
name(view returns (string)
Roaring Kitty
symbol(view returns (string)
KITTY
totalSupply(view returns (uint256)
8888888888000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
isExempt(address accountview returns (bool)
isPoolOrRouter(address accountview returns (bool)
nonces(addressview returns (uint256)
State-modifying
addExempt(address _contract
addPoolOrRouter(address _contract
approve(address spenderuint256 amountreturns (bool)
initialize(address _protocolAddraddress _protocolTreasuryuint256 _protocolFeesBpsuint256 _creatorFeesBpsaddress _pooladdress[] _routersaddress[] _exemptsAddr
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
recovery(address _stuckToken
setCreatorAddress(address _creator
setCreatorFeeBps(uint256 _newFeeBps
setProtocolAddress(address _protocolAddress
setProtocolFeeBps(uint256 _newFeeBps
setTreasuryAddress(address _treasury
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
CreatorAddressUpdated(address oldCreatoraddress newCreator
CreatorFeesUpdated(uint256 oldFeesBpsuint256 newFeesBps
ExemptAdded(address indexed account
PoolOrRouterAdded(address indexed account
ProtocolAddressUpdated(address oldProtocoladdress newProtocol
ProtocolFeesUpdated(uint256 oldFeesBpsuint256 newFeesBps
Transfer(address indexed fromaddress indexed touint256 amount
TreasuryUpdated(address oldTreasuryaddress newTreasury
Constructor
constructor(string _namestring _symboladdress _creator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressZero(
AlreadyInitialized(
CreatorFeeTooHigh(
OnlyCreator(
OnlyProtocol(
ProtocolFeeTooHigh(