Transaction Hash:
Block:
20928405 at Oct-09-2024 01:42:59 PM +UTC
Transaction Fee:
0.001918224 ETH
$8.89
Gas Used:
58,128 Gas / 33 Gwei
Emitted Events:
4 |
DELREY.Transfer( from=[Sender] 0x01e79670794692df4fbd17d6a34d885477a504da, to=0xBdCA54E291A1FCe4a390A42359cf72b7e598f2f1, value=6213427000506381960535 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x01e79670...477A504dA |
0.101825308783042118 Eth
Nonce: 467
|
0.099907084783042118 Eth
Nonce: 468
| 0.001918224 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 10.162700393881545359 Eth | 10.162838151675905615 Eth | 0.000137757794360256 | |
0xfca89d55...4BEA828dd |
Execution Trace
DELREY.transfer( to=0xBdCA54E291A1FCe4a390A42359cf72b7e598f2f1, amount=6213427000506381960535 ) => ( True )
transfer[ERC20 (ln:100)]
_msgSender[ERC20 (ln:101)]
_transfer[ERC20 (ln:102)]
_beforeTokenTransfer[ERC20 (ln:152)]
Transfer[ERC20 (ln:163)]
_afterTokenTransfer[ERC20 (ln:165)]
1234567891011121314151617181920212223242526/**┈┈┈┈╱▏┈┈┈┈┈╱▔▔▔▔╲┈┈┈┈┈┈┈┈┈▏▏┈┈┈┈┈▏╲▕▋▕▋▏┈┈┈┈┈┈┈┈╲╲┈┈┈┈┈▏┈▏┈▔▔▔▆┈┈┈┈┈┈┈┈╲▔▔▔▔▔╲╱┈╰┳┳┳╯┈┈┈┈┈╱╲╱╲▏┈┈┈┈┈┈▕▔╰━╯┈┈┈┈┈┈▔╲╲╱╱▔╱▔▔╲╲╲╲┈┈┈┈┈┈┈┈┈┈┈╲╱╲╱┈┈┈┈╲╲▂╲▂┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╲╱╲╱┈┈┈┈┈$DELREY is a token created to honor Maye Musk's dog, Floki's best friend.With a community-driven approach, this token aims to raise awareness and support for animal welfare causes.With a growing fan base and a strong following in the crypto community, DelRey Inu is already making waves in the market.Website: https://delreyinu.orgTwitter: https://twitter.com/DelReyInuTelegram: https://t.me/delrey_inu*/pragma solidity ^0.8.18;abstract contract Context {function _msgSender() internal view virtual returns (address) {return msg.sender;}