UEX Cloud
Verified contract
Active on
Ethereum with 9,195 txns
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 "UEX Cloud"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9605082 | 5 years ago | | | 0 | 0.00020172603 | |
| 9605033 | 5 years ago | | | 0 | 0.00020172603 | |
| 9604991 | 5 years ago | | | 0 | 0.00020172603 | |
| 9604990 | 5 years ago | | | 0 | 0.00033672600 | |
| 9604947 | 5 years ago | | | 0 | 0.00022414003 | |
| 9604777 | 5 years ago | | | 0 | 0.00037414000 | |
| 9604770 | 5 years ago | | | 0 | 0.00020172603 | |
| 9604620 | 5 years ago | | | 0 | 0.00037414000 | |
| 9604614 | 5 years ago | | | 0 | 0.00022414003 | |
| 9603203 | 5 years ago | | | 0 | 0.00022414000 |
ABI
ABI objects
Getter at block 21399733
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
maxPurchase() view returns (uint256)
10000000000000000000
minPurchase() view returns (uint256)
1000000000000000
name() view returns (string)
UEX Cloud
purchaseCardinal() view returns (uint256)
500000000000000
purchaseFinished() view returns (bool)
false
symbol() view returns (string)
UEX
totalDistributed() view returns (uint256)
11000000000000000
totalPurchase() view returns (uint256)
19992350000000000
totalRemaining() view returns (uint256)
956659441261921390
totalSupply() view returns (uint256)
991000000000000000
value() view returns (uint256)
466273537218
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events Constructor()
airdropTokens() payable
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
finishedPurchase() returns (bool)
purchaseTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
withdrawToken(address _to, uint256 _amount) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Purchase(address indexed to, uint256 amount)
PurchaseFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.