ETH Price: $3,778.65 (-1.20%)

Transaction Decoder

Block:
14931275 at Jun-09-2022 07:06:12 AM +UTC
Transaction Fee:
0.002172885516244275 ETH $8.21
Gas Used:
76,301 Gas / 28.477811775 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x473D1989...7962d3784
0xbb720B91...593daA5eb
0.144400757839155374 Eth
Nonce: 62
0.142227872322911099 Eth
Nonce: 63
0.002172885516244275
(Ethermine)
1,431.413911855437326262 Eth1,431.414026306937326262 Eth0.0001144515

Execution Trace

SokuDarlings.mint( amount=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: erc721a/contracts/IERC721A.sol
// ERC721A Contracts v4.0.0
// Creator: Chiru Labs
pragma solidity ^0.8.4;
/**
* @dev Interface of an ERC721A compliant contract.
*/
interface IERC721A {
/**
* The caller must own the token or be an approved operator.
*/
error ApprovalCallerNotOwnerNorApproved();
/**
* The token does not exist.
*/
error ApprovalQueryForNonexistentToken();
/**
* The caller cannot approve to their own address.
*/
error ApproveToCaller();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX