Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($299,929.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 300K | $0.999764 |
$299,929.2 | |
FOR | ERC-20 | 2 | $0.003963 |
$0.01 | |
AfroX | ERC-20 | 1M | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- | |
DNT | ERC-20 | 50 | -- | -- | |
MINTYS | ERC-20 | 19.6 | -- | -- | |
BLO | ERC-20 | 5 | -- | -- | |
UDAO | ERC-20 | 1 | -- | -- | |
BFB | ERC-20 | 1 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8791245 | 5 years ago | | | 0 | 0.00052678000 | |
| 8791244 | 5 years ago | | | 0 | 0.00053928000 | |
| 8787222 | 5 years ago | | | 0 | 0.0010785600 | |
| 8781385 | 5 years ago | | | 0 | 0.0010785600 | |
| 8772472 | 5 years ago | | | 0 | 0.0010772800 | |
| 8771104 | 5 years ago | | | 0 | 0.0010785600 | |
| 8770452 | 5 years ago | | | 0 | 0.00077984000 | |
| 8770204 | 5 years ago | | | 0 | 0.00077856000 | |
| 8770200 | 5 years ago | | | 0 | 0.00077856000 | |
| 8770187 | 5 years ago | | | 0 | 0.00077856000 |
ABI
ABI objects
Getter at block 21158003
decimals() view returns (uint8)
18
manager() view returns (address)
0x7f9ecaa1b7aa8b4a67cf303e509a338901380105
name() view returns (string)
ICBX
owner() view returns (address)
0x7f9ecaa1b7aa8b4a67cf303e509a338901380105
paused() view returns (bool)
false
symbol() view returns (string)
ICBX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
freezeOf(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)
freeze(uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferPreSigned(address _from, address _to, uint256 _value, uint256 _fee) returns (bool)
transferPreSignedNotFeeToken(address _from, address _to, uint256 _value) returns (bool)
unfreeze(uint256 _value) returns (bool success)
unpause()
withdrawEther(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
TransferPreSignedNotFeeToken(address indexed from, address indexed to, address indexed delegate, uint256 amount)
Unfreeze(address indexed from, uint256 value)
Unpause()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.