UableX
1 subscriber
3 links
UableX is first blockchain based dApp in which users can earn while using it
Download Telegram
Channel created
Channel photo updated
Soon launching on Binance Smart Chain
$UABLE #SharetoEarn #dApp
πŸ”ˆAnnouncementπŸ”ˆ
Today white paper will be released on our official website

πŸ”— uablex.in


Stay tuned for regular updates!!
πŸ“’AnnouncementπŸ“’

Our simple and clean whitepaper is out now

http://uablex.in/whitepaper

Or download direct from here: - https://bit.ly/3tSK4UG

$UABLE #UABLEX
pragma solidity ^0.8.17;

contract UABLEX {
mapping(address => uint) public balances;
mapping(address => mapping(address => uint)) public allowance;
uint public totalSupply = 12000000 * 10 ** 18;
string public name = "UABLEX";
string public symbol = "UABLE";
uint public decimals = 18;

event Transfer(address indexed from, address indexed to, uint value);
event Approval(address indexed owner, address indexed spender, uint value);

constructor() {
balances[msg.sender] = totalSupply;
}

function balanceOf(address owner) public returns(uint) {
return balances[owner];
}

function transfer(address to, uint value) public returns(bool) {
require(balanceOf(msg.sender) >= value, 'balance too low');
balances[to] += value;
balances[msg.sender] -= value;
emit Transfer(msg.sender, to, value);
return true;
}

function transferFrom(address from, address to, uint value) public returns(bool) {
require(balanceOf(from) >= value, 'balance too low');
require(allowance[from][msg.sender] >= value, 'allowance too low');
balances[to] += value;
balances[from] -= value;
emit Transfer(from, to, value);
return true;
}

function approve(address spender, uint value) public returns (bool) {
allowance[msg.sender][spender] = value;
emit Approval(msg.sender, spender, value);
return true;
}
}
Our native token $UABLE will be soon launched on Pancake Swap stay tuned
⚠️⚠️⚠️ Community Warning ⚠️⚠️⚠️

❌#UABLEX Admins & Team Members will never DM you first. If you receive a DM from anyone claiming to be a team member of Uablex it is a #SCAM.❌
Our telegram support group will go live on day of launch

$UABLE #UABLEX #dApp
Giveaway announcement
We are launching a giveaway of 1,000,000 $UABLE

To enter follow us on twitter join our telegram channel before our dApp Launch

#UABLEX $UABLE #BNB #BNBChain
UableX native token $UABLE will launch on 10 December and dApp will go live on 12 December

Stay tuned

#UABLEX $UABLE
πŸ”΄ALERTπŸ”΄
⚠ BEWARE OF SCAMMERS

β–ͺAdmins never DM
β–ͺNever Share Your Seed Phrase/Private Key
β–ͺDon't connect the wallet to any unofficial websites

Join our twitter:-
https://twitter.com/UableX_

#UABLE #BNB #BSCSMARTCHAIN $UABLE