IPCHAIN Token
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IP | ERC-20 | 152 | -- | -- | |
IPC | ERC-20 | 15.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8956996 | 5 years ago | | | 0 | 0.00034204680 | |
| 8368356 | 5 years ago | | | 0 | 0.00021150000 | |
| 8297445 | 5 years ago | | | 0 | 0.0015269630 | |
| 7950320 | 5 years ago | | | 0 | 0.00042985129 | |
| 7623146 | 6 years ago | | | 0 | 0.00031307400 | |
| 7565156 | 6 years ago | | | 0 | 0.00014948400 | |
| 7246322 | 6 years ago | | | 0 | 0.00052243000 | |
0x | 6642209 | 6 years ago | | | 0 | 0.00012627600 | |
| 6567828 | 6 years ago | | | 0 | 0.0011565280 | |
| 6330051 | 6 years ago | | | 0 | 0.0018621500 |
ABI
ABI objects
Getter at block 21324925
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
IPCHAIN Token
owner() view returns (address)
0xd6f1f67e5b9ff288d5366a8aebdc9fa78eeb2bc9
paused() view returns (bool)
true
symbol() view returns (string)
IP
totalSupply() view returns (uint256)
357002710782453798245778018280321912242163547029
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)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.