ROARING KITTY

Verified contract

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

No balances found for "ROARING KITTY"

0x002f92226becf0c0c0eb6e6c83481531d5033d3fec64c666d58486ad9f575daa
0xa610abbadbe90a8e5ebb8b1217d8c5e627ed51a515f65fdd1696fad1ef2d9e50
0xccb29335c6c470afaa57d24c4bf7c18bea2c8d138af023faca0632bee0e2480c

Functions
Getter at block 23870609
decimals(view returns (uint8)
18
name(view returns (string)
ROARING KITTY
symbol(view returns (string)
KITTY
totalSupply(view returns (uint256)
550000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
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