Transaction Hash:
Block:
8311840 at Aug-08-2019 07:27:22 PM +UTC
Transaction Fee:
0.0000672749 ETH
$0.17
Gas Used:
61,159 Gas / 1.1 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x52bc44d5...b7d7bE3b5
Miner
| (Nanopool) | 5,414.084518042619143286 Eth | 5,414.084585317519143286 Eth | 0.0000672749 | |
0xc1a0a697...174e4e49d |
0.059586338992061948 Eth
Nonce: 19
|
0.059519064092061948 Eth
Nonce: 20
| 0.0000672749 |
Execution Trace
DSProxy.execute( _target=0x526af336D614adE5cc252A407062B8861aF998F5, _data=0x792037E3000000000000000000000000448A5065AEBB8E423F0896E6C5D525C040F59AF3000000000000000000000000000000000000000000000000000000000000554400000000000000000000000039755357759CE0D7F32DC8DC45414CCA409AE24E )
SaiProxyCreateAndExecute.shut( tub_=0x448a5065aeBB8E423F0896E6c5D525C040f59af3, cup=0000000000000000000000000000000000000000000000000000000000005544, otc_=0x39755357759cE0d7f32dC8dC45414CCa409AE24e )
-
SaiTub.ink( cup=0000000000000000000000000000000000000000000000000000000000005544 ) => ( 0 )
SaiTub.CALL( )
-
DSToken.CALL( )
-
WETH9.balanceOf( 0x448a5065aeBB8E423F0896E6c5D525C040f59af3 ) => ( 1314987727936172995312003 )
-
DSToken.CALL( )
-
-
SaiTub.tab( cup=0000000000000000000000000000000000000000000000000000000000005544 ) => ( 0 )
-
SaiTub.shut( cup=0000000000000000000000000000000000000000000000000000000000005544 )
-
execute[DSProxy (ln:115)]
read[DSProxy (ln:120)]
write[DSProxy (ln:123)]
execute[DSProxy (ln:126)]
read[DSProxy (ln:120)]
write[DSProxy (ln:123)]
execute[DSProxy (ln:126)]
File 1 of 5: DSProxy
File 2 of 5: SaiProxyCreateAndExecute
File 3 of 5: SaiTub
File 4 of 5: DSToken
File 5 of 5: WETH9
12345678910111213141516// proxy.sol - execute actions atomically through the proxy's identity// Copyright (C) 2017 DappHub, LLC// 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/>.
File 2 of 5: SaiProxyCreateAndExecute
12345678910111213141516pragma solidity ^0.4.23;/// math.sol -- mixin for inline numerical wizardry// 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/>.
File 3 of 5: SaiTub
12345678910111213141516// hevm: flattened sources of src/tub.solpragma solidity ^0.4.18;////// lib/ds-guard/lib/ds-auth/src/auth.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/>.
File 4 of 5: DSToken
12345678910111213141516pragma solidity ^0.4.13;////// lib/ds-math/src/math.sol/// math.sol -- mixin for inline numerical wizardry// 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
File 5 of 5: WETH9
12345678910111213141516// Copyright (C) 2015, 2016, 2017 Dapphub// 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.4.18;