NewPiedPiperCoin
Verified contract
Active on
Ethereum with 2,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPPI | ERC-20 | 1K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16900987 | 2 years ago | | | 0 | 0.00073278012 | |
| 9540221 | 5 years ago | | | 0 | 0.000074092000 | |
| 8326467 | 5 years ago | | | 0 | 0.000025903200 | |
| 8039943 | 5 years ago | | | 0 | 0.00084295000 | |
| 7178019 | 6 years ago | | | 0 | 0.00033718000 | |
| 7151968 | 6 years ago | | | 0 | 0.000073300000 | |
| 6583440 | 6 years ago | | | 0 | 0.00027487500 | |
| 6301021 | 6 years ago | | | 0 | 0.00036231200 | |
| 6049990 | 6 years ago | | | 0 | 0.00037500000 | |
| 6034886 | 6 years ago | | | 0 | 0.0015026500 |
ABI
ABI objects
Getter at block 21168110
decimals() view returns (uint8)
4
name() view returns (string)
NewPiedPiperCoin
symbol() view returns (string)
NPPI
totalSupply() view returns (uint256)
22500000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.