Task | v152 | gh-4382-lowering-costs | Gas reduction |
---|---|---|---|
Install | 267_841_863_240 | 254_525_031_240 | 95,03 % |
mint 1st token | 2_894_138_030 | 750_959_030 | 25,95 % |
mint 2nd token | 2_912_645_350 | 753_356_350 | 25,86 % |
mint 3rd token | 2_912_645_350 | 753_356_350 | 25,86 % |
transfer | 2_054_723_390 | 554_360_390 | 26,98 % |
approve | 1_175_644_810 | 279_370_810 | 23,76 % |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Threading.Tasks; | |
using Casper.Network.SDK; | |
using Casper.Network.SDK.JsonRpc; | |
using Casper.Network.SDK.Types; | |
namespace Casper.NET.SDK.Examples | |
{ | |
public class GetAccountBalance | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |