ETH Price: $2,553.55 (-6.73%)
Gas: 1.59 Gwei

Transaction Decoder

Block:
16167436 at Dec-12-2022 08:27:59 AM +UTC
Transaction Fee:
0.002286954673811184 ETH $5.83
Gas Used:
149,421 Gas / 15.305443504 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x169aF506...D766d79E5
(builder0x69)
1.997352151886926519 Eth1.997576283386926519 Eth0.0002241315
0x7eAE86e1...69f484998
0.010163036159622722 Eth
Nonce: 9
0.007876081485811538 Eth
Nonce: 10
0.002286954673811184

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