JVP

Verified contract

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

No balances found for "JVP"

0x37c3e2e417ab40ae0f7450c195978cb4b46696e1da60deabbc54c784fcea6750
0xf18fa9596f5d7dbbbaa6934a319a2658fd65fc7a03f5f62d774c92d64063587d
0xfd83048098cc8e07d96a9ef1fca031f734f684561fd3aa22e292d0fe7f4e0a8a
0xf17579a4b2333f2a4aeb28e927e29092ae9a7914d1c551ac734db88d0f1a14f6
0x6ed3c054395128bd5bde5cd7df83d811829c8634248e6452a22738cad7c33079
0xe95479782299f11c0eb0ec553c3d1cfdf0a4f0e29dc301a6b341f43c0279e7a1
0x12576539d496e456674c0f94f1d2201c5ebeb2550225faa1dca8b2d563a20e0f
0x69970f03cf68d56ea7d96226c12d075f54c8a11ed22ea5a03d7ad8e7961018b9
0x67c669284733b2fcff53c7c28518fd7f8a08d65aaee52890af28ca779c016733
0x08c09e8a52a74541fe2dbd139030502881dce896ab53af5b63cb87a1fdbe8844

Functions
Getter at block 21998213
decimals(view returns (uint8)
18
name(view returns (string)
JVP
owner(view returns (address)
0x7b10bc83dd5881f995bb53379f6cd7782310fef3
symbol(view returns (string)
JVP
totalSupply(view returns (uint256)
13000000000000000000000000000
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