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