based nubcat

Verified contract

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

No balances found for "based nubcat"

0xe81ef0b928e54d493ebbfe2ac5acc76062e3906209838822166959ef4cc8005a
0x3bbb1bd7958947e3eba4df4f5bc5ab79b912b208448c1443841729b752e7f5c2
0x2c65b1ee864132fd145e20777f9fee3469e3c58493fdeca7dded1cd8d2423220
0x1203276e6d2ebb2e602b62b80f9ba50debe7e80790128bd43d52cb12c2d8fb89
0xc694f9f6e1bd0cf541060291555f11c824e4e9594f323474ecf5bdaad247ae59
0x09b7719a85a5ec566ff44a0c51f74f368ea2d28dc560c3a4ff62aa694c38fdef
0x4d2b695fe5d6ad825c598d90193208cedb28a55c7d79d0b1e0fef82126a0afc8
0xc4c8d36db285da5e2d908c5a530753bff24684e6272f4321dae5b651a980ffd3
0xcfcdb1f715aecffa34e7f6dad1ef2524e04d804e725eb06c19a15431d902a292
0xd0d90ff2a7290631a28ecc8486e6bf021325f3df8cf87d744ecced7e516545f6

Functions
Getter at block 22772938
decimals(view returns (uint8)
18
name(view returns (string)
based nubcat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
nub
totalSupply(view returns (uint256)
69000000000000000000000000
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