Orbit Chain
Verified contract
Active on
Ethereum with 78,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,672.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORC | ERC-20 | 240.650378K | $0.006934 |
$1,668.66 | |
GLM | ERC-20 | 12 | $0.359515 |
$4.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242359 | 9 hours ago | | | 0 | 0.00063954068 | |
| 21241583 | 11 hours ago | | | 0 | 0.00055966221 | |
| 21241155 | 13 hours ago | | | 0 | 0.00040941284 | |
| 21241145 | 13 hours ago | | | 0 | 0.00072843520 | |
| 21240667 | 14 hours ago | | | 0 | 0.00048718749 | |
| 21240471 | 15 hours ago | | | 0 | 0.00061944445 | |
| 21240077 | 16 hours ago | | | 0 | 0.00056309220 | |
| 21237941 | a day ago | | | 0 | 0.00090208655 | |
| 21237722 | a day ago | | | 0 | 0.0010660507 | |
| 21237722 | a day ago | | | 0 | 0.00074858034 |
ABI
ABI objects
Getter at block 21244955
decimals() view returns (uint8)
18
name() view returns (string)
Orbit Chain
owner() view returns (address)
0x539be0d2cfe8b3bf5dfae26236746fd1f53ae701
symbol() view returns (string)
ORC
totalSupply() view returns (uint256)
947219692382480768506915048
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.