Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OBR | ERC-20 | 100K | -- | -- | |
MST | ERC-20 | 100 | -- | -- | |
ICC | ERC-20 | 2.5 | -- | -- | |
NFC | ERC-20 | 2.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319181 | 4 months ago | | | 0 | 0.00022968186 | |
| 16596523 | 2 years ago | | | 0 | 0.00093167454 | |
| 12330031 | 4 years ago | | | 0 | 0.0055613040 | |
| 12197151 | 4 years ago | | | 0 | 0.0035424000 | |
| 12118827 | 4 years ago | | | 0 | 0.0076087200 | |
| 11646746 | 4 years ago | | | 0 | 0.0023403640 | |
| 11646734 | 4 years ago | | | 0 | 0.0017751360 | |
| 10374357 | 4 years ago | | | 0 | 0.0025969680 | |
| 10244066 | 4 years ago | | | 0 | 0.0010869600 | |
| 8633490 | 5 years ago | | | 0 | 0.00041443200 |
ABI
ABI objects
Getter at block 21217783
advisorLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=276240000000000000000000000, duration=62208000, withdrawn=false)
crowdsaleAddress() view returns (address)
0x0532dd9ecb00c424c72335df4f60c11c03229ec0
decimals() view returns (uint8)
18
foundationLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=230200000000000000000000000, duration=62208000, withdrawn=false)
name() view returns (string)
Obirum
owner() view returns (address)
0x341f968a686791f1d6b056bb93140acaa72b970c
paused() view returns (bool)
false
publicAmount() view returns (uint256)
1151000000000000000000000000
startTime() view returns (uint256)
1525503600
symbol() view returns (string)
OBR
teamLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=299260000000000000000000000, duration=62208000, withdrawn=false)
totalSupply() view returns (uint256)
2302000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setCrowdsaleAddress(address _crowdsaleAddress)
setStartTime(uint256 _startTime)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawLocked()
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(uint256 lockTill)
This contract contains no fallback and receive objects.
This contract contains no error objects.