메뉴 건너뛰기

XEDITION

Board

Wrapped MTV (WMTV) Is Now Live!

MarilynJaramillo8 2022.05.10 09:27 조회 수 : 6

MultiVAC released their wrapped token, WMTV, on the 19th of February. The following are answers to some commonly asked questions you may have about wrapped tokens:
1. How do you use WMTV?

Wrapped MTV: 0x8e321596267a4727746b2f48bc8736db5da26977

On Metamask’s asset page, click the "import token" button found at the bottom. Then enter the above address and click to import WMTV. Now you can directly transfer MTV to this address and you will receive the corresponding amount in WMTV!
2. What’s the use of WMTV?

Wrapped MTV (WMTV) can be used for swapping as well as in many other DeFi contracts. We have built WMTV for the purpose of being able to better develop the MTV DeFi ecosystem moving forward.
3. Does WMTV have public source code anywhere?

We followed WETH’s code, but changed the token name and symbol.

The following is the source code:

pragma solidity ^0.4.18;

contract WETH9
string public name = "Wrapped MultiVAC";
string public symbol = "WMTV";
uint8 public decimals = 18;

event Approval(address indexed src, address indexed guy, uint wad);
event Transfer(address indexed src, address indexed dst, uint wad);
event Deposit(address indexed dst, uint wad);
event Withdrawal(address indexed src, uint wad);

mapping (address => uint) public balanceOf;
mapping (address => mapping (address => uint)) public allowance;

function() public payable
deposit();

function deposit() public payable
balanceOf[msg.sender] += msg.value;
emit Deposit(msg.sender, msg.value);

function withdraw(uint wad) public
require(balanceOf[msg.sender] >= wad);
balanceOf[msg.sender] -= wad;
msg.sender.transfer(wad);
emit Withdrawal(msg.sender, wad);


function totalSupply() public view returns (uint)
return address(this).balance;


function approve(address guy, uint wad) public returns (bool)
allowance[msg.sender][guy] = wad;
emit Approval(msg.sender, guy, wad);
return true;


function transfer(address dst, uint wad) public returns (bool)
return transferFrom(msg.sender, dst, wad);


function transferFrom(address src, address dst, uint wad)
public
returns (bool)

require(balanceOf[src] >= wad);

if (src != msg.sender && allowance[src][msg.sender] != uint(-1))
require(allowance[src][msg.sender] >= wad);
allowance[src][msg.sender] -= wad;


balanceOf[src] -= wad;
balanceOf[dst] += wad;

emit Transfer(src, dst, wad);

return true;


ABOUT MULTIVAC:

MultiVAC is a high-throughput flexible blockchain platform based on all-dimensional sharding. It’s a next-generation public blockchain platform built for integration with large-scale decentralized applications.

MultiVAC is developing the first solution in the world characterized by speediness, efficiency, and all-dimensional sharding to expand its capacity in computation, transmission, and storage. It realizes the maximum throughput while maintaining decentralization and without sacrificing security.

If you have any type of inquiries relating to where and ways to make use of cryptocurrency news now, you can call us at our web-site.
번호 제목 글쓴이 날짜 조회 수
59928 What Can You Do To Avoid Wasting Your Slot Online Png From Destruction By Social Media? MamieOrth3422716 2022.05.23 2
59927 A 'boomer' Homeowner Has Called On Young Australians With Mortgages To Toughen Up Following The First Interest Rate Rise In More Than A Decade AlvinN777868480928810 2022.05.23 10
59926 game Slot Online Indonesia Dorine33V0640852566 2022.05.23 27
59925 One Simple Word To Window.repair Near Me You To Success KandiStapleton993 2022.05.23 9
59924 Street Mobster Is The Latest MMORPG Craze TemekaAdamek2465 2022.05.23 3
59923 Hyundai Motor To Buy Robot Maker Boston Dynamics From SoftBank DamienMassina3569 2022.05.23 6
59922 Rishi Sunak and his h... MaximoMenzies45 2022.05.23 3
59921 Role Of Weather Apps In Real Life QWOLakeisha9578996 2022.05.23 4
59920 China Reports 13 COVID Deaths In Mainland On May 6 Vs 12 A Day Earlier CalvinWillie0131186 2022.05.23 1
59919 Weight Loss And Abdominal Muscle Building RenateMello1760183 2022.05.23 4
59918 Is Chiropractic Effective For Back Pain? ColeL609238004150 2022.05.23 8
59917 Locating Fast Systems For Togel EstelaCallaghan141 2022.05.23 6
59916 Windows 10: Have You Tried These 3 New Features Yet? RamonitaSchiassi 2022.05.23 8
59915 Free Trial PG SLOT Slot 2021 Buy Free Spins Direct Web Slots Not Through Agents ConnieKatz914308 2022.05.23 4
59914 The Anthony Robins Information To Natural Supplement BrigidaF55353320312 2022.05.23 4
59913 10 Exercise Methods To Help You Stay Healthy ArtH653146096148 2022.05.23 2
59912 Discover The Wide World Of Men's Leather Jackets For Driving CharmainEasterby9521 2022.05.23 5
59911 Wholesome Weight Loss : How Little Modifications Can Create A Huge Distinction JillDarden746594 2022.05.23 7
59910 American Living In Australia Left Shocked By Very Common Aussie Habit ManieHeron223305183 2022.05.23 3
59909 Ho To (Do) Cost Of Ivf In Hyderabad With Out Leaving Your Workplace(House). CarmonBlaze490669268 2022.05.23 3
위로