ETH Price: $3,544.30 (+3.84%)

Transaction Decoder

Block:
15520836 at Sep-12-2022 12:21:56 PM +UTC
Transaction Fee:
0.001628663913708008 ETH $5.77
Gas Used:
91,114 Gas / 17.875012772 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x3f9d0204...c3Cbe4A57
(F2Pool Old)
1,720.075289038921931517 Eth1,720.075516823921931517 Eth0.000227785
0xbb720B91...593daA5eb
0.026242623950098329 Eth
Nonce: 154
0.024613960036390321 Eth
Nonce: 155
0.001628663913708008

Execution Trace

YinYangGang.mint( _quantity=3 )
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
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
uint8 private constant _ADDRESS_LENGTH = 20;
/**
* @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