Index Protocol Coin
Verified contract
Active on
Ethereum with 20,652 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.00216 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15184369 | 2 years ago | | | 0 | 0.00038076157 | |
| 13439182 | 3 years ago | | | 0 | 0.0082897853 | |
| 11449799 | 4 years ago | | | 0 | 0.0027480686 | |
| 11449797 | 4 years ago | | | 0 | 0.0021200229 | |
| 11172002 | 4 years ago | | | 0 | 0.0012302400 | |
| 11014016 | 4 years ago | | | 0 | 0.0038719629 | |
| 10763623 | 4 years ago | | | 0 | 0.0051777778 | |
| 10758211 | 4 years ago | | | 0 | 0.0072577778 | |
| 10752669 | 4 years ago | | | 0 | 0.0072611111 | |
| 10747721 | 4 years ago | | | 0 | 0.0051727778 |
ABI
ABI objects
Getter at block 21199598
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
Index Protocol Coin
owner() view returns (address)
0x224c7b8edc65042270002ca4a38687ac69c83de9
paused() view returns (bool)
false
symbol() view returns (string)
IPC
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(address beneficiary, uint256 amount, uint256 releaseTime, bool isOwnable)
pause()
renounceOwnership()
renouncePauser()
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)
Lock(address _receiver, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.