ETH Price: $3,739.38 (-0.14%)

Transaction Decoder

Block:
19002912 at Jan-14-2024 05:02:35 AM +UTC
Transaction Fee:
0.001287753762656872 ETH $4.82
Gas Used:
46,921 Gas / 27.445147432 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x45EF6b31...A0eFea8cD
0.003821630675483561 Eth
Nonce: 3
0.002533876912826689 Eth
Nonce: 4
0.001287753762656872
(MEV Builder: 0x88c...34A)
1.994927062697381554 Eth1.994931754797381554 Eth0.0000046921
0xd3843c6B...3C7923019

Execution Trace

OrdinalBridge.approve( spender=0x6131B5fae19EA4f9D964eAc0408E4408b66337b5, amount=10021496410000 ) => ( True )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
Telegram BOT: https://t.me/ordinalbridge_bot
Website: https://ordinalbridge.org
Telegram: https://t.me/OrdiBridgeETH
Twitter: https://twitter.com/OrdiBridgeETH
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX