Ran scripted-diff from 2d9d752e4fc30aabf2ddd36ca7a63432d26d4fea:
0sed -i --regexp-extended -e 's/\buint256S\("(0x)?([^"]{64})"\)/uint256{"\2"}/g' $(git grep -l uint256S)
Follow-up to Testnet4 introduction #29775 which overlapped with work on uint256
consteval
ctor #30560 (the latter includes the scripted-diff commit).
Going forward uint256{}
should be used for constants instead of uint256S()
.