ETH Price: $2,782.29 (+6.87%)

Transaction Decoder

Block:
20554951 at Aug-18-2024 10:35:47 AM +UTC
Transaction Fee:
0.000048638472736368 ETH $0.14
Gas Used:
26,374 Gas / 1.844182632 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x16f354DF...0b5162521
0x26923DCD...57d1D1710
0.048774255668772666 Eth
Nonce: 76
0.048725617196036298 Eth
Nonce: 77
0.000048638472736368
(beaverbuild)
19.847752984538474021 Eth19.847765775928474021 Eth0.00001279139

Execution Trace

Keys.approve( spender=0xC465CC50B7D5A29b9308968f870a4B242A8e1873, amountOrId=0 ) => ( 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
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol)
pragma solidity ^0.8.0;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
enum Rounding {
Down, // Toward negative infinity
Up, // Toward infinity
Zero // Toward zero
}
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two numbers. The result is rounded towards
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX