UC Coin
Verified contract
Active on
Ethereum with 12,704 txns
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 |
---|---|---|---|---|---|
GNX | ERC-20 | 6.14 | $0.000439 |
$0 | |
HMC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9812393 | 5 years ago | | | 0 | 0.000086051350 | |
| 9340061 | 5 years ago | | | 0 | 0.000052754400 | |
| 9079134 | 5 years ago | | | 0 | 0.000053768160 | |
| 8927431 | 5 years ago | | | 0 | 0.00095352600 | |
| 8927424 | 5 years ago | | | 0 | 0.00061186950 | |
| 8860580 | 5 years ago | | | 0 | 0.000045534000 | |
| 8860578 | 5 years ago | | | 0 | 0.000015150000 | |
| 8860567 | 5 years ago | | | 0 | 0.000045534000 | |
| 8860567 | 5 years ago | | | 0 | 0.000015150000 | |
| 8860536 | 5 years ago | | | 0 | 0.000045534000 |
ABI
ABI objects
Getter at block 21168638
INITIAL_TOKEN_SUPPLY() view returns (uint256)
50000000000000000
MAX_UCCOIN_SUPPLY() view returns (uint256)
500000000
MINIMUM_SELLING_UCCOIN() view returns (uint256)
150
UCCOIN_PER_ETHER() view returns (uint256)
1540
decimals() view returns (uint8)
8
name() view returns (string)
UC Coin
owner() view returns (address)
0xe2d4be8421fbb20c5677e35cf60cf09ab5f9f914
shouldStopCoinSelling() view returns (bool)
true
symbol() view returns (string)
UCN
totalSupply() view returns (uint256)
50000000000000000
weiRaised() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
blacklistAddresses(address) view returns (bool)
contributions(address) view returns (uint256)
State-modifying
Events addUserIntoBlacklist(address target) returns (address)
approve(address _spender, uint256 _value) returns (bool)
buyUcCoins() payable
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
getBuyerContribution(address target) returns (uint256 contribute)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pushAllRemainToken(address target)
removeUserFromBlacklist(address target) returns (address)
sendTokens(address target, uint256 tokenAmount) returns (bool)
setContinueSelling()
setMinUCCoinSellingValue(uint256 coinAmount) returns (uint256)
setStopSelling()
setUCCoinPerEther(uint256 coinAmount) returns (uint256)
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)
TokenPurchase(address indexed purchaser, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UCCoinSaleIsOff(uint256 updated)
UCCoinSaleIsOn(uint256 updated)
UcCoinMinimumSellingChanged(uint256 value, uint256 updated)
UcCoinPriceChanged(uint256 value, uint256 updated)
constructor()
fallback()
This contract contains no error objects.