Transaction Hash:
Block:
16167862 at Dec-12-2022 09:54:11 AM +UTC
Transaction Fee:
0.0034959 ETH
$9.76
Gas Used:
139,836 Gas / 25 Gwei
Emitted Events:
116 |
CockpunchY00ts.Transfer( from=0x00000000...000000000, to=[Sender] 0xf890a9aa594fcb0faf2f4ed3e4353ed6b9645b4e, tokenId=4166 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x169aF506...D766d79E5 | |||||
0x690B9A9E...Db4FaC990
Miner
| (builder0x69) | 2.039997797733514057 Eth | 2.040322992793898413 Eth | 0.000325195060384356 | |
0xf890a9AA...6B9645b4E |
0.009144441248018299 Eth
Nonce: 69
|
0.005648541248018299 Eth
Nonce: 70
| 0.0034959 |
Execution Trace
CockpunchY00ts.mint( count=1 )
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.