Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fairyfromalfeya/ever-solidity-utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fairyfromalfeya/ever-solidity-utils - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

build/UpgradableByRequestWithDataExample.abi.json

9

build/factorySource.ts

@@ -22,4 +22,7 @@ const acceptTokensTransferCallbackExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_root","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"onWalletOf","inputs":[{"name":"_walletAddress","type":"address"}],"outputs":[]},{"name":"onAcceptTokensTransfer","inputs":[{"name":"_tokenRoot","type":"address"},{"name":"_amount","type":"uint128"},{"name":"_sender","type":"address"},{"name":"_senderWallet","type":"address"},{"name":"_remainingGasTo","type":"address"},{"name":"value5","type":"cell"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"},{"name":"_wallet","type":"address"},{"name":"_remainingGasRecipient","type":"address"}]} as const

const upgradableByRequestExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"upgrade","inputs":[{"name":"_version","type":"uint32"},{"name":"_code","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getUpgrader","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"requestUpgrade","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"check","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]}],"data":[{"key":1,"name":"_id","type":"uint32"},{"key":2,"name":"_factory","type":"address"}],"events":[{"name":"VersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]},{"name":"UpgraderChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_currentVersion","type":"uint32"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"},{"name":"_upgrader","type":"address"}]} as const
const upgradableByRequestWithDataExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getExtra","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"upgrade","inputs":[{"name":"_version","type":"uint32"},{"name":"_code","type":"cell"},{"name":"_data","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getUpgrader","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"requestUpgrade","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"check","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]}],"data":[{"key":1,"name":"_id","type":"uint32"},{"key":2,"name":"_factory","type":"address"}],"events":[{"name":"VersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]},{"name":"UpgraderChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_currentVersion","type":"uint32"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"},{"name":"_upgrader","type":"address"},{"name":"_extra","type":"uint32"}]} as const
const upgradableExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_initialOwner","type":"optional(address)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"upgrade","inputs":[{"name":"_code","type":"cell"},{"name":"_version","type":"optional(uint32)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getOwner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setOwner","inputs":[{"name":"_newOwner","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OwnerChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"VersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_currentVersion","type":"uint32"},{"name":"_owner","type":"address"},{"name":"_nonce","type":"uint32"}]} as const
const upgradableWithDataExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_initialOwner","type":"optional(address)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getExtra","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"upgrade","inputs":[{"name":"_code","type":"cell"},{"name":"_version","type":"optional(uint32)"},{"name":"_data","type":"cell"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getOwner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setOwner","inputs":[{"name":"_newOwner","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OwnerChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"VersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_currentVersion","type":"uint32"},{"name":"_owner","type":"address"},{"name":"_nonce","type":"uint32"},{"name":"_extra","type":"uint32"}]} as const
const upgraderExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_initialOwner","type":"optional(address)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getDeployParams","inputs":[{"name":"answerId","type":"uint32"},{"name":"_id","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"deploy","inputs":[{"name":"_deployParams","type":"cell"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getOwner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setOwner","inputs":[{"name":"_newOwner","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"provideUpgrade","inputs":[{"name":"_instanceVersion","type":"uint32"},{"name":"_deployParams","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getInstanceCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"getInstanceVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_deployParams","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setInstanceCode","inputs":[{"name":"_newInstanceCode","type":"cell"},{"name":"_newInstanceVersion","type":"optional(uint32)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OwnerChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"InstanceDeployed","inputs":[{"name":"instance","type":"address"},{"name":"deployParams","type":"cell"},{"name":"version","type":"uint32"},{"name":"codeHash","type":"uint256"},{"name":"deployer","type":"address"}],"outputs":[]},{"name":"InstanceVersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"},{"name":"currentCodeHash","type":"uint256"},{"name":"previousCodeHash","type":"uint256"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_instanceCode","type":"cell"},{"name":"_instanceVersion","type":"uint32"},{"name":"_owner","type":"address"},{"name":"_nonce","type":"uint32"}]} as const
const upgraderWithDataExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_initialOwner","type":"optional(address)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getDeployParams","inputs":[{"name":"answerId","type":"uint32"},{"name":"_id","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"deploy","inputs":[{"name":"_deployParams","type":"cell"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"provideUpgrade","inputs":[{"name":"_instanceVersion","type":"uint32"},{"name":"_deployParams","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getOwner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setOwner","inputs":[{"name":"_newOwner","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getInstanceCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"getInstanceVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_deployParams","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setInstanceCode","inputs":[{"name":"_newInstanceCode","type":"cell"},{"name":"_newInstanceVersion","type":"optional(uint32)"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OwnerChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"InstanceDeployed","inputs":[{"name":"instance","type":"address"},{"name":"deployParams","type":"cell"},{"name":"version","type":"uint32"},{"name":"codeHash","type":"uint256"},{"name":"deployer","type":"address"}],"outputs":[]},{"name":"InstanceVersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"},{"name":"currentCodeHash","type":"uint256"},{"name":"previousCodeHash","type":"uint256"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_instanceCode","type":"cell"},{"name":"_instanceVersion","type":"uint32"},{"name":"_owner","type":"address"},{"name":"_nonce","type":"uint32"}]} as const
const validatableExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getValidTvmCell","inputs":[{"name":"answerId","type":"uint32"},{"name":"_id","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"isValidAddress","inputs":[{"name":"_a","type":"address"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"isValidTvmCell","inputs":[{"name":"_a","type":"cell"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"}]} as const

@@ -50,4 +53,7 @@ const versionExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getTargetBalance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"VersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_currentVersion","type":"uint32"},{"name":"_nonce","type":"uint32"}]} as const

UpgradableByRequestExample: upgradableByRequestExampleAbi,
UpgradableByRequestWithDataExample: upgradableByRequestWithDataExampleAbi,
UpgradableExample: upgradableExampleAbi,
UpgradableWithDataExample: upgradableWithDataExampleAbi,
UpgraderExample: upgraderExampleAbi,
UpgraderWithDataExample: upgraderWithDataExampleAbi,
ValidatableExample: validatableExampleAbi,

@@ -79,5 +85,8 @@ VersionExample: versionExampleAbi

export type UpgradableByRequestExampleAbi = typeof upgradableByRequestExampleAbi
export type UpgradableByRequestWithDataExampleAbi = typeof upgradableByRequestWithDataExampleAbi
export type UpgradableExampleAbi = typeof upgradableExampleAbi
export type UpgradableWithDataExampleAbi = typeof upgradableWithDataExampleAbi
export type UpgraderExampleAbi = typeof upgraderExampleAbi
export type UpgraderWithDataExampleAbi = typeof upgraderWithDataExampleAbi
export type ValidatableExampleAbi = typeof validatableExampleAbi
export type VersionExampleAbi = typeof versionExampleAbi

2

package.json
{
"name": "@fairyfromalfeya/ever-solidity-utils",
"description": "Utility solidity contracts for everscale",
"version": "3.0.2",
"version": "3.0.3",
"author": "Alexander Kunekov<fairyfromalfeya@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc