ETH Price: $2,866.78 (+4.88%)

Transaction Decoder

Block:
16169798 at Dec-12-2022 04:24:35 PM +UTC
Transaction Fee:
0.00292361681159028 ETH $8.38
Gas Used:
149,421 Gas / 19.56630468 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x169aF506...D766d79E5
0x24cd2ecB...AAfd96ce4
0.024457264809874053 Eth
Nonce: 23
0.021533647998283773 Eth
Nonce: 24
0.00292361681159028
(Fee Recipient: 0xE3...82B)
1,362.274647195213214167 Eth1,362.274871326713214167 Eth0.0002241315

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