메뉴 건너뛰기

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.
번호 제목 글쓴이 날짜 조회 수
278 Why Do I Have To Total A CAPTCHA? MarilynLusk72108 2021.08.03 238
277 Inventory Sector Strategies That Will Conserve You Income!... Advice Number 38 Of 798 TressaCress10663046 2022.02.02 23
276 Uncover Good Results In The Inventory Industry By Utilizing These Guidelines... Info Num 15 Of 752 MarquisPaschke50957 2022.02.02 10
275 Very Simple Strategies On How To Make Money In The Inventory Market... Tip Number 50 Of 473 BenitoMaxwell74654 2022.02.02 8
274 Nutritional Products International MariettaMark33451 2021.09.07 6
273 Cryptocurrency Voor Beginners JuanHaigh0069394430 2022.02.14 6
» Wrapped MTV (WMTV) Is Now Live! MarilynJaramillo8 2022.05.10 6
271 Enhancing Bitcoin Security And Efficiency With Strong Consistency Through Collective Signing DemetriusMauldon25 2022.05.16 6
270 Unanswered Questions On Crypto Bitcoin Tor Payment Gateway That It Is Best To Find Out About TXRFermin65278969 2021.08.27 5
269 Hollands Succes Betreffende Bitcoins JuanHaigh0069394430 2022.02.14 5
268 9 Finest Bitcoin Mixer Providers 2022 ElinorBarlee633449 2022.06.01 5
267 Learn Precisely How I Improved Book Reviews In 2 Days LatoshaBranham13419 2023.05.02 5
266 7 Reasons Abraham Lincoln Could Be Great At Tor Bitcoin Payment Processor JonnieHeaney1323 2021.08.31 4
265 Wat Is Cryptohandel? Duidelijke Uitleg Wat Cryptohandel Precies Bestaan. JerriDidomenico82486 2022.02.14 4
264 Belasting En Crytpto. Hoe Zit Jij Ook Alweer? EmilioAntone08491 2022.02.14 4
263 Panduan Peroleh Banyak Sekali Bonus Slots Online Paling Dipercaya Pedro91K23029459736 2022.03.31 4
262 Value Clustering And Sentiment In Bitcoin - ScienceDirect HamishHernsheim90504 2022.03.31 4
261 FOREX-Yen Kicks Off One Other Week Beneath Strain, With Central Financial Institution HamishHernsheim90504 2022.03.31 4
260 Investing - Three Key Factors To Consider Before Investing... Tip Number 9 From 780 IsabelleTomkinson11 2022.05.12 4
259 Unveiling The Future: Exploring The Provably Fair Bitcoin Casinos Revolutionizing The Crypto Casino Industry KenJeffreys82142561 2023.06.28 4
위로