cat in a dogs world

Verified contract

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

No balances found for "cat in a dogs world"

0x6d48a7f7a0d3d17120218dc33798997b1d72af5702ac13b1f574bc0e0b677630
0xa798b9118c7e36e365749620b0394cd0172004928d774e9d2667ac39921c174c
0xc55e2e5d46d6decedad9df1669452b70f74305429d70a356d348e0b666bdf060
0x6bedd67690b64880c4d4fcb53c7d3a7af91069e95d77fabc78056072b79dd4d8
0x0ebdfc6fff69e5fe8ff5a515e5595ea9d89f1e99f7fc6a46bc057b951f8862b7
0x1f71daa25a5e42770c1414f09964780467e092bf7c9579625ef534c2b3a3e4ca
0xbdb12edc4220e6f539975893a1ecccade1b2e1213c3b25a0cc8b8140292d356c
0x9176e40f360fc20a73fcc8ee54b86335d5034fb20d6d32477f421ede0cb08a59
0xd99ec49cf82f9af0d0c8c205cd42727a027648622c2678583b4ad55f5d7dc7eb
0xc2c7b16440a90d355f5717e49e06bfcf30dd2de073499089d6230301d838bff8

Functions
Getter at block 23607753
decimals(view returns (uint8)
18
name(view returns (string)
cat in a dogs world
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MEW
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account