golem-base-sdk
    Preparing search index...

    Variable golemBaseABIConst

    golemBaseABI: readonly [
        {
            inputs: readonly [
                { indexed: true; name: "entityKey"; type: "uint256" },
                { name: "expirationBlock"; type: "uint256" },
            ];
            name: "GolemBaseStorageEntityCreated";
            type: "event";
        },
        {
            inputs: readonly [
                { indexed: true; name: "entityKey"; type: "uint256" },
                { name: "expirationBlock"; type: "uint256" },
            ];
            name: "GolemBaseStorageEntityUpdated";
            type: "event";
        },
        {
            inputs: readonly [
                { indexed: true; name: "entityKey"; type: "uint256" },
            ];
            name: "GolemBaseStorageEntityDeleted";
            type: "event";
        },
        {
            inputs: readonly [
                { indexed: true; name: "entityKey"; type: "uint256" },
                { name: "oldExpirationBlock"; type: "uint256" },
                { name: "newExpirationBlock"; type: "uint256" },
            ];
            name: "GolemBaseStorageEntityBTLExtended";
            type: "event";
        },
    ] = ...