Transaction Hash:
Block:
16169762 at Dec-12-2022 04:17:23 PM +UTC
Transaction Fee:
0.000701494985624 ETH
$1.81
Gas Used:
31,000 Gas / 22.628870504 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x2a82e9F1...8BF24344e |
0.001405730815678899 Eth
Nonce: 14
|
0.000704235830054899 Eth
Nonce: 15
| 0.000701494985624 | ||
0xF2f5C73f...1f3eA726C
Miner
| (bloXroute: Max Profit Builder) | 1.403448684477116832 Eth | 1.403510684477116832 Eth | 0.000062 |
Execution Trace
CockpunchY00ts.mint( count=5 )
mint[CockpunchY00ts (ln:1300)]
totalSupply[CockpunchY00ts (ln:1307)]
totalSupply[CockpunchY00ts (ln:1326)]
_safeMint[CockpunchY00ts (ln:1331)]
1234567891011121314151617181920212223242526// ||// 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.