LHPV

Verified contract

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

No balances found for "LHPV"

0x66e01bb495d5e3bc84dd7ed48d5116aeafacd229196975fb76ef7b368c577a44
0xbd3f6111157ac0d7ebec176cb9494553a5bdf7db52125d618a70802595af60b0
0x90e57096a2a0a1b5459664a8cd33a5266af7fa17bdf2f2ed96af4dd57d3fb10f
0x8e7897a161fad7b31ea756c56fcfb7306cbb34ee181860c47355dd52f9eb381c
0xca02bf19ddecf96008e35f13c30367311d0d5b403780c5bb33a5e4fbfd58a55b
0x65705eb828bef0622015b08f4ef46a81d83bd8040704accca06c51f7db39c81e
0x94f6e7efc404041918c02c9962e2b2d06d8df99bad29291717dcd728785b9baf
0x68a0ecb9f860fe41d840f427ef20d7ee461c0296080662b1a24a088426ec746d
0x45bce4db3a089c827990b8adcce97b9af3c847431df923ec99bd9d3be14ab772
0xeff3856ed375e9034dba65a8cb1cebd18ce4e5a05e026f638c6ac494b833de42

Functions
Getter at block 23086096
decimals(view returns (uint8)
18
name(view returns (string)
LHPV
owner(view returns (address)
0xadf9e83655d5978b34676aec694b8563b61672bb
symbol(view returns (string)
LHPV
totalSupply(view returns (uint256)
80000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
init(address init_0xreturns (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