@fairyfromalfeya/ever-solidity-utils
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -13,3 +13,3 @@ const activatableExampleAbi = {"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":"check","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getActive","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"setActive","inputs":[{"name":"_newActive","type":"bool"},{"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":[]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OwnerChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"ActiveChanged","inputs":[{"name":"current","type":"bool"},{"name":"previous","type":"bool"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_owner","type":"address"},{"name":"_isActive","type":"bool"},{"name":"_nonce","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":"_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":"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":"_version","type":"uint32"},{"name":"_owner","type":"address"},{"name":"_nonce","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":"requestUpgrade","inputs":[{"name":"_currentVersion","type":"uint32"},{"name":"_params","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getDeployParams","inputs":[{"name":"answerId","type":"uint32"},{"name":"_id","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_params","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"deploy","inputs":[{"name":"_params","type":"cell"},{"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":"setInstanceCode","inputs":[{"name":"_newCode","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":[]}],"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":"version","type":"uint32"},{"name":"deployer","type":"address"}],"outputs":[]},{"name":"InstanceVersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_owner","type":"address"},{"name":"_instanceCode","type":"cell"},{"name":"_instanceVersion","type":"uint32"},{"name":"_nonce","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":"provideUpgrade","inputs":[{"name":"_currentVersion","type":"uint32"},{"name":"_params","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getDeployParams","inputs":[{"name":"answerId","type":"uint32"},{"name":"_id","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_params","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"deploy","inputs":[{"name":"_params","type":"cell"},{"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":"setInstanceCode","inputs":[{"name":"_newCode","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":[]}],"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":"version","type":"uint32"},{"name":"deployer","type":"address"}],"outputs":[]},{"name":"InstanceVersionChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_owner","type":"address"},{"name":"_instanceCode","type":"cell"},{"name":"_instanceVersion","type":"uint32"},{"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":[]}],"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 | ||
@@ -16,0 +16,0 @@ |
@@ -16,3 +16,3 @@ { | ||
{ | ||
"name": "requestUpgrade", | ||
"name": "provideUpgrade", | ||
"inputs": [ | ||
@@ -19,0 +19,0 @@ {"name":"_currentVersion","type":"uint32"}, |
{ | ||
"name": "@fairyfromalfeya/ever-solidity-utils", | ||
"description": "Utility solidity contracts for everscale", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"author": "Alexander Kunekov<fairyfromalfeya@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package