Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,301.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.075K | $1.002 |
$1,077.15 | |
UBX | ERC-20 | 17.61091M | $0.00001 |
$173.82 | |
BBTC | ERC-20 | 0.00052 | $96,930.00 |
$50.4 | |
PAPI | ERC-20 | 3.894069M | -- | -- | |
DOG | ERC-20 | 99.999K | -- | -- | |
HQG | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244040 | 3 minutes ago | | | 0 | 0.00079765700 | |
| 21244037 | 3 minutes ago | | | 0 | 0.00058855700 | |
| 21244032 | 4 minutes ago | | | 0 | 0.00087925700 | |
| 21244023 | 6 minutes ago | | | 0 | 0.00092733587 | |
| 21243963 | 18 minutes ago | | | 0 | 0.00093431719 | |
| 21243897 | 31 minutes ago | | | 0 | 0.00068143470 | |
| 21243778 | an hour ago | | | 0 | 0.0014088640 | |
| 21243767 | an hour ago | | | 0 | 0.00068749575 | |
| 21243578 | 2 hours ago | | | 0 | 0.00076408553 | |
| 21243569 | 2 hours ago | | | 0 | 0.0011881044 |
ABI
ABI objects
Getter at block 21244052
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
126727541417
decimals() view returns (uint256)
0
name() view returns (string)
UBX
owner() view returns (address)
0xef4ab6d65c00d0d53e53fb87e0804c718d58ff81
symbol() view returns (string)
UBX
totalSupply() view returns (uint256)
126727541417
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
issue(uint256 amount)
redeem(uint256 amount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Issue(uint256 amount)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.