Roaring Kitty

Verified contract

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

No balances found for "Roaring Kitty"

0xd1bccd4e3746b24fa127da3b7304b694c772f4d3940d1af4ded20b4a153fa5f7
0x8d2094434135d619b69df3a49f7645521dc346b175a34d159e51cfcdf63b2336
0x7b436c34714c2fce7f500b667fcf2f00fa8686f1f78329c00d27b579663dc40b
0xb742f3b026a33c2fb4cb6d0f19bc10c98bb54dd5cd5481d08ae25e6a2619a6fb

Functions
Getter at block 22133557
decimals(view returns (uint8)
18
name(view returns (string)
Roaring Kitty
symbol(view returns (string)
KITTY
totalSupply(view returns (uint256)
780000000000000000000000000000
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