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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.0023 |
$0 | |
| ERC-20 | 21M | -- | -- | |
UBC | ERC-20 | 68.007K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
CBIT | ERC-20 | 1K | -- | -- | |
ICTA | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868602 | a month ago | | | 0 | 0.00072667052 | |
| 20640078 | 2 months ago | | | 0 | 0.00013609260 | |
| 20525683 | 3 months ago | | | 0 | 0.00021142365 | |
| 20223692 | 4 months ago | | | 0 | 0.00019228401 | |
| 20044169 | 5 months ago | | | 0 | 0.00037288368 | |
| 19053185 | 10 months ago | | | 0 | 0.00053187995 | |
| 18904944 | 10 months ago | | | 0 | 0.00083507345 | |
| 18211209 | a year ago | | | 0 | 0.00054204073 | |
| 18211163 | a year ago | | | 0 | 0.00053200718 | |
| 17464200 | a year ago | | | 0 | 0.0011734738 |
ABI
ABI objects
Getter at block 21158732
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
UBCoin
owner() view returns (address)
0xf1f94bad54c8827c3b53754ad7daa0ff5dcd527d
saleAgent() view returns (address)
0x8dd9034f7ccc805bdc4d593a01f6a2e2eb94a67a
symbol() view returns (string)
UBC
totalSupply() view returns (uint256)
633837700532870222418763359
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
registeredCallbacks(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deregisterCallback(address callback)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
registerCallback(address callback)
setSaleAgent(address newSaleAgnet)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.