Notcoin

Verified contract

Proxy

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

No balances found for "Notcoin"

0xb8d829582c06866d73e4d1338527394b67d3a173e7feea8d3af1c1b5e8a75019
0x3b198680589578a3f1adc73941c936e672465cad0027a454e8b90b1ab7c136c0
0x466371aee47af3edc9abc6f81d596cacef80266669e6fec9a6b6586dfb2662ab
0x55faadea96383666ca9d74fdeb45d757451a58101ff2f753512f4441f973a5f1
0x060001100a5b64f8a9d8d5d839025fdb118a181cea1273e867d1cbc01f565a1f
0x8959b1928b4e0eef9447ed8aef75c70c10564a3085127bc3713567352b1eb07f
0x60fe0fc0e2c723973458abd80221fa29703453e2299f8a6b2c98f59e8eb6bd50
0x29cd0a4c6b9b3df121d354e5264915ea7710c94e15c091212d186a41cb6510d1
0xe523cba0cb95695eaec9026c31bd91f25c53628bd7e92f457c34527a93737ef6
0x66a032fead9d3effeccdb143b8cdc10b621ba1a290e7125180932be7fb0d464f

Functions
Getter at block 23622367
decimals(view returns (uint8)
18
name(view returns (string)
Notcoin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NOT
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account