Blussy the Cat

Verified contract

Active on Base with 1,405 txns
Deployed by via 0x057100f4 at 12902438
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Blussy the Cat"

0xefe83211ec92091a881bae4251f4fb68e75e5643daf67417c3d0a0dc6c13e122
0x2c2e0b9a1dcfcc8addc451b3df72c2084c2a46f05ced74077d148052fe889500
0x5dd437633d80f9a19801e5a977fecb15a602bb8ca435ea6e6bb0fc724422bafc
0xc7cb8befb0610e9cdd8ba6431b582e1713208c6cd61cdff5bc7f75f7f7ae35a3
0x761b6b8d853f67fe217af5407f19bee285c4dbc0e5e839b75bfb041b9febaff3
0xa3dbc62aab48580b662c16615e3b545a0f36dcc1e296d080ef244139aef16445
0x80f2d5686a6676c43a580c5aa8eefbe4c6151ad493f2d8654e724b31e58cff82
0xa1624f4aec137e50e4a6c3f522ca3502543e7dc0d5b51dca5d805dc3b9a2db04
0xd6a0c9032206ec7ca8a403f72707e37b0cbed2f6e7cc1875e232adede9753c58
0x18ddc836e9a7db659c2f4d1281c7401608b142e57d95346aa53be2775f372d53

Functions
Getter at block 22909838
decimals(view returns (uint8)
18
name(view returns (string)
Blussy the Cat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BLUSSY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account