Hitlery clitin

Verified contract

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

No balances found for "Hitlery clitin"

0xaf5254a354936941eb4fee9cff02c9b8f9e8a88805008e01867800c6276ede44
0xbd3336931d329a2859126470094da8fc029d1d2fdc83ec6ae40501742fbf9f26
0xde9c7a2bff2350ab4f046b528cb531ff75bd9e5c5dec81e0b9e8be6f9c896a7c
0x8fe719dd8d3962c3c16b1d78f57ad38c65de9f869842db16d31b5021b0911788
0x0d4e7c214103fe9b994114dde999a247c15dbc9af921f844aaf2e60569a23024

Functions
Getter at block 21884023
decimals(view returns (uint8)
18
name(view returns (string)
Hitlery clitin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Clitin
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