Skip to content

Smart contract account gets created and deleted on every payable call #762

@tonycdot

Description

@tonycdot
image

0x07470B4486725c73a97bEb19893d45d4eBBc835f is the address with SC

// SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.17;

contract NullTest {
    function a(address payable addr) payable external {
        addr.transfer(msg.value);
    }
}

I called a(0xA117eCb9C5a2D42f3a224C7cF3136ACBB7DE889D).
Address 0xA117eCb9C5a2D42f3a224C7cF3136ACBB7DE889D did not exist.
Chain - humanode:it6.
BlockId - 481959.

@MOZGIII

Metadata

Metadata

Labels

bugSomething isn't workingevm

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions