Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,257.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORBS | ERC-20 | 108.29653K | $0.03008 |
$3,257.56 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
LAH | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242480 | an hour ago | | | 0 | 0.00078700329 | |
| 21242382 | 2 hours ago | | | 0 | 0.00066402199 | |
| 21242300 | 2 hours ago | | | 0 | 0.00057646232 | |
| 21242178 | 2 hours ago | | | 0 | 0.00041888112 | |
| 21242067 | 3 hours ago | | | 0 | 0.00070845943 | |
| 21242064 | 3 hours ago | | | 0 | 0.00036179889 | |
| 21242018 | 3 hours ago | | | 0 | 0.00045006337 | |
| 21241962 | 3 hours ago | | | 0 | 0.00033966923 | |
| 21241960 | 3 hours ago | | | 0 | 0.00049318057 | |
| 21241958 | 3 hours ago | | | 0 | 0.00043396878 |
ABI
ABI objects
Getter at block 21242833
TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Orbs
owner() view returns (address)
0xcae24d45363dcb03f19f44c5b6ed48e431fafe63
symbol() view returns (string)
ORBS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) 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)
reclaimContract(address contractAddr)
reclaimToken(address token)
tokenFallback(address from_, uint256 value_, bytes data_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.