Uquid Coin
Verified contract
Active on
Ethereum with 39,351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 21M | -- | -- | ||
CPT | ERC-20 | 54.03772K | -- | -- | |
NAC | ERC-20 | 31.5K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
UQC | ERC-20 | 2.727954K | -- | -- | |
KCN | ERC-20 | 1.86K | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
MST | ERC-20 | 100 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20402744 | 3 months ago | | | 0 | 0.000047317000 | |
| 20254679 | 4 months ago | | | 0 | 0.000070169954 | |
| 20250799 | 4 months ago | | | 0 | 0.000047865866 | |
| 20250795 | 4 months ago | | | 0 | 0.000075517817 | |
| 20213112 | 4 months ago | | | 0 | 0.00041281200 | |
| 19483893 | 8 months ago | | | 0 | 0.0019000504 | |
| 19335030 | 8 months ago | | | 0 | 0.0035431400 | |
| 19283168 | 9 months ago | | | 0 | 0.0020664241 | |
| 19238245 | 9 months ago | | | 0 | 0.00084394664 | |
| 19174886 | 9 months ago | | | 0 | 0.0012066779 |
ABI
ABI objects
Getter at block 21158353
INITIAL_SUPPLY() view returns (uint256)
40000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Uquid Coin
symbol() view returns (string)
UQC
totalSupply() view returns (uint256)
40000000000000000000000000
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)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.