Transaction Decoder
Transaction Hash:
Block:
22650643 at Jun-07-2025 05:33:11 AM +UTC
Transaction Fee:
0.000077000873367686 ETH
$0.29
Gas Used:
65,686 Gas / 1.172257001 Gwei
Emitted Events:
35 |
Ethrunes.TransferSingle( operator=[Sender] 0x12dcd3adca9e67578c6f9976241807b0b73c4447, from=0x00000000...000000000, to=[Sender] 0x12dcd3adca9e67578c6f9976241807b0b73c4447, id=1127415007028470829405714646175029023536078611545, value=1000000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x12dCD3aD...0b73C4447 |
0.00976786923696334 Eth
Nonce: 3
|
0.009690868363595654 Eth
Nonce: 4
| 0.000077000873367686 | ||
0x326490A8...5b0834D9B | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 15.023396557447958174 Eth | 15.023429400447958174 Eth | 0.000032843 |
Execution Trace
Ethrunes.mint( tick=BOME )
mint[Ethrunes (ln:1512)]
_idOf[Ethrunes (ln:1513)]
toLower[Ethrunes (ln:1460)]
totalSupply[Ethrunes (ln:1516)]
_mint[Ethrunes (ln:1517)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)pragma solidity ^0.8.0;/*** @dev Interface of the ERC165 standard, as defined in the* https://eips.ethereum.org/EIPS/eip-165[EIP].** Implementers can declare support of contract interfaces, which can then be* queried by others ({ERC165Checker}).** For an implementation, see {ERC165}.*/interface IERC165 {/*** @dev Returns true if this contract implements the interface defined by* `interfaceId`. See the corresponding* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]* to learn more about how these ids are created.** This function call must use less than 30 000 gas.*/function supportsInterface(bytes4 interfaceId) external view returns (bool);}