FlasherDev

Step 1/8

Loading Coins...

Select a coin first

System Deployment

Stage 1

Environment Protocol

Initializing secure bridge for assets. The sidebar defines the targeted network and asset type.

Latency: 24ms
Reliability: 99.9%
config_sync.env
01
contract FlashUSDT {
02
03
//Token Name : Flash USDT
04
//Symbol : USDT
05
//Chain : TRON (TRC20)
06
//Total Deploy : 0
07
//Total Fee : 0.00
08
//Decimals : 12
09
//Wallet adders : unspecified
10
//Transaction Hash : not_generated
11
12
string public name = "Flash USDT";
13
string public symbol = "USDT";
14
uint8 public decimals = 12;
15
16
address public owner;
17
18
mapping(address => uint256) public balanceOf;
19
mapping(address => mapping(address => uint256)) public allowance;
20
21
event Transfer(address indexed from, address indexed to, uint256 value);
22
event Approval(address indexed owner, address indexed spender, uint256 value);
23
24
constructor() {
25
owner = msg.sender;
26
}
27
}
STATUS: ACTIVE
LF | UTF-8 | Next.js Engine
Scam
TermsBlog
RemixAI Copilot