Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ubiq"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5975987 | 6 years ago | | | 0 | 0.0015048230 | |
| 5935289 | 6 years ago | | | 0 | 0.00033341490 | |
| 5930274 | 6 years ago | | | 0 | 0.00051639000 | |
| 5821103 | 6 years ago | | | 0 | 0.0010991700 | |
| 5712161 | 7 years ago | | | 0 | 0.00073406000 | |
0x | 5701460 | 7 years ago | | | 0 | 0.00032857518 | |
| 5662604 | 7 years ago | | | 0 | 0.00084122500 | |
| 5661939 | 7 years ago | | | 0 | 0.0011876970 | |
| 5655109 | 7 years ago | | | 0 | 0.00036703000 | |
| 5654086 | 7 years ago | | | 0 | 0.00051703000 |
ABI
ABI objects
Getter at block 21395814
UbiqIssued() view returns (uint256)
50000000000000000000000000
UbiqTalk() view returns (string)
Ubiq
decimals() view returns (uint8)
18
name() view returns (string)
Ubiq
owner() view returns (address)
0x4d8f7cfae437d2c3aa63827be98a3dbd1bd9edf5
symbol() view returns (string)
UBQ
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
drops(address[] dests, uint256 Ubiqs)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
talkToWorld(string talk_)
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)
UbiqTalked(string newWord)
UbiqsDroped(uint256 count, uint256 kit)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.