Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPENC | ERC-20 | 187.1201 | $0.0116 |
$2.17 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
OPEN | ERC-20 | 187.1201 | -- | -- | |
OPENC | ERC-20 | 187.1201 | -- | -- | |
OLE | ERC-20 | 110 | -- | -- | |
EPIC | ERC-20 | 33 | -- | -- | |
ICTA | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453370 | 4 months ago | | | 0 | 0.000039172000 | |
| 20453299 | 4 months ago | | | 0 | 0.000039172000 | |
| 20452883 | 4 months ago | | | 0 | 0.000039172000 | |
| 20452079 | 4 months ago | | | 0 | 0.000060000000 | |
| 15786770 | 2 years ago | | | 0 | 0.0010584603 | |
| 15653287 | 2 years ago | | | 0 | 0.00037547214 | |
| 15582489 | 2 years ago | | | 0 | 0.00063988925 | |
| 15575302 | 2 years ago | | | 0 | 0.00070426776 | |
| 15421244 | 2 years ago | | | 0 | 0.00021804924 | |
| 15357353 | 2 years ago | | | 0 | 0.00034635390 |
ABI
ABI objects
Getter at block 21246703
crowdsaleAddress() view returns (address)
0x627285200c02068e3a1a8ded8541f37b1200701f
decimals() view returns (uint8)
18
isLocked() view returns (bool)
false
name() view returns (string)
Olive
owner() view returns (address)
0xe0b82bb85ff90eec02e91980f80d8f94222f29ee
paused() view returns (bool)
false
symbol() view returns (string)
OLE
totalSupply() view returns (uint256)
10000000000000000000000000000
unlocktime() view returns (uint256)
1527868800
Read-only
addressLocked(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfLocked(address) view returns (uint256)
State-modifying
Events allowCrowdsaleAddress(address crowdsale)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAddress(address addr)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLockedPart(address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unlockAddress(address addr)
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.