@fairyfromalfeya/ever-solidity-utils
Advanced tools
Comparing version 1.0.22 to 2.0.0
@@ -24,3 +24,3 @@ { | ||
{ | ||
"name": "getActive", | ||
"name": "getActiveStatus", | ||
"inputs": [ | ||
@@ -34,5 +34,5 @@ {"name":"answerId","type":"uint32"} | ||
{ | ||
"name": "setActive", | ||
"name": "setActiveStatus", | ||
"inputs": [ | ||
{"name":"_newActive","type":"bool"}, | ||
{"name":"_newActiveStatus","type":"bool"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -76,3 +76,3 @@ ], | ||
{ | ||
"name": "ActiveChanged", | ||
"name": "ActiveStatusChanged", | ||
"inputs": [ | ||
@@ -79,0 +79,0 @@ {"name":"current","type":"bool"}, |
@@ -26,15 +26,5 @@ { | ||
{ | ||
"name": "getInstanceAddress", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_params","type":"cell"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "deploy", | ||
"inputs": [ | ||
{"name":"_params","type":"cell"}, | ||
{"name":"_deployParams","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -64,5 +54,15 @@ ], | ||
{ | ||
"name": "getInstanceAddress", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_deployParams","type":"cell"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "setInstanceCode", | ||
"inputs": [ | ||
{"name":"_newCode","type":"cell"}, | ||
{"name":"_newInstanceCode","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -109,2 +109,3 @@ ], | ||
{"name":"instance","type":"address"}, | ||
{"name":"deployParams","type":"cell"}, | ||
{"name":"version","type":"uint32"}, | ||
@@ -111,0 +112,0 @@ {"name":"deployer","type":"address"} |
@@ -9,3 +9,3 @@ { | ||
"inputs": [ | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
{"name":"_remainingGasTo","type":"address"} | ||
], | ||
@@ -29,20 +29,2 @@ "outputs": [ | ||
"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": [ | ||
] | ||
} | ||
], | ||
@@ -49,0 +31,0 @@ "fields": [ |
@@ -10,3 +10,3 @@ { | ||
{"name":"_code","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
{"name":"_remainingGasTo","type":"address"} | ||
], | ||
@@ -13,0 +13,0 @@ "outputs": [ |
@@ -1,19 +0,31 @@ | ||
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 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":[]}],"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 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":"getActiveStatus","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"setActiveStatus","inputs":[{"name":"_newActiveStatus","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":"ActiveStatusChanged","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 | ||
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 | ||
const factoryPlatformAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_code","type":"cell"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]}],"data":[{"key":1,"name":"_id","type":"uint32"},{"key":2,"name":"_factory","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"}]} as const | ||
const factoryWithPlatformExampleAbi = {"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":"getPlatformCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"setPlatformCode","inputs":[{"name":"_newCode","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":"PlatformCodeSet","inputs":[],"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":"_platformCode","type":"cell"},{"name":"_nonce","type":"uint32"}]} as const | ||
const dexPlatformExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getPairAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_platformCode","type":"cell"},{"name":"_root","type":"address"},{"name":"_left","type":"address"},{"name":"_right","type":"address"}],"outputs":[{"name":"value0","type":"address"}]}],"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 | ||
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":"deploy","inputs":[{"name":"_deployParams","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":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_deployParams","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setInstanceCode","inputs":[{"name":"_newInstanceCode","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":"deployParams","type":"cell"},{"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 factoryInstanceAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"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":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"}]} as const | ||
const factoryPlatformAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_code","type":"cell"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"_id","type":"uint32"},{"key":2,"name":"_factory","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_id","type":"uint32"},{"name":"_factory","type":"address"}]} as const | ||
const factoryWithPlatformExampleAbi = {"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":"getPlatformCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"setPlatformCode","inputs":[{"name":"_newPlatformCode","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":"getInstanceAddress","inputs":[{"name":"answerId","type":"uint32"},{"name":"_deployParams","type":"cell"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"setInstanceCode","inputs":[{"name":"_newInstanceCode","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":"PlatformCodeSet","inputs":[],"outputs":[]},{"name":"InstanceDeployed","inputs":[{"name":"instance","type":"address"},{"name":"deployParams","type":"cell"},{"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":"_platformCode","type":"cell"},{"name":"_nonce","type":"uint32"}]} as const | ||
const ownableExampleAbi = {"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":"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":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_owner","type":"address"},{"name":"_nonce","type":"uint32"}]} as const | ||
const priceAggregatorCallbacksExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"onSuccessPriceCallback","inputs":[{"name":"_prices","type":"map(address,uint256)"},{"name":"_scales","type":"map(address,int16)"},{"name":"_timestamp","type":"uint64"},{"name":"_sender","type":"address"},{"name":"value4","type":"cell"}],"outputs":[]},{"name":"onCanceledPriceCallback","inputs":[{"name":"_prices","type":"map(address,uint256)"},{"name":"_scales","type":"map(address,int16)"},{"name":"_failed","type":"address[]"},{"name":"_timestamp","type":"uint64"},{"name":"_sender","type":"address"},{"name":"value5","type":"cell"}],"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 | ||
const priceAggregatorExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"setPriceAndScale","inputs":[{"name":"_token","type":"address"},{"name":"_price","type":"uint256"},{"name":"_scale","type":"int16"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getPrices","inputs":[{"name":"_tokens","type":"address[]"},{"name":"_callbackRecipient","type":"address"},{"name":"_proxy","type":"bool"},{"name":"_remainingGasTo","type":"address"},{"name":"_payload","type":"cell"}],"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"},{"name":"_prices","type":"map(address,uint256)"},{"name":"_scales","type":"map(address,int16)"}]} as const | ||
const reservableExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"reserveAndRefundGas","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"reserveGas","inputs":[{"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 | ||
const tWAPOracleCallbacksExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"onRateCallback","inputs":[{"components":[{"name":"price0To1","type":"uint256"},{"name":"price1To0","type":"uint256"},{"name":"fromTimestamp","type":"uint32"},{"name":"toTimestamp","type":"uint32"}],"name":"_rate","type":"optional(tuple)"},{"name":"value1","type":"uint128[]"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"onObservationCallback","inputs":[{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"_observation","type":"optional(tuple)"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"rate","inputs":[{"name":"_fromTimestamp","type":"uint32"},{"name":"_toTimestamp","type":"uint32"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"observation","inputs":[{"name":"_timestamp","type":"uint32"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]}],"data":[{"key":1,"name":"_nonce","type":"uint32"},{"key":2,"name":"_oracle","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"},{"name":"_oracle","type":"address"}]} as const | ||
const tWAPOracleExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"setObservation","inputs":[{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"_observation","type":"tuple"},{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getObservation","inputs":[{"name":"answerId","type":"uint32"},{"name":"_timestamp","type":"uint32"}],"outputs":[{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"value0","type":"optional(tuple)"}]},{"name":"observation","inputs":[{"name":"_timestamp","type":"uint32"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"getRate","inputs":[{"name":"answerId","type":"uint32"},{"name":"_fromTimestamp","type":"uint32"},{"name":"_toTimestamp","type":"uint32"}],"outputs":[{"components":[{"name":"price0To1","type":"uint256"},{"name":"price1To0","type":"uint256"},{"name":"fromTimestamp","type":"uint32"},{"name":"toTimestamp","type":"uint32"}],"name":"value0","type":"optional(tuple)"},{"name":"value1","type":"uint128[]"}]},{"name":"rate","inputs":[{"name":"_fromTimestamp","type":"uint32"},{"name":"_toTimestamp","type":"uint32"},{"name":"_callbackTo","type":"address"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"getExpectedAmountByTWAP","inputs":[{"name":"answerId","type":"uint32"},{"name":"_amount","type":"uint128"},{"name":"value1","type":"address"},{"name":"_fromTimestamp","type":"uint32"},{"name":"_toTimestamp","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"setOracleOptions","inputs":[{"components":[{"name":"minInterval","type":"uint8"},{"name":"minRateDeltaNumerator","type":"uint128"},{"name":"minRateDeltaDenominator","type":"uint128"},{"name":"cardinality","type":"uint16"}],"name":"_newOptions","type":"tuple"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]},{"name":"getOracleOptions","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"components":[{"name":"minInterval","type":"uint8"},{"name":"minRateDeltaNumerator","type":"uint128"},{"name":"minRateDeltaDenominator","type":"uint128"},{"name":"cardinality","type":"uint16"}],"name":"value0","type":"tuple"}]},{"name":"removeLastNPoints","inputs":[{"name":"_count","type":"uint16"},{"name":"_remainingGasTo","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"_nonce","type":"uint32"}],"events":[{"name":"OracleInitialized","inputs":[{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"value0","type":"tuple"}],"outputs":[]},{"name":"OracleUpdated","inputs":[{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"value0","type":"tuple"}],"outputs":[]},{"name":"OracleOptionsUpdated","inputs":[{"components":[{"name":"minInterval","type":"uint8"},{"name":"minRateDeltaNumerator","type":"uint128"},{"name":"minRateDeltaDenominator","type":"uint128"},{"name":"cardinality","type":"uint16"}],"name":"value0","type":"tuple"}],"outputs":[]}],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"},{"components":[{"name":"minInterval","type":"uint8"},{"name":"minRateDeltaNumerator","type":"uint128"},{"name":"minRateDeltaDenominator","type":"uint128"},{"name":"cardinality","type":"uint16"}],"name":"_options","type":"tuple"},{"components":[{"name":"timestamp","type":"uint32"},{"name":"price0To1Cumulative","type":"uint256"},{"name":"price1To0Cumulative","type":"uint256"}],"name":"_observations","type":"map(uint32,tuple)"}]} as const | ||
const tokenRootExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"name","inputs":[],"outputs":[]},{"name":"symbol","inputs":[],"outputs":[]},{"name":"decimals","inputs":[],"outputs":[]},{"name":"totalSupply","inputs":[],"outputs":[]},{"name":"rootOwner","inputs":[],"outputs":[]},{"name":"walletOf","inputs":[{"name":"_owner","type":"address"}],"outputs":[]},{"name":"deployWallet","inputs":[{"name":"_owner","type":"address"},{"name":"_deployWalletValue","type":"uint128"}],"outputs":[]},{"name":"onName","inputs":[{"name":"_name","type":"string"}],"outputs":[]},{"name":"onSymbol","inputs":[{"name":"_symbol","type":"string"}],"outputs":[]},{"name":"onDecimals","inputs":[{"name":"_decimals","type":"uint8"}],"outputs":[]},{"name":"onTotalSupply","inputs":[{"name":"_totalSupply","type":"uint128"}],"outputs":[]},{"name":"onRootOwner","inputs":[{"name":"_rootOwner","type":"address"}],"outputs":[]},{"name":"onWalletOf","inputs":[{"name":"_wallet","type":"address"}],"outputs":[]},{"name":"onDeployWallet","inputs":[{"name":"_wallet","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"_nonce","type":"uint32"},{"key":2,"name":"_root","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"},{"name":"_root","type":"address"},{"name":"_remainingGasRecipient","type":"address"}]} as const | ||
const tokenRootUpgradeableAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"initialSupplyTo","type":"address"},{"name":"initialSupply","type":"uint128"},{"name":"deployWalletValue","type":"uint128"},{"name":"mintDisabled","type":"bool"},{"name":"burnByRootDisabled","type":"bool"},{"name":"burnPaused","type":"bool"},{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"supportsInterface","inputs":[{"name":"answerId","type":"uint32"},{"name":"interfaceID","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"walletVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"platformCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"requestUpgradeWallet","inputs":[{"name":"currentVersion","type":"uint32"},{"name":"walletOwner","type":"address"},{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"setWalletCode","inputs":[{"name":"code","type":"cell"}],"outputs":[]},{"name":"upgrade","inputs":[{"name":"code","type":"cell"}],"outputs":[]},{"name":"disableMint","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"mintDisabled","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"burnTokens","inputs":[{"name":"amount","type":"uint128"},{"name":"walletOwner","type":"address"},{"name":"remainingGasTo","type":"address"},{"name":"callbackTo","type":"address"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"disableBurnByRoot","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"burnByRootDisabled","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"burnPaused","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"setBurnPaused","inputs":[{"name":"answerId","type":"uint32"},{"name":"paused","type":"bool"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"transferOwnership","inputs":[{"name":"newOwner","type":"address"},{"name":"remainingGasTo","type":"address"},{"components":[{"name":"value","type":"uint128"},{"name":"payload","type":"cell"}],"name":"callbacks","type":"map(address,tuple)"}],"outputs":[]},{"name":"name","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"string"}]},{"name":"symbol","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"string"}]},{"name":"decimals","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint8"}]},{"name":"totalSupply","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"walletCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"rootOwner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"walletOf","inputs":[{"name":"answerId","type":"uint32"},{"name":"walletOwner","type":"address"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"deployWallet","inputs":[{"name":"answerId","type":"uint32"},{"name":"walletOwner","type":"address"},{"name":"deployWalletValue","type":"uint128"}],"outputs":[{"name":"tokenWallet","type":"address"}]},{"name":"mint","inputs":[{"name":"amount","type":"uint128"},{"name":"recipient","type":"address"},{"name":"deployWalletValue","type":"uint128"},{"name":"remainingGasTo","type":"address"},{"name":"notify","type":"bool"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"acceptBurn","id":"0x192B51B1","inputs":[{"name":"amount","type":"uint128"},{"name":"walletOwner","type":"address"},{"name":"remainingGasTo","type":"address"},{"name":"callbackTo","type":"address"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"sendSurplusGas","inputs":[{"name":"to","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"name_","type":"string"},{"key":2,"name":"symbol_","type":"string"},{"key":3,"name":"decimals_","type":"uint8"},{"key":4,"name":"rootOwner_","type":"address"},{"key":5,"name":"walletCode_","type":"cell"},{"key":6,"name":"randomNonce_","type":"uint256"},{"key":7,"name":"deployer_","type":"address"},{"key":8,"name":"platformCode_","type":"cell"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"name_","type":"string"},{"name":"symbol_","type":"string"},{"name":"decimals_","type":"uint8"},{"name":"rootOwner_","type":"address"},{"name":"walletCode_","type":"cell"},{"name":"totalSupply_","type":"uint128"},{"name":"burnPaused_","type":"bool"},{"name":"burnByRootDisabled_","type":"bool"},{"name":"mintDisabled_","type":"bool"},{"name":"randomNonce_","type":"uint256"},{"name":"deployer_","type":"address"},{"name":"platformCode_","type":"cell"},{"name":"walletVersion_","type":"uint32"}]} as const | ||
const tokenWalletExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"onOwnRoot","inputs":[{"name":"_root","type":"address"}],"outputs":[]},{"name":"onOwnWalletOf","inputs":[{"name":"_walletAddress","type":"address"}],"outputs":[]},{"name":"root","inputs":[],"outputs":[]},{"name":"balance","inputs":[],"outputs":[]},{"name":"owner","inputs":[],"outputs":[]},{"name":"transfer","inputs":[{"name":"_amount","type":"uint128"},{"name":"_recipient","type":"address"},{"name":"_deployWalletValue","type":"uint128"},{"name":"_remainingGasTo","type":"address"},{"name":"_notify","type":"bool"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"transferToWallet","inputs":[{"name":"_amount","type":"uint128"},{"name":"_recipientWallet","type":"address"},{"name":"_remainingGasTo","type":"address"},{"name":"_notify","type":"bool"},{"name":"_payload","type":"cell"}],"outputs":[]},{"name":"onRoot","inputs":[{"name":"_root","type":"address"}],"outputs":[]},{"name":"onBalance","inputs":[{"name":"_balance","type":"uint128"}],"outputs":[]},{"name":"onOwner","inputs":[{"name":"_owner","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"_nonce","type":"uint32"},{"key":2,"name":"_wallet","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"_nonce","type":"uint32"},{"name":"_wallet","type":"address"},{"name":"_ownWallet","type":"address"},{"name":"_remainingGasRecipient","type":"address"}]} as const | ||
const tokenWalletPlatformAbi = {"ABIversion":2,"version":"2.2","header":["time"],"functions":[{"name":"constructor","id":"0x15A038FB","inputs":[{"name":"walletCode","type":"cell"},{"name":"walletVersion","type":"uint32"},{"name":"sender","type":"address"},{"name":"remainingGasTo","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"root","type":"address"},{"key":2,"name":"owner","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"root","type":"address"},{"name":"owner","type":"address"}]} as const | ||
const tokenWalletUpgradeableAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[],"outputs":[]},{"name":"supportsInterface","inputs":[{"name":"answerId","type":"uint32"},{"name":"interfaceID","type":"uint32"}],"outputs":[{"name":"value0","type":"bool"}]},{"name":"platformCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"onDeployRetry","id":"0x15A038FB","inputs":[{"name":"value0","type":"cell"},{"name":"value1","type":"uint32"},{"name":"sender","type":"address"},{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"version","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"upgrade","inputs":[{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"acceptUpgrade","inputs":[{"name":"newCode","type":"cell"},{"name":"newVersion","type":"uint32"},{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"burnByRoot","inputs":[{"name":"amount","type":"uint128"},{"name":"remainingGasTo","type":"address"},{"name":"callbackTo","type":"address"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"destroy","inputs":[{"name":"remainingGasTo","type":"address"}],"outputs":[]},{"name":"burn","inputs":[{"name":"amount","type":"uint128"},{"name":"remainingGasTo","type":"address"},{"name":"callbackTo","type":"address"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"balance","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint128"}]},{"name":"owner","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"root","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"address"}]},{"name":"walletCode","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"cell"}]},{"name":"transfer","inputs":[{"name":"amount","type":"uint128"},{"name":"recipient","type":"address"},{"name":"deployWalletValue","type":"uint128"},{"name":"remainingGasTo","type":"address"},{"name":"notify","type":"bool"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"transferToWallet","inputs":[{"name":"amount","type":"uint128"},{"name":"recipientTokenWallet","type":"address"},{"name":"remainingGasTo","type":"address"},{"name":"notify","type":"bool"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"acceptTransfer","id":"0x67A0B95F","inputs":[{"name":"amount","type":"uint128"},{"name":"sender","type":"address"},{"name":"remainingGasTo","type":"address"},{"name":"notify","type":"bool"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"acceptMint","id":"0x4384F298","inputs":[{"name":"amount","type":"uint128"},{"name":"remainingGasTo","type":"address"},{"name":"notify","type":"bool"},{"name":"payload","type":"cell"}],"outputs":[]},{"name":"sendSurplusGas","inputs":[{"name":"to","type":"address"}],"outputs":[]}],"data":[{"key":1,"name":"root_","type":"address"},{"key":2,"name":"owner_","type":"address"}],"events":[],"fields":[{"name":"_pubkey","type":"uint256"},{"name":"_timestamp","type":"uint64"},{"name":"_constructorFlag","type":"bool"},{"name":"root_","type":"address"},{"name":"owner_","type":"address"},{"name":"balance_","type":"uint128"},{"name":"version_","type":"uint32"},{"name":"platformCode_","type":"cell"}]} as const | ||
const upgradableByRequestExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(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":"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":"UpgraderChanged","inputs":[{"name":"current","type":"address"},{"name":"previous","type":"address"}],"outputs":[]},{"name":"IdChanged","inputs":[{"name":"current","type":"uint32"},{"name":"previous","type":"uint32"}],"outputs":[]},{"name":"FactoryChanged","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":"_id","type":"uint32"},{"name":"_factory","type":"address"},{"name":"_upgrader","type":"address"}]} 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":"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 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":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"getPreviousVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"check","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]}],"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":"_id","type":"uint32"},{"name":"_factory","type":"address"},{"name":"_currentVersion","type":"uint32"},{"name":"_previousVersion","type":"uint32"},{"name":"_upgrader","type":"address"}]} 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"}]},{"name":"getPreviousVersion","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":"_previousVersion","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":"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":"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":"_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":"deployParams","type":"cell"},{"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 | ||
const versionExampleAbi = {"ABIversion":2,"version":"2.2","header":["pubkey","time","expire"],"functions":[{"name":"constructor","inputs":[{"name":"_remainingGasTo","type":"optional(address)"}],"outputs":[]},{"name":"getVersion","inputs":[{"name":"answerId","type":"uint32"}],"outputs":[{"name":"value0","type":"uint32"}]},{"name":"getPreviousVersion","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":"_previousVersion","type":"uint32"},{"name":"_nonce","type":"uint32"}]} as const | ||
export const factorySource = { | ||
AcceptTokensTransferCallbackExample: acceptTokensTransferCallbackExampleAbi, | ||
ActivatableExample: activatableExampleAbi, | ||
DexPlatform: dexPlatformAbi, | ||
DexPlatformExample: dexPlatformExampleAbi, | ||
FactoryExample: factoryExampleAbi, | ||
@@ -24,3 +36,10 @@ FactoryInstance: factoryInstanceAbi, | ||
OwnableExample: ownableExampleAbi, | ||
PriceAggregatorCallbacksExample: priceAggregatorCallbacksExampleAbi, | ||
PriceAggregatorExample: priceAggregatorExampleAbi, | ||
ReservableExample: reservableExampleAbi, | ||
TWAPOracleCallbacksExample: tWAPOracleCallbacksExampleAbi, | ||
TWAPOracleExample: tWAPOracleExampleAbi, | ||
TokenRootExample: tokenRootExampleAbi, | ||
TokenRootUpgradeable: tokenRootUpgradeableAbi, | ||
TokenWalletExample: tokenWalletExampleAbi, | ||
TokenWalletPlatform: tokenWalletPlatformAbi, | ||
@@ -31,8 +50,11 @@ TokenWalletUpgradeable: tokenWalletUpgradeableAbi, | ||
UpgraderExample: upgraderExampleAbi, | ||
ValidatableExample: validatableExampleAbi | ||
ValidatableExample: validatableExampleAbi, | ||
VersionExample: versionExampleAbi | ||
} as const | ||
export type FactorySource = typeof factorySource | ||
export type AcceptTokensTransferCallbackExampleAbi = typeof acceptTokensTransferCallbackExampleAbi | ||
export type ActivatableExampleAbi = typeof activatableExampleAbi | ||
export type DexPlatformAbi = typeof dexPlatformAbi | ||
export type DexPlatformExampleAbi = typeof dexPlatformExampleAbi | ||
export type FactoryExampleAbi = typeof factoryExampleAbi | ||
@@ -43,3 +65,10 @@ export type FactoryInstanceAbi = typeof factoryInstanceAbi | ||
export type OwnableExampleAbi = typeof ownableExampleAbi | ||
export type PriceAggregatorCallbacksExampleAbi = typeof priceAggregatorCallbacksExampleAbi | ||
export type PriceAggregatorExampleAbi = typeof priceAggregatorExampleAbi | ||
export type ReservableExampleAbi = typeof reservableExampleAbi | ||
export type TWAPOracleCallbacksExampleAbi = typeof tWAPOracleCallbacksExampleAbi | ||
export type TWAPOracleExampleAbi = typeof tWAPOracleExampleAbi | ||
export type TokenRootExampleAbi = typeof tokenRootExampleAbi | ||
export type TokenRootUpgradeableAbi = typeof tokenRootUpgradeableAbi | ||
export type TokenWalletExampleAbi = typeof tokenWalletExampleAbi | ||
export type TokenWalletPlatformAbi = typeof tokenWalletPlatformAbi | ||
@@ -51,1 +80,2 @@ export type TokenWalletUpgradeableAbi = typeof tokenWalletUpgradeableAbi | ||
export type ValidatableExampleAbi = typeof validatableExampleAbi | ||
export type VersionExampleAbi = typeof versionExampleAbi |
@@ -26,15 +26,5 @@ { | ||
{ | ||
"name": "getInstanceAddress", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_params","type":"cell"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "deploy", | ||
"inputs": [ | ||
{"name":"_params","type":"cell"}, | ||
{"name":"_deployParams","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -57,3 +47,3 @@ ], | ||
"inputs": [ | ||
{"name":"_newCode","type":"cell"}, | ||
{"name":"_newPlatformCode","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -83,5 +73,15 @@ ], | ||
{ | ||
"name": "getInstanceAddress", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_deployParams","type":"cell"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "setInstanceCode", | ||
"inputs": [ | ||
{"name":"_newCode","type":"cell"}, | ||
{"name":"_newInstanceCode","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -135,2 +135,3 @@ ], | ||
{"name":"instance","type":"address"}, | ||
{"name":"deployParams","type":"cell"}, | ||
{"name":"version","type":"uint32"}, | ||
@@ -137,0 +138,0 @@ {"name":"deployer","type":"address"} |
@@ -9,3 +9,3 @@ { | ||
"inputs": [ | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
{"name":"_remainingGasTo","type":"address"} | ||
], | ||
@@ -43,11 +43,12 @@ "outputs": [ | ||
{ | ||
"name": "check", | ||
"name": "getVersion", | ||
"inputs": [ | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
{"name":"answerId","type":"uint32"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"uint32"} | ||
] | ||
}, | ||
{ | ||
"name": "getVersion", | ||
"name": "getPreviousVersion", | ||
"inputs": [ | ||
@@ -59,2 +60,10 @@ {"name":"answerId","type":"uint32"} | ||
] | ||
}, | ||
{ | ||
"name": "check", | ||
"inputs": [ | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
@@ -68,13 +77,4 @@ ], | ||
{ | ||
"name": "UpgraderChanged", | ||
"name": "VersionChanged", | ||
"inputs": [ | ||
{"name":"current","type":"address"}, | ||
{"name":"previous","type":"address"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "IdChanged", | ||
"inputs": [ | ||
{"name":"current","type":"uint32"}, | ||
@@ -87,3 +87,3 @@ {"name":"previous","type":"uint32"} | ||
{ | ||
"name": "FactoryChanged", | ||
"name": "UpgraderChanged", | ||
"inputs": [ | ||
@@ -95,11 +95,2 @@ {"name":"current","type":"address"}, | ||
] | ||
}, | ||
{ | ||
"name": "VersionChanged", | ||
"inputs": [ | ||
{"name":"current","type":"uint32"}, | ||
{"name":"previous","type":"uint32"} | ||
], | ||
"outputs": [ | ||
] | ||
} | ||
@@ -111,7 +102,8 @@ ], | ||
{"name":"_constructorFlag","type":"bool"}, | ||
{"name":"_version","type":"uint32"}, | ||
{"name":"_id","type":"uint32"}, | ||
{"name":"_factory","type":"address"}, | ||
{"name":"_currentVersion","type":"uint32"}, | ||
{"name":"_previousVersion","type":"uint32"}, | ||
{"name":"_upgrader","type":"address"} | ||
] | ||
} |
@@ -50,2 +50,11 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "getPreviousVersion", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"uint32"} | ||
] | ||
} | ||
@@ -80,3 +89,4 @@ ], | ||
{"name":"_constructorFlag","type":"bool"}, | ||
{"name":"_version","type":"uint32"}, | ||
{"name":"_currentVersion","type":"uint32"}, | ||
{"name":"_previousVersion","type":"uint32"}, | ||
{"name":"_owner","type":"address"}, | ||
@@ -83,0 +93,0 @@ {"name":"_nonce","type":"uint32"} |
@@ -16,12 +16,2 @@ { | ||
{ | ||
"name": "provideUpgrade", | ||
"inputs": [ | ||
{"name":"_currentVersion","type":"uint32"}, | ||
{"name":"_params","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"address"} | ||
], | ||
"outputs": [ | ||
] | ||
}, | ||
{ | ||
"name": "getDeployParams", | ||
@@ -37,16 +27,16 @@ "inputs": [ | ||
{ | ||
"name": "getInstanceAddress", | ||
"name": "deploy", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_params","type":"cell"} | ||
{"name":"_deployParams","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "deploy", | ||
"name": "provideUpgrade", | ||
"inputs": [ | ||
{"name":"_params","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
{"name":"_instanceVersion","type":"uint32"}, | ||
{"name":"_deployParams","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"address"} | ||
], | ||
@@ -75,5 +65,15 @@ "outputs": [ | ||
{ | ||
"name": "getInstanceAddress", | ||
"inputs": [ | ||
{"name":"answerId","type":"uint32"}, | ||
{"name":"_deployParams","type":"cell"} | ||
], | ||
"outputs": [ | ||
{"name":"value0","type":"address"} | ||
] | ||
}, | ||
{ | ||
"name": "setInstanceCode", | ||
"inputs": [ | ||
{"name":"_newCode","type":"cell"}, | ||
{"name":"_newInstanceCode","type":"cell"}, | ||
{"name":"_remainingGasTo","type":"optional(address)"} | ||
@@ -120,2 +120,3 @@ ], | ||
{"name":"instance","type":"address"}, | ||
{"name":"deployParams","type":"cell"}, | ||
{"name":"version","type":"uint32"}, | ||
@@ -122,0 +123,0 @@ {"name":"deployer","type":"address"} |
{ | ||
"name": "@fairyfromalfeya/ever-solidity-utils", | ||
"description": "Utility solidity contracts for everscale", | ||
"version": "1.0.22", | ||
"version": "2.0.0", | ||
"author": "Alexander Kunekov<fairyfromalfeya@gmail.com>", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"husky": "8.0.1", | ||
"locklift": "2.2.3", | ||
"mocha": "10.0.0", | ||
"locklift": "2.4.4", | ||
"mocha": "10.1.0", | ||
"prettier": "2.6.2", | ||
@@ -36,0 +36,0 @@ "ts-node": "10.8.1", |
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
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
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
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
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
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
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 10 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
700774
160
2432
25