This contract is being backfilled. You may encounter incomplete storage history.

pro n

Verified contract

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

No balances found for "pro n"

0xa9fc3e04235d7c438dff32e7906fdb4d68241a9a014814e8a5ccb19e381274ca
0x2e5d6b36fe37c888dbf5de9fb3fa9e7389a92646a43434ccfb0b4b008425fb35
0x822f960af55183ddf19c3f87f9bce98bfdb37f9e8b4abca4754b5c8050389240

Functions
Getter at block 23934753
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
pro n
owner(view returns (address)
0x3ccc78545f675a188b7521f7f4b4791995752635
symbol(view returns (string)
pro n
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account