ETH Price: $4,665.35 (+8.85%)

Transaction Decoder

Block:
14172905 at Feb-09-2022 04:15:28 PM +UTC
Transaction Fee:
0.021689021208024348 ETH $101.19
Gas Used:
180,996 Gas / 119.831494663 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(F2Pool Old)
1,883.868192134820617237 Eth1,883.868391230420617237 Eth0.0001990956
0xc9353469...0FbF453b3
0.897012551595426207 Eth
Nonce: 1
0.775323530387401859 Eth
Nonce: 2
0.121689021208024348
0xf2B51568...988200AAe 27.7 Eth27.8 Eth0.1

Execution Trace

ETH 0.1 NAIA.mint( _mintAmount=1 )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: GPL-3.0
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
// Inspired by OraclizeAPI's implementation - MIT licence
// https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX