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 |
---|---|---|---|---|---|
IDV | ERC-20 | 13 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5945668 | 6 years ago | | | 0 | 0.00044268000 | |
| 5537312 | 7 years ago | | | 0 | 0.00037656000 | |
| 5263347 | 7 years ago | | | 0 | 0.00022134000 | |
| 5253385 | 7 years ago | | | 0 | 0.00022134000 | |
| 5248165 | 7 years ago | | | 0 | 0.00033201000 | |
| 5134019 | 7 years ago | | | 0 | 0.00017707200 | |
| 5083174 | 7 years ago | | | 0 | 0.00059268000 | |
| 5081359 | 7 years ago | | | 0 | 0.0010420182 | |
| 5053268 | 7 years ago | | | 0 | 0.00088536000 | |
| 5052847 | 7 years ago | | | 0 | 0.0017707200 |
ABI
ABI objects
Getter at block 21322136
buyPrice() pure returns (uint256)
0
decimals() pure returns (uint8)
4
name() pure returns (string)
Indus Coin
owner() pure returns (address)
0x507c6cf4fa991a5a6ae620ffa0a6f54a3408d64e
sellPrice() pure returns (uint256)
0
symbol() pure returns (string)
IDV
totalSupply() pure returns (uint256)
70000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromWithFee(address _from, address _to, uint256 _value, uint256 _fee) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.