Non-Playable Coin

Verified contract

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

No balances found for "Non-Playable Coin"

0xd7da41cc9658cc5ea766654f9332ce3c98c2860b4211d468d2df5c0692aac1ae
0xb32ea41100f1d2ab64c363e0d39801b9baa4745e75d268d7c813dca3c10dcfe4
0x09f41f25de91b620c6df1e26c5d34de9a915db4a5c318fe33f1b45e1e7d65750
0x7fae8b2c934be64bc082606e7a84a4e9ab538806744a9ad9569d6c815e971299
0x29064dca5730ea722f48c769d347fd7f3cec705d7a3301dc6f7f094c1e82642f
0x39c09b2861d89d678e0e2a9ec1a369175743ff303f438169ca782a509f63469d
0x514a955c85522693693cf80cea81220a8e04f5187cee09644b42773fe9730acb
0x4c59db76eaff8f793ffca7f2ccb3e78d57dbd0f47807f5b9a5a6455e21fc2495
0x32cbb2505bbb21a79c8426767f8a6678c8c6ae49d082b183a37bff18e4ef7eb1

Functions
Getter at block 23080864
decimals(view returns (uint8)
18
name(view returns (string)
Non-Playable Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NPC
totalSupply(view returns (uint256)
100000000000000000000000
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