JEVQ

Verified contract

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

No balances found for "JEVQ"

0x1662f6f74429a5a82776e0079cebdcaefcc504e3d522ca856588c120846b9efb
0x6525c20522d5fc63ca5e3d31d5343d24a6363105531d7d3d42bd100b7f79877f
0x81b2b876686fb9a85b03dc7ee12a7814fb5a7ce74f3b0e571291f17e84a47ddd
0x97e65af5433021c2f5e620e07d5a7d093634469747da580ec7956d7b867d79a8
0xd6e82e06105efd579769986fa0c2317e06694d0a9e3d13ccaa300d0b21adacf3
0x90e78ee8738cdf9e1ccda4b2a93f152a0efc368c9e8c9d96c1852f96d8eb2f17
0xc76e44159fa90e81a715fbc2aea88f2ebbeda9aa105d55fcb686d640fb701077
0x6112b3611bb4b3234c5cd4a684bdcc9222207502a5ae6dc3434e4096c223040d
0xe625b2cd69306549508e052d3726a11b3b313978e0e1b8b6482340f84c076b37
0x71e466b6cc860012e4ee53b72aa501cff81cf5a5019541ceec084872bdbcbea8

Functions
Getter at block 21869820
decimals(view returns (uint8)
18
name(view returns (string)
JEVQ
owner(view returns (address)
0xe692c6333ccb310fef9abd03efd160dd825e66e1
symbol(view returns (string)
JEVQ
totalSupply(view returns (uint256)
3000000000000000000000000000
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