UNPKG

@0xcert/ethereum-erc20-contracts

Version:

Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCurrentTime = void 0; function getCurrentTime() { return Math.floor((new Date().getTime() / 1000)); } exports.getCurrentTime = getCurrentTime; //# sourceMappingURL=common.js.map