ETH Price: $2,580.61 (+0.19%)

Transaction Decoder

Block:
14835891 at May-24-2022 12:59:23 PM +UTC
Transaction Fee:
0.003518857611052554 ETH $9.08
Gas Used:
100,538 Gas / 35.000274633 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0xbb720B91...593daA5eb
0.141055532462783626 Eth
Nonce: 25
0.137536674851731072 Eth
Nonce: 26
0.003518857611052554
(Ezil.me : Ezil Pool 4)
388.331670531896844105 Eth388.331771069896844105 Eth0.000100538
0xfCf8f210...7e2C799aF

Execution Trace

NotCuriosities.mint( count=1 )
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
// 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.
*/
function toString(uint256 value) internal pure returns (string memory) {
// Inspired by OraclizeAPI's implementation - MIT licence
// https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
while (temp != 0) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX