메뉴 건너뛰기

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.
번호 제목 글쓴이 날짜 조회 수
59282 Serving To You Retain Bitcoin Decentralized EricKnott139541278149 2022.05.18 1
59281 The Post Workout Meal And Its Importance Towards Muscle Building Clyde75O132999119 2022.05.18 2
59280 6 Ways To Immediately Start Selling Vitamin Supplement NormaL371716100 2022.05.18 1
59279 Situs Judi Online Dengan Layanan Konsumen Servis Yang Bagus 24Jam Non Stop Reta87392906467036 2022.05.18 4
59278 Teknik Untung Main Bola Online Deposit 10.000 KentonGaby59997 2022.05.18 16
59277 Organization Profile For Jeunesse Global StaciBehrends3455 2022.05.18 2
59276 13 ปริศนาที่คุณอาจกลัวไม่กล้าที่จะถามเกี่ยวกับปัญหาเรื่องหนังออนไลน์ Cerys4096685388358180 2022.05.18 6
59275 Judi Bola HolleyFib3674183 2022.05.18 3
59274 Three More People Under Formal Investigation In Maradon Death Probe DelorasKingston2926 2022.05.18 2
59273 Straight Web Slots, Big Web Slots Failed Pgslot Agent, Try To Play MerryRickett212 2022.05.18 2
59272 Podcast Exposure - The Best Way To Get Podcast Exposure Online JeffreySpx8111294015 2022.05.18 4
59271 Men's Gymnasium Boxers QHTJetta6492114891 2022.05.18 1
59270 Link Alternatif Dewagold JuliSexton82668 2022.05.18 4
59269 Call Girls In Nagpur Cash Payment Nagpur Escorts Girls MargotAmos03861615528 2022.05.18 2
59268 Serunya Taruhan Di Bandar Judi Online Paling Besar PrinceLindeman34 2022.05.18 2
59267 Recession-Proof Your Family's Enjoyment- Inexpensive Ways To Have A Good Time CarlosRash8077217 2022.05.18 3
59266 Features To Consider For Buying CD Slot Mount Holders In Cars MarcusHardey2789113 2022.05.18 6
59265 First World Of Warcraft Poster Unveiled Pits Horde Vs Alliance BroderickParson0493 2022.05.18 3
59264 GRAPHIC-Take Five: Dollar Signs BerthaStaley72779 2022.05.18 3
59263 You Will Find Excitement Like Never Before. VetaDeMaistre6270 2022.05.18 2
위로