Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TBCC | ERC-20 | 1.645363K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20695576 | 3 months ago | | | 0 | 0.000055166241 | |
| 20682711 | 3 months ago | | | 0 | 0.00010729487 | |
| 16632367 | 2 years ago | | | 0 | 0.00054808000 | |
| 13125089 | 3 years ago | | | 0 | 0.0032064300 | |
| 12982110 | 3 years ago | | | 0 | 0.0016457520 | |
| 12761274 | 3 years ago | | | 0 | 0.00029712000 | |
| 12532990 | 3 years ago | | | 0 | 0.00083646000 | |
| 12372180 | 4 years ago | | | 0 | 0.0020809919 | |
| 12366719 | 4 years ago | | | 0 | 0.0016634160 | |
| 12350486 | 4 years ago | | | 0 | 0.0020911500 |
ABI
ABI objects
Getter at block 21297049
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
300000
_totalSupply() view returns (uint256)
25000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
Orient
owner() view returns (address)
0x9e7641216640041ca7838c9ded05538a1f001e7e
symbol() view returns (string)
OFT
totalSupply() view returns (uint256)
25000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.