메뉴 건너뛰기

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.
번호 제목 글쓴이 날짜 조회 수
56899 อ่านโดจิน โดจินแปลไทย ที่นี่ Dojin-city MelbaPeden8106662930 2022.04.22 1
56898 Check Out Bikes - Distinguishing Your Road Bikes EvonneVincent432573 2022.04.22 3
56897 2 LaylaDenny63557154 2022.04.22 2
56896 RDIF Says Completes Joint Investment Of 7.85% In AliExpress Russia... Luella17W95414985 2022.04.22 3
56895 How To Select And Use The Top Self Sunless Tanners PollyS48920403152 2022.04.22 9
56894 The Best Self Tanner - Tips For Air Brush Tanning RosarioIllingworth75 2022.04.22 5
56893 website Designers Portsmouth LorriCrouch408061605 2022.04.22 5
56892 PGSLOT ONLINE PG SLOT GAME ON MOBILE All Of These Are New Specialties. Of Online Games In The Form Of A New Play, Jonna94B7132182379539 2022.04.22 1
56891 Link Daftar SV388 Sabung Ayam Online Terpercaya FinleyAslatt2165 2022.04.22 4
56890 נערות ליווי בחולון - בנות יפות - נערות ליווי בישראל ❤️ סוכנות ליווי VioletConde4217100 2022.04.22 3
56889 7 เว็บไซต์ที่คุณได้เข้าชมแล้วจะทำให้คุณbetflik EvangelineD7893308691 2022.04.22 2
56888 Let Toddler Have A Celebration To Remember With Exciting Barbie Party Favors MadelaineTier4850926 2022.04.22 3
56887 4 Most Commonly Problems In An Online Casino BNYAnibal1310644 2022.04.22 6
56886 The Untold Secret To Chanel In Lower Than 9 Minutes AbeAuricht6881522 2022.04.22 2
56885 Persebaran Fauna Indonesia Di Wilayah Bagian Barat, Tengah, Dan Timur Effie79Z2200413520681 2022.04.22 1
56884 Wow Your Block With An Attractive Looking Natural Lawn Chad09179442451 2022.04.22 3
56883 Defeat Friends Granddaughter GuadalupeS985725 2022.04.22 2
56882 MMORPG - A New Meaning Of Gaming LidaDerrington94768 2022.04.22 2
56881 Website Slot Game Online Terpercaya Indonesia MarjorieSchrader6981 2022.04.22 2
56880 10 Great Ways To Stream Tv And Movies Free Of Charge (legally) HarrietPointer4082 2022.04.22 3
위로