Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMG | ERC-20 | 37.9 | $0.278663 |
$10.56 | |
USDT | ERC-20 | 8 | $1.001 |
$8.01 | |
STORJ | ERC-20 | 0.008292 | $0.494527 |
$0 | |
SWAP | ERC-20 | 242.538292 | -- | -- | |
TBL | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13621346 | 3 years ago | | | 0 | 0.0037971900 | |
| 8123690 | 5 years ago | | | 0 | 0.00099818600 | |
| 7871239 | 5 years ago | | | 0 | 0.00095230700 | |
| 7871218 | 5 years ago | | | 0 | 0.00095230700 | |
| 6533050 | 6 years ago | | | 0 | 0.0023256000 | |
| 6532913 | 6 years ago | | | 0 | 0.00046512000 | |
| 6139968 | 6 years ago | | | 0 | 0.00027323000 | |
| 6139526 | 6 years ago | | | 0 | 0.00022220000 | |
| 5908994 | 6 years ago | | | 0 | 0.00097384000 | |
| 5908973 | 6 years ago | | | 0 | 0.00097384000 |
ABI
ABI objects
Getter at block 21164904
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Ibiscoin
owner() view returns (address)
0x2390e8b0859fe4cdffa4ad567402e6cf806ef30c
sellPrice() view returns (uint256)
0
symbol() view returns (string)
IIC
totalSupply() view returns (uint256)
31000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view 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)
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, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.