Transaction Hash:
Block:
21548724 at Jan-04-2025 04:27:47 AM +UTC
Transaction Fee:
0.000799599412911306 ETH
$2.82
Gas Used:
55,182 Gas / 14.490221683 Gwei
Emitted Events:
23 |
VraToken.Minted( operator=[Sender] 0x787d4167333a5a0660378a27f295fab4964f5117, to=[Sender] 0x787d4167333a5a0660378a27f295fab4964f5117, amount=15150439000000000000000000, data=0x, operatorData=0x )
|
24 |
VraToken.Transfer( from=0x0000000000000000000000000000000000000000, to=[Sender] 0x787d4167333a5a0660378a27f295fab4964f5117, value=15150439000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4675C7e5...ef3b0a263
Miner
| (Coinbase: MEV Builder) | 8.485189153959987518 Eth | 8.485740973959987518 Eth | 0.00055182 | |
0x787D4167...4964f5117 |
0.454044847335186206 Eth
Nonce: 6426
|
0.4532452479222749 Eth
Nonce: 6427
| 0.000799599412911306 | ||
0xF411903c...a66507255 |
Execution Trace
VraToken.mint( account=0x787D4167333A5A0660378A27f295faB4964f5117, amount=15150439000000000000000000, userData=0x, operatorData=0x )

-
ERC1820Registry.getInterfaceImplementer( _addr=0x787D4167333A5A0660378A27f295faB4964f5117, _interfaceHash=B281FC8C12954D22544DB45DE3159A39272895B169A852B314F9CC762E44C53B ) => ( 0x0000000000000000000000000000000000000000 )
File 1 of 2: VraToken
File 2 of 2: ERC1820Registry
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity >=0.6.0 <0.8.0;/** @dev Provides information about the current execution context, including the* sender of the transaction and its data. While these are generally available* via msg.sender and msg.data, they should not be accessed in such a direct* manner, since when dealing with GSN meta-transactions the account sending and* paying for execution may not be the actual sender (as far as an application* is concerned).** This contract is only required for intermediate, library-like contracts.*/abstract contract Context {function _msgSender() internal view virtual returns (address payable) {
File 2 of 2: ERC1820Registry
12345678910111213141516/* ERC1820 Pseudo-introspection Registry Contract* This standard defines a universal registry smart contract where any address (contract or regular account) can* register which interface it supports and which smart contract is responsible for its implementation.** Written in 2019 by Jordi Baylina and Jacques Dafflon** To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to* this software to the public domain worldwide. This software is distributed without any warranty.** You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see* <http://creativecommons.org/publicdomain/zero/1.0/>.** ███████╗██████╗ ██████╗ ██╗ █████╗ ██████╗ ██████╗* ██╔════╝██╔══██╗██╔════╝███║██╔══██╗╚════██╗██╔═████╗* █████╗ ██████╔╝██║ ╚██║╚█████╔╝ █████╔╝██║██╔██║* ██╔══╝ ██╔══██╗██║ ██║██╔══██╗██╔═══╝ ████╔╝██║