This contract is being backfilled. You may encounter incomplete storage history.

Nyan,the bald cat

Verified contract

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

No balances found for "Nyan,the bald cat"

0x13d313b95466a32d3313c7c2e9dd28bdae36dca296404112c69023780e606af6
0xa550706b3c00aa99ba5225398be9274b6f505636270391330bbb37c0ce5bdd57
0x2f39083ee4407a9437de94e565d886aec39c0064aa66ef81f0ea3251dd2f7a23
0xbf0b197cae0267751a6c679ab2b3565749c3d4fa7678992351aaa61ebe0531e6
0xa717e5459783381e48388a41eddc9caeafa5f98d0edccec3da31f194b888c7c5
0x22a9b2bb0a0dcf22813e86a65616e7b7f46dd90edd053393aee25de29469568e
0x99ff8e817fff3ca93e7b835b9a915cd035744fb042d6fd493a0cfbd97504d406
0x2192b871dc161f8f0f10bc527b1d4729b4e1dbf774c5081796250370c6c8f9d1
0x825d976ec80a05f496bf3be7886b308cdbc1f7be72894e786dcfb6272a7c2c74
0xfca517cfa8fbb27c25271ef67c3a5e51db47b8f3433d02d35bd6b7606b8ae498

Functions
Getter at block 23183447
decimals(view returns (uint8)
18
name(view returns (string)
Nyan,the bald cat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NYANCAT
totalSupply(view returns (uint256)
690420000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 requestedDecreasereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawStuckETH(
withdrawStuckTokens(address tkn
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20FailedDecreaseAllowance(address spenderuint256 currentAllowanceuint256 requestedDecrease
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account