Transaction Hash:
Block:
21927409 at Feb-26-2025 02:05:47 AM +UTC
Transaction Fee:
0.000031335355942011 ETH
$0.08
Gas Used:
24,939 Gas / 1.256480049 Gwei
Emitted Events:
104 |
DELREY.Approval( owner=[Sender] 0xb6858f871e2ef1dd20e9684ef4d40f348b59407d, spender=0x40aA958d...a374bcD7f, value=0 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 5.761040380817259469 Eth | 5.761052850317259469 Eth | 0.0000124695 | |
0xb6858F87...48b59407d |
0.00045645957364906 Eth
Nonce: 64
|
0.000425124217707049 Eth
Nonce: 65
| 0.000031335355942011 | ||
0xfca89d55...4BEA828dd |
Execution Trace
DELREY.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=0 ) => ( True )
approve[ERC20 (ln:110)]
_msgSender[ERC20 (ln:111)]
_approve[ERC20 (ln:112)]
Approval[ERC20 (ln:210)]
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;}