ETH Price: $2,518.18 (-7.97%)

Transaction Decoder

Block:
15779469 at Oct-19-2022 03:28:47 AM +UTC
Transaction Fee:
0.001160954664640008 ETH $2.92
Gas Used:
46,158 Gas / 25.151754076 Gwei

Emitted Events:

343 Dai.Approval( src=[Sender] 0xc5cb539016d7bb5001de0dab5574f1686973d7da, guy=0x2ddf16BA...a01b41fc0, wad=99581722549162803200 )

Account State Difference:

  Address   Before After State Difference Code
(builder0x69)
0.896404664706302767 Eth0.896473901706302767 Eth0.000069237
0x6B175474...495271d0F
0xc5CB5390...86973d7dA
0.00367811717031159 Eth
Nonce: 8
0.002517162505671582 Eth
Nonce: 9
0.001160954664640008

Execution Trace

Dai.approve( usr=0x2ddf16BA6d0180e5357d5e170eF1917a01b41fc0, wad=99581722549162803200 ) => ( 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
// hevm: flattened sources of /nix/store/8xb41r4qd0cjb63wcrxf1qmfg88p0961-dss-6fd7de0/src/dai.sol
pragma solidity =0.5.12;
////// /nix/store/8xb41r4qd0cjb63wcrxf1qmfg88p0961-dss-6fd7de0/src/lib.sol
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
/* pragma solidity 0.5.12; */
contract LibNote {
event LogNote(
bytes4 indexed sig,
address indexed usr,
bytes32 indexed arg1,
bytes32 indexed arg2,
bytes data
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX