Getting straight to the point here, check out json file number one (formatted like a legitimate EIP-712 hash):
{
"types": {
"EIP712Domain": [
{
"name": "name",
"type": "string"
},
// SPDX-License-Identifier: LGPL-3.0-only | |
pragma solidity 0.7.6; | |
import "./GnosisSafe.sol"; | |
contract GnosisSafeTest is GnosisSafe { | |
constructor() { | |
// Initialize the Gnosis Safe with some owners and a threshold | |
address[] memory owners = new address[](3); | |
owners[0] = address(0x1); |
// Decompiled by library.dedaub.com | |
// 2025.04.18 18:07 UTC | |
object "contract" { | |
code { } | |
object "runtime" { | |
code { | |
function func_0x311e(_0, _1, _2) -> ret_val_0, ret_val_1 { | |
let _3 := mload(0x40) | |
mstore(_3, _0) |
Getting straight to the point here, check out json file number one (formatted like a legitimate EIP-712 hash):
{
"types": {
"EIP712Domain": [
{
"name": "name",
"type": "string"
},