@fairyfromalfeya/ever-solidity-utils
Advanced tools
Comparing version 1.0.11 to 1.0.12
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 dexPlatformAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"code","type":"cell"},{"name":"version","type":"uint32"},{"name":"vault","type":"address"},{"name":"send_gas_to","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"root","type":"address"},{"key":2,"name":"type_id","type":"uint8"},{"key":3,"name":"params","type":"cell"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"root","type":"address"},{"name":"type_id","type":"uint8"},{"name":"params","type":"cell"}]} as const | ||
const factoryExampleAbi = {"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":"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 | ||
@@ -17,2 +18,3 @@ const factoryInstanceAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"check","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]}],"data":[{"key":1,"name":"_id","type":"uint32"},{"key":2,"name":"_factory","type":"address"}],"events":[{"name":"IdChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]},{"name":"FactoryChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"}]} as const | ||
ActivatableExample: activatableExampleAbi, | ||
DexPlatform: dexPlatformAbi, | ||
FactoryExample: factoryExampleAbi, | ||
@@ -34,2 +36,3 @@ FactoryInstance: factoryInstanceAbi, | ||
export type ActivatableExampleAbi = typeof activatableExampleAbi | ||
export type DexPlatformAbi = typeof dexPlatformAbi | ||
export type FactoryExampleAbi = typeof factoryExampleAbi | ||
@@ -36,0 +39,0 @@ export type FactoryInstanceAbi = typeof factoryInstanceAbi |
{ | ||
"name": "@fairyfromalfeya/ever-solidity-utils", | ||
"description": "Utility solidity contracts for everscale", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
455874
100
1617
15