ETH Price: $2,512.22 (-0.68%)

Transaction Decoder

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 Code
(Nanopool)
5,414.084518042619143286 Eth5,414.084585317519143286 Eth0.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 )
        File 1 of 5: DSProxy
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // 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/>.
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 2 of 5: SaiProxyCreateAndExecute
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        pragma 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/>.
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 3 of 5: SaiTub
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // hevm: flattened sources of src/tub.sol
        pragma 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/>.
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 4 of 5: DSToken
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        pragma 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
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

        File 5 of 5: WETH9
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        // 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;
        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX