ETH Price: $2,465.63 (-6.43%)

Transaction Decoder

Block:
16173308 at Dec-13-2022 04:10:35 AM +UTC
Transaction Fee:
0.002178632470029306 ETH $5.37
Gas Used:
149,421 Gas / 14.580497186 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x169aF506...D766d79E5
(Fee Recipient: 0x70...1Ca)
5.582475477883007982 Eth5.582699609383007982 Eth0.0002241315
0xaa8756B8...9105A47EE
1.713314060908507246 Eth
Nonce: 1080
1.71113542843847794 Eth
Nonce: 1081
0.002178632470029306

Execution Trace

CockpunchY00ts.mint( count=5 )
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
// ||
// OO Twitter: @Cockpunchy00ts
// (\/)
// / \
// || ||
// \ /
// |/\|
// /| |\
// SPDX-License-Identifier: MIT
// File: contracts/CockpunchY00ts.sol
// 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.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX