Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($752.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UTK | ERC-20 | 10K | $0.044128 |
$441.28 | |
OCN | ERC-20 | 8.095721M | $0.000038 |
$310.79 | |
CVT | ERC-20 | 5 | $0.000135 |
$0 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
OCP | ERC-20 | 211.822065K | -- | -- | |
XPS | ERC-20 | 100K | -- | -- | |
DTA | ERC-20 | 75K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218133 | 4 days ago | | | 0 | 0.00086694573 | |
| 21206497 | 5 days ago | | | 0 | 0.00047930495 | |
| 21182131 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181819 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181815 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181815 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181815 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181810 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181784 | 9 days ago | | | 0 | 0.0037477800 | |
| 21181784 | 9 days ago | | | 0 | 0.0037477800 |
ABI
ABI objects
Getter at block 21245704
decimals() view returns (uint8)
18
name() view returns (string)
OCoin
owner() view returns (address)
0x85cbf5705cccc880411d6bd6d2fe5485621a968e
paused() view returns (bool)
false
symbol() view returns (string)
OCN
totalSupply() view returns (uint256)
10000000000000000000000000000
unlocktime() view returns (uint256)
1524326400
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
setCrowdsaleContract(address crowdsale)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferToLockedBalance(address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
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.