Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Incorect decompilation result of 0xBCd3a47e4d0000cf170E25d1bD3d53F7C08be0A6 #75

@ytrezq

Description

@ytrezq

ꜱᴇᴠᴍ returns :

function 8024c73a() public payable {
    require(msg.value == 0);
    if (~(msg.sender == ((0x1 << 0xa0) - 0x1 & var_1))) {
        undefined local2 = 0x80; // #refs 2
    }
    if (~(var_2 > 0x0)) {
        undefined local2 = 0x80; // #refs 2
    }
    if (~(address(this).balance < var_2) == 0) {
        undefined local2 = 0x80; // #refs 2
    }
    undefined local4 = 0x80; // #refs 2
}

whereas the real 0x8024c function contains code for transferring funds as shown by https://etherscan.io/tx/0x481bdf2b92655f98b8918f3eba1ae0562f8d471f8f71fb9714dc6ec80a335387.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions