HIGH PARK

Verified contract

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

No balances found for "HIGH PARK"

0x45c630b62135aaf2eaa325a34fc0ef1da4dd64fb6a4689224fe57eb257b6daf0
0xa250b587065e1f9ac12b24866d370a296dc11023f6ad68933638680ec76921e8
0xefea9abb73563e8a0c5466b95e367a66d32b931f00a88d073a37591bb7e736f1
0x9e815348edd553a07a23e5a5b5406f65f18ca9dc8d541f72cb7d082ce415dc8e
0x02470c0e4dbc2da9799c13f894b137d38af805348b3dbf497672682d2f998f9b
0xdb6a480e6e76f285207c4ab5d1180da35f230b7c6c60199e3025e9bf20d9601b
0x21547b8c87fc3c2ba0e65ce824131b886d7bd86b046fc14cef21d71e25928371
0xa8ec91dfd80b234df616f4cebfe6f17684ae94b662a39a66357106fc9da6f975
0xf9e187845b2b713371f5bb3843c908b8cc7f25898399ea58d6e1ac42818c5cc6
0x0defca3a26b8e61de1d96170ab2034f8dd0ca69aeb23af1f96c3cd922dd25795

Functions
Getter at block 23162064
decimals(view returns (uint8)
18
name(view returns (string)
HIGH PARK
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PARK
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint8 decimals_uint256 totalSupply_address serviceFeeReceiver_uint256 serviceFee_
Fallback and receive
receive(
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