Transaction Hash:
Block:
21548840 at Jan-04-2025 04:51:11 AM +UTC
Transaction Fee:
0.000525676920869349 ETH
$1.87
Gas Used:
65,137 Gas / 8.070327477 Gwei
Emitted Events:
149 |
VraToken.Sent( operator=[Sender] 0x8ab399cbb9fdb9a36518a7e7eddf89158e56c595, from=0xbc3AAeDF22dA39051b46ba6a7353a7924541d897, to=0x91Dca37856240E5e1906222ec79278b16420Dc92, amount=3998500000000000000000000, data=0x, operatorData=0x )
|
150 |
VraToken.Transfer( from=0xbc3AAeDF22dA39051b46ba6a7353a7924541d897, to=0x91Dca37856240E5e1906222ec79278b16420Dc92, value=3998500000000000000000000 )
|
151 |
VraToken.Approval( owner=0xbc3AAeDF22dA39051b46ba6a7353a7924541d897, spender=[Sender] 0x8ab399cbb9fdb9a36518a7e7eddf89158e56c595, value=115792089237316195423570985008687432194192168718810564039457 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 11.37689066759213682 Eth | 11.37708607859213682 Eth | 0.000195411 | |
0x8Ab399CB...58E56c595 | (Indodax: Deposit Funder) |
5.090457551086097383 Eth
Nonce: 285836
|
5.089931874165228034 Eth
Nonce: 285837
| 0.000525676920869349 | |
0xF411903c...a66507255 |
Execution Trace
VraToken.transferFrom( holder=0xbc3AAeDF22dA39051b46ba6a7353a7924541d897, recipient=0x91Dca37856240E5e1906222ec79278b16420Dc92, amount=3998500000000000000000000 ) => ( True )

-
ERC1820Registry.getInterfaceImplementer( _addr=0xbc3AAeDF22dA39051b46ba6a7353a7924541d897, _interfaceHash=29DDB589B1FB5FC7CF394961C1ADF5F8C6454761ADF795E67FE149F658ABE895 ) => ( 0x0000000000000000000000000000000000000000 )
-
ERC1820Registry.getInterfaceImplementer( _addr=0x91Dca37856240E5e1906222ec79278b16420Dc92, _interfaceHash=B281FC8C12954D22544DB45DE3159A39272895B169A852B314F9CC762E44C53B ) => ( 0x0000000000000000000000000000000000000000 )
transferFrom[ERC777 (ln:1041)]
_msgSender[ERC777 (ln:1045)]
_callTokensToSend[ERC777 (ln:1047)]
getInterfaceImplementer[ERC777 (ln:1211)]
tokensToSend[ERC777 (ln:1213)]
_move[ERC777 (ln:1049)]
_beforeTokenTransfer[ERC777 (ln:1170)]
sub[ERC777 (ln:1172)]
add[ERC777 (ln:1173)]
Sent[ERC777 (ln:1175)]
Transfer[ERC777 (ln:1176)]
_approve[ERC777 (ln:1050)]
Approval[ERC777 (ln:1189)]
sub[ERC777 (ln:1050)]
_callTokensReceived[ERC777 (ln:1052)]
getInterfaceImplementer[ERC777 (ln:1239)]
tokensReceived[ERC777 (ln:1241)]
isContract[ERC777 (ln:1243)]
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/>.** ███████╗██████╗ ██████╗ ██╗ █████╗ ██████╗ ██████╗* ██╔════╝██╔══██╗██╔════╝███║██╔══██╗╚════██╗██╔═████╗* █████╗ ██████╔╝██║ ╚██║╚█████╔╝ █████╔╝██║██╔██║* ██╔══╝ ██╔══██╗██║ ██║██╔══██╗██╔═══╝ ████╔╝██║