@venusprotocol/oracle 2.4.0 → 2.5.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.sol/VAI.dbg.json +4 -0
- package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.sol/VAI.json +572 -0
- package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.dbg.json +4 -0
- package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.json +48 -0
- package/artifacts/build-info/b82644fe55e99e876162664de47b7bf0.json +1 -0
- package/artifacts/contracts/test/VAI.sol/VAIScenario.dbg.json +4 -0
- package/artifacts/contracts/test/VAI.sol/VAIScenario.json +572 -0
- package/contracts/test/VAI.sol +7 -0
- package/deployments/ethereum/ezETHOneJumpChainlinkOracle.json +295 -0
- package/deployments/ethereum/ezETHOneJumpChainlinkOracle_Implementation.json +204 -0
- package/deployments/ethereum/ezETHOneJumpChainlinkOracle_Proxy.json +213 -0
- package/deployments/ethereum/ezETHOneJumpRedStoneOracle.json +295 -0
- package/deployments/ethereum/ezETHOneJumpRedStoneOracle_Implementation.json +204 -0
- package/deployments/ethereum/ezETHOneJumpRedStoneOracle_Proxy.json +213 -0
- package/deployments/ethereum.json +930 -0
- package/deployments/ethereum_addresses.json +6 -0
- package/deployments/sepolia/ezETHOneJumpChainlinkOracle.json +295 -0
- package/deployments/sepolia/ezETHOneJumpChainlinkOracle_Implementation.json +204 -0
- package/deployments/sepolia/ezETHOneJumpChainlinkOracle_Proxy.json +213 -0
- package/deployments/sepolia/ezETHOneJumpRedStoneOracle.json +295 -0
- package/deployments/sepolia/ezETHOneJumpRedStoneOracle_Implementation.json +204 -0
- package/deployments/sepolia/ezETHOneJumpRedStoneOracle_Proxy.json +213 -0
- package/deployments/sepolia.json +930 -0
- package/deployments/sepolia_addresses.json +6 -0
- package/dist/deploy/1-deploy-oracles.d.ts.map +1 -1
- package/dist/deploy/1-deploy-oracles.js +23 -66
- package/dist/deploy/1-deploy-oracles.js.map +1 -1
- package/dist/deploy/10-deploy-rsETH-oracles.d.ts +4 -0
- package/dist/deploy/10-deploy-rsETH-oracles.d.ts.map +1 -0
- package/dist/deploy/{8-deploy-rsETH-oracles.js → 10-deploy-rsETH-oracles.js} +3 -12
- package/dist/deploy/10-deploy-rsETH-oracles.js.map +1 -0
- package/dist/deploy/11-dependencies-sfrxeth-oracle.d.ts +4 -0
- package/dist/deploy/11-dependencies-sfrxeth-oracle.d.ts.map +1 -0
- package/dist/deploy/11-dependencies-sfrxeth-oracle.js +34 -0
- package/dist/deploy/11-dependencies-sfrxeth-oracle.js.map +1 -0
- package/dist/deploy/11-deploy-sfrxeth-oracle.d.ts +4 -0
- package/dist/deploy/11-deploy-sfrxeth-oracle.d.ts.map +1 -0
- package/dist/deploy/{8-deploy-sfrxeth-oracle.js → 11-deploy-sfrxeth-oracle.js} +2 -18
- package/dist/deploy/11-deploy-sfrxeth-oracle.js.map +1 -0
- package/dist/deploy/11-setup-sfrxeth-oracle.d.ts +4 -0
- package/dist/deploy/11-setup-sfrxeth-oracle.d.ts.map +1 -0
- package/dist/deploy/11-setup-sfrxeth-oracle.js +25 -0
- package/dist/deploy/11-setup-sfrxeth-oracle.js.map +1 -0
- package/dist/deploy/12-deploy-ezETH-oracles.d.ts +4 -0
- package/dist/deploy/12-deploy-ezETH-oracles.d.ts.map +1 -0
- package/dist/deploy/12-deploy-ezETH-oracles.js +55 -0
- package/dist/deploy/12-deploy-ezETH-oracles.js.map +1 -0
- package/dist/deploy/2-deploy-binance-oracle.d.ts +4 -0
- package/dist/deploy/2-deploy-binance-oracle.d.ts.map +1 -0
- package/dist/deploy/2-deploy-binance-oracle.js +56 -0
- package/dist/deploy/2-deploy-binance-oracle.js.map +1 -0
- package/dist/deploy/{3-configure-feeds.d.ts → 2-deploy-pyth-oracle.d.ts} +1 -1
- package/dist/deploy/2-deploy-pyth-oracle.d.ts.map +1 -0
- package/dist/deploy/2-deploy-pyth-oracle.js +52 -0
- package/dist/deploy/2-deploy-pyth-oracle.js.map +1 -0
- package/dist/deploy/2-deploy-redstone-oracle.d.ts.map +1 -1
- package/dist/deploy/2-deploy-redstone-oracle.js +1 -4
- package/dist/deploy/2-deploy-redstone-oracle.js.map +1 -1
- package/dist/deploy/3-resilient-oracle-imp-update.d.ts.map +1 -1
- package/dist/deploy/3-resilient-oracle-imp-update.js +4 -4
- package/dist/deploy/3-resilient-oracle-imp-update.js.map +1 -1
- package/dist/deploy/{3-vip-based-configuration.d.ts → 4-vip-based-configuration.d.ts} +1 -1
- package/dist/deploy/4-vip-based-configuration.d.ts.map +1 -0
- package/dist/deploy/{3-vip-based-configuration.js → 4-vip-based-configuration.js} +1 -1
- package/dist/deploy/{3-vip-based-configuration.js.map → 4-vip-based-configuration.js.map} +1 -1
- package/dist/deploy/5-dependencies-bnb-lst-oracles.d.ts +4 -0
- package/dist/deploy/5-dependencies-bnb-lst-oracles.d.ts.map +1 -0
- package/dist/deploy/5-dependencies-bnb-lst-oracles.js +44 -0
- package/dist/deploy/5-dependencies-bnb-lst-oracles.js.map +1 -0
- package/dist/deploy/5-deploy-bnb-lst-oracles.d.ts.map +1 -1
- package/dist/deploy/5-deploy-bnb-lst-oracles.js +2 -30
- package/dist/deploy/5-deploy-bnb-lst-oracles.js.map +1 -1
- package/dist/deploy/{4-deploy-wstETH-oracle.d.ts → 6-deploy-wstETH-oracle.d.ts} +1 -1
- package/dist/deploy/6-deploy-wstETH-oracle.d.ts.map +1 -0
- package/dist/deploy/{4-deploy-wstETH-oracle.js → 6-deploy-wstETH-oracle.js} +4 -5
- package/dist/deploy/6-deploy-wstETH-oracle.js.map +1 -0
- package/dist/deploy/7-dependencies-pendle-oracle.d.ts +4 -0
- package/dist/deploy/7-dependencies-pendle-oracle.d.ts.map +1 -0
- package/dist/deploy/7-dependencies-pendle-oracle.js +34 -0
- package/dist/deploy/7-dependencies-pendle-oracle.js.map +1 -0
- package/dist/deploy/{6-deploy-pendle-oracle.d.ts → 7-deploy-pendle-oracle.d.ts} +1 -1
- package/dist/deploy/7-deploy-pendle-oracle.d.ts.map +1 -0
- package/dist/deploy/{6-deploy-pendle-oracle.js → 7-deploy-pendle-oracle.js} +2 -17
- package/dist/deploy/7-deploy-pendle-oracle.js.map +1 -0
- package/dist/deploy/8-dependencies-weETH-oracle.d.ts +4 -0
- package/dist/deploy/8-dependencies-weETH-oracle.d.ts.map +1 -0
- package/dist/deploy/8-dependencies-weETH-oracle.js +32 -0
- package/dist/deploy/8-dependencies-weETH-oracle.js.map +1 -0
- package/dist/deploy/{6-deploy-weETH-oracle.d.ts → 8-deploy-weETH-oracle.d.ts} +1 -1
- package/dist/deploy/8-deploy-weETH-oracle.d.ts.map +1 -0
- package/dist/deploy/{6-deploy-weETH-oracle.js → 8-deploy-weETH-oracle.js} +2 -14
- package/dist/deploy/8-deploy-weETH-oracle.js.map +1 -0
- package/dist/deploy/9-dependencies-sfrax-oracle.d.ts +4 -0
- package/dist/deploy/9-dependencies-sfrax-oracle.d.ts.map +1 -0
- package/dist/deploy/9-dependencies-sfrax-oracle.js +34 -0
- package/dist/deploy/9-dependencies-sfrax-oracle.js.map +1 -0
- package/dist/deploy/{7-deploy-sfrax-oracle.d.ts → 9-deploy-sfrax-oracle.d.ts} +1 -1
- package/dist/deploy/9-deploy-sfrax-oracle.d.ts.map +1 -0
- package/dist/deploy/{7-deploy-sfrax-oracle.js → 9-deploy-sfrax-oracle.js} +2 -18
- package/dist/deploy/9-deploy-sfrax-oracle.js.map +1 -0
- package/dist/hardhat.config.d.ts.map +1 -1
- package/dist/hardhat.config.js +14 -0
- package/dist/hardhat.config.js.map +1 -1
- package/dist/helpers/deploymentConfig.d.ts.map +1 -1
- package/dist/helpers/deploymentConfig.js +4 -0
- package/dist/helpers/deploymentConfig.js.map +1 -1
- package/dist/typechain-types/@venusprotocol/index.d.ts +2 -0
- package/dist/typechain-types/@venusprotocol/index.d.ts.map +1 -1
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.d.ts +367 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.d.ts +4 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.d.ts +50 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.d.ts +2 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/index.d.ts +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/index.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/index.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/Tokens/index.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/index.d.ts +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/index.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/index.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/contracts/index.js.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/index.d.ts +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/index.d.ts.map +1 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/index.js +3 -0
- package/dist/typechain-types/@venusprotocol/venus-protocol/index.js.map +1 -0
- package/dist/typechain-types/contracts/test/VAI.sol/VAIScenario.d.ts +367 -0
- package/dist/typechain-types/contracts/test/VAI.sol/VAIScenario.d.ts.map +1 -0
- package/dist/typechain-types/contracts/test/VAI.sol/VAIScenario.js +3 -0
- package/dist/typechain-types/contracts/test/VAI.sol/VAIScenario.js.map +1 -0
- package/dist/typechain-types/contracts/test/VAI.sol/index.d.ts +2 -0
- package/dist/typechain-types/contracts/test/VAI.sol/index.d.ts.map +1 -0
- package/dist/typechain-types/contracts/test/VAI.sol/index.js +3 -0
- package/dist/typechain-types/contracts/test/VAI.sol/index.js.map +1 -0
- package/dist/typechain-types/contracts/test/index.d.ts +2 -0
- package/dist/typechain-types/contracts/test/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/@venusprotocol/index.d.ts +1 -0
- package/dist/typechain-types/factories/@venusprotocol/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/@venusprotocol/index.js +2 -1
- package/dist/typechain-types/factories/@venusprotocol/index.js.map +1 -1
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI__factory.d.ts +465 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI__factory.js +601 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI__factory.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.d.ts +3 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.js +30 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/index.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote__factory.d.ts +52 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote__factory.js +77 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote__factory.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.d.ts +2 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.js +6 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/index.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/index.d.ts +2 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/index.js +28 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/index.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/index.d.ts +2 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/index.js +28 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/contracts/index.js.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/index.d.ts +2 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/index.js +28 -0
- package/dist/typechain-types/factories/@venusprotocol/venus-protocol/index.js.map +1 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/VAIScenario__factory.d.ts +465 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/VAIScenario__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/VAIScenario__factory.js +601 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/VAIScenario__factory.js.map +1 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/index.d.ts +2 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/index.d.ts.map +1 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/index.js +6 -0
- package/dist/typechain-types/factories/contracts/test/VAI.sol/index.js.map +1 -0
- package/dist/typechain-types/factories/contracts/test/index.d.ts +1 -0
- package/dist/typechain-types/factories/contracts/test/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/contracts/test/index.js +2 -1
- package/dist/typechain-types/factories/contracts/test/index.js.map +1 -1
- package/dist/typechain-types/index.d.ts +6 -0
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +8 -2
- package/dist/typechain-types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/deploy/3-configure-feeds.d.ts.map +0 -1
- package/dist/deploy/3-configure-feeds.js +0 -53
- package/dist/deploy/3-configure-feeds.js.map +0 -1
- package/dist/deploy/3-vip-based-configuration.d.ts.map +0 -1
- package/dist/deploy/4-deploy-wstETH-oracle.d.ts.map +0 -1
- package/dist/deploy/4-deploy-wstETH-oracle.js.map +0 -1
- package/dist/deploy/6-deploy-pendle-oracle.d.ts.map +0 -1
- package/dist/deploy/6-deploy-pendle-oracle.js.map +0 -1
- package/dist/deploy/6-deploy-weETH-oracle.d.ts.map +0 -1
- package/dist/deploy/6-deploy-weETH-oracle.js.map +0 -1
- package/dist/deploy/7-deploy-sfrax-oracle.d.ts.map +0 -1
- package/dist/deploy/7-deploy-sfrax-oracle.js.map +0 -1
- package/dist/deploy/8-deploy-rsETH-oracles.d.ts +0 -4
- package/dist/deploy/8-deploy-rsETH-oracles.d.ts.map +0 -1
- package/dist/deploy/8-deploy-rsETH-oracles.js.map +0 -1
- package/dist/deploy/8-deploy-sfrxeth-oracle.d.ts +0 -4
- package/dist/deploy/8-deploy-sfrxeth-oracle.d.ts.map +0 -1
- package/dist/deploy/8-deploy-sfrxeth-oracle.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../typechain-types/factories/@venusprotocol/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../typechain-types/factories/@venusprotocol/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,mBAAmB,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,aAAa,MAAM,kBAAkB,CAAC"}
|
|
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.governanceContracts = void 0;
|
|
26
|
+
exports.venusProtocol = exports.governanceContracts = void 0;
|
|
27
27
|
exports.governanceContracts = __importStar(require("./governance-contracts"));
|
|
28
|
+
exports.venusProtocol = __importStar(require("./venus-protocol"));
|
|
28
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../typechain-types/factories/@venusprotocol/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,8EAA8D"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../typechain-types/factories/@venusprotocol/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,8EAA8D;AAC9D,kEAAkD"}
|
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
import type { VAI, VAIInterface } from "../../../../../../@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI";
|
|
2
|
+
import type { PromiseOrValue } from "../../../../../../common";
|
|
3
|
+
import type { Provider, TransactionRequest } from "@ethersproject/providers";
|
|
4
|
+
import { Signer, ContractFactory, BigNumberish, Overrides } from "ethers";
|
|
5
|
+
type VAIConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
+
export declare class VAI__factory extends ContractFactory {
|
|
7
|
+
constructor(...args: VAIConstructorParams);
|
|
8
|
+
deploy(chainId_: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
9
|
+
from?: PromiseOrValue<string>;
|
|
10
|
+
}): Promise<VAI>;
|
|
11
|
+
getDeployTransaction(chainId_: PromiseOrValue<BigNumberish>, overrides?: Overrides & {
|
|
12
|
+
from?: PromiseOrValue<string>;
|
|
13
|
+
}): TransactionRequest;
|
|
14
|
+
attach(address: string): VAI;
|
|
15
|
+
connect(signer: Signer): VAI__factory;
|
|
16
|
+
static readonly bytecode = "0x608060405234801561001057600080fd5b506040516112923803806112928339818101604052602081101561003357600080fd5b5051336000908152602081905260409081902060019055518060526112408239604080519182900360520182208282018252600e83526d2b20a49029ba30b13632b1b7b4b760911b6020938401528151808301835260018152603160f81b908401528151808401919091527fdd18a44c5a898a5e53e119eaa2f28613c9f2172cf68c0fb769cbcdd3e3296b05818301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6606082015260808101949094523060a0808601919091528151808603909101815260c09094019052825192019190912060055550611119806101276000396000f3fe608060405234801561001057600080fd5b50600436106101425760003560e01c80637ecebe00116100b8578063a9059cbb1161007c578063a9059cbb146103e0578063b753a98c1461040c578063bb35783b14610438578063bf353dbb1461046e578063dd62ed3e14610494578063f2d5d56b146104c257610142565b80637ecebe00146103065780638fcbaf0c1461032c57806395d89b41146103865780639c52a7f11461038e5780639dc29fac146103b457610142565b8063313ce5671161010a578063313ce5671461025e5780633644e5151461027c57806340c10f191461028457806354fd4d50146102b257806365fae35e146102ba57806370a08231146102e057610142565b806306fdde0314610147578063095ea7b3146101c657806318160ddd1461020657806323b872dd1461022057806330adf81f14610256575b600080fd5b61014f6104ee565b60405160208082528190810183818151815260200191508051906020019080838360005b8381101561018b578082015183820152602001610173565b50505050905090810190601f1680156101b85780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101f2600480360360408110156101dc57600080fd5b506001600160a01b038135169060200135610516565b604051901515815260200160405180910390f35b61020e610588565b60405190815260200160405180910390f35b6101f26004803603606081101561023657600080fd5b506001600160a01b0381358116916020810135909116906040013561058e565b61020e6107db565b6102666107ff565b60405160ff909116815260200160405180910390f35b61020e610804565b6102b06004803603604081101561029a57600080fd5b506001600160a01b03813516906020013561080a565b005b61014f6108f1565b6102b0600480360360208110156102d057600080fd5b50356001600160a01b031661090c565b61020e600480360360208110156102f657600080fd5b50356001600160a01b03166109ba565b61020e6004803603602081101561031c57600080fd5b50356001600160a01b03166109ce565b6102b0600480360361010081101561034357600080fd5b506001600160a01b038135811691602081013590911690604081013590606081013590608081013515159060ff60a0820135169060c08101359060e001356109e2565b61014f610cfc565b6102b0600480360360208110156103a457600080fd5b50356001600160a01b0316610d19565b6102b0600480360360408110156103ca57600080fd5b506001600160a01b038135169060200135610dc4565b6101f2600480360360408110156103f657600080fd5b506001600160a01b038135169060200135610fde565b6102b06004803603604081101561042257600080fd5b506001600160a01b038135169060200135610ff2565b6102b06004803603606081101561044e57600080fd5b506001600160a01b03813581169160208101359091169060400135611002565b61020e6004803603602081101561048457600080fd5b50356001600160a01b0316611013565b61020e600480360360408110156104aa57600080fd5b506001600160a01b0381358116916020013516611027565b6102b0600480360360408110156104d857600080fd5b506001600160a01b038135169060200135611049565b60405160408082019052600e81526d2b20a49029ba30b13632b1b7b4b760911b602082015281565b336000908152600360205281604082206001600160a01b038516600090815260209190915260409020556001600160a01b038316337f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405190815260200160405180910390a35060015b92915050565b60015481565b6001600160a01b0383166000908152600260205281604082205410156105f55760405162461bcd60e51b81526020600482015260186024820152775641492f696e73756666696369656e742d62616c616e636560401b604482015260640160405180910390fd5b6001600160a01b038416331480159061063957506001600160a01b038416600090815260036020526000199060409020336000908152602091909152604090205414155b15610718576001600160a01b03841660009081526003602052829060409020336000908152602091909152604090205410156106bb5760405162461bcd60e51b815260206004820152601a60248201527f5641492f696e73756666696369656e742d616c6c6f77616e6365000000000000604482015260640160405180910390fd5b6001600160a01b038416600090815260036020526106ee9060409020336000908152602091909152604090205483611054565b6001600160a01b038516600090815260036020526040902033600090815260209190915260409020555b6001600160a01b0384166000908152600260205261073b90604090205483611054565b6001600160a01b0385166000908152600260205260409020556001600160a01b038316600090815260026020526107779060409020548361109c565b6001600160a01b0384166000908152600260205260409020556001600160a01b038084169085167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405190815260200160405180910390a35060019392505050565b7fea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb81565b601281565b60055481565b336000908152602081905260409020546001146108625760405162461bcd60e51b81526020600482015260126024820152711590524bdb9bdd0b585d5d1a1bdc9a5e995960721b604482015260640160405180910390fd5b6001600160a01b038216600090815260026020526108859060409020548261109c565b6001600160a01b0383166000908152600260205260409020556001546108ab908261109c565b6001556001600160a01b03821660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405190815260200160405180910390a35050565b6040516040808201905260018152603160f81b602082015281565b336000908152602081905260409020546001146109645760405162461bcd60e51b81526020600482015260126024820152711590524bdb9bdd0b585d5d1a1bdc9a5e995960721b604482015260640160405180910390fd5b6001600160a01b0381166000908152602081905260019060409020555961012081016040526020815260e0602082015260e060006040830137602435600435336001600160e01b03196000351661012085a45050565b600260205280600052604060002054905081565b600460205280600052604060002054905081565b6005546000907fea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb8a8a8a8a8a60405160208101969096526001600160a01b03948516604080880191909152939094166060860152608085019190915260a084015290151560c083015260e090910190516020818303038152906040528051906020012060405161190160f01b6020820152602281019290925260428201526062016040516020818303038152906040528051906020012090506001600160a01b038916610aed5760405162461bcd60e51b815260206004820152601560248201527405641492f696e76616c69642d616464726573732d3605c1b604482015260640160405180910390fd5b60018185858560405160008152602001604052604051808581526020018460ff1660ff1681526020018381526020018281526020019450505050506020604051602081039080840390855afa158015610b4a573d6000803e3d6000fd5b505050602060405103516001600160a01b0316896001600160a01b031614610bad5760405162461bcd60e51b81526020600482015260126024820152711590524bda5b9d985b1a590b5c195c9b5a5d60721b604482015260640160405180910390fd5b851580610bba5750854211155b610bff5760405162461bcd60e51b81526020600482015260126024820152711590524bdc195c9b5a5d0b595e1c1a5c995960721b604482015260640160405180910390fd5b6001600160a01b03891660009081526004602052604090208054600181019091558714610c665760405162461bcd60e51b81526020600482015260116024820152705641492f696e76616c69642d6e6f6e636560781b604482015260640160405180910390fd5b600085610c74576000610c78565b6000195b6001600160a01b038b16600090815260036020529091508190604090206001600160a01b038b16600090815260209190915260409020556001600160a01b03808a16908b167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405190815260200160405180910390a350505050505050505050565b60405160408082019052600381526256414960e81b602082015281565b33600090815260208190526040902054600114610d715760405162461bcd60e51b81526020600482015260126024820152711590524bdb9bdd0b585d5d1a1bdc9a5e995960721b604482015260640160405180910390fd5b6001600160a01b0381166000908152602081905260408120555961012081016040526020815260e0602082015260e060006040830137602435600435336001600160e01b03196000351661012085a45050565b6001600160a01b03821660009081526002602052819060409020541015610e2c5760405162461bcd60e51b81526020600482015260186024820152775641492f696e73756666696369656e742d62616c616e636560401b604482015260640160405180910390fd5b6001600160a01b0382163314801590610e7057506001600160a01b038216600090815260036020526000199060409020336000908152602091909152604090205414155b15610f4f576001600160a01b0382166000908152600360205281906040902033600090815260209190915260409020541015610ef25760405162461bcd60e51b815260206004820152601a60248201527f5641492f696e73756666696369656e742d616c6c6f77616e6365000000000000604482015260640160405180910390fd5b6001600160a01b03821660009081526003602052610f259060409020336000908152602091909152604090205482611054565b6001600160a01b038316600090815260036020526040902033600090815260209190915260409020555b6001600160a01b03821660009081526002602052610f7290604090205482611054565b6001600160a01b038316600090815260026020526040902055600154610f989082611054565b60015560006001600160a01b0383167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405190815260200160405180910390a35050565b6000610feb33848461058e565b9392505050565b610ffd33838361058e565b505050565b61100d83838361058e565b50505050565b600060205280600052604060002054905081565b6003602052816000526040600020602052806000526040600020549150829050565b610ffd82338361058e565b808203828111156105825760405162461bcd60e51b815260206004820152600e60248201526d2b20a49036b0ba341032b93937b960911b604482015260640160405180910390fd5b808201828110156105825760405162461bcd60e51b815260206004820152600e60248201526d2b20a49036b0ba341032b93937b960911b604482015260640160405180910390fdfea265627a7a72315820a86328fc8385801d8963f91c61ef8964f99e1889a1ab2b4d3349e70bf74eccb164736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429";
|
|
17
|
+
static readonly abi: readonly [{
|
|
18
|
+
readonly inputs: readonly [{
|
|
19
|
+
readonly internalType: "uint256";
|
|
20
|
+
readonly name: "chainId_";
|
|
21
|
+
readonly type: "uint256";
|
|
22
|
+
}];
|
|
23
|
+
readonly payable: false;
|
|
24
|
+
readonly stateMutability: "nonpayable";
|
|
25
|
+
readonly type: "constructor";
|
|
26
|
+
}, {
|
|
27
|
+
readonly anonymous: false;
|
|
28
|
+
readonly inputs: readonly [{
|
|
29
|
+
readonly indexed: true;
|
|
30
|
+
readonly internalType: "address";
|
|
31
|
+
readonly name: "src";
|
|
32
|
+
readonly type: "address";
|
|
33
|
+
}, {
|
|
34
|
+
readonly indexed: true;
|
|
35
|
+
readonly internalType: "address";
|
|
36
|
+
readonly name: "guy";
|
|
37
|
+
readonly type: "address";
|
|
38
|
+
}, {
|
|
39
|
+
readonly indexed: false;
|
|
40
|
+
readonly internalType: "uint256";
|
|
41
|
+
readonly name: "wad";
|
|
42
|
+
readonly type: "uint256";
|
|
43
|
+
}];
|
|
44
|
+
readonly name: "Approval";
|
|
45
|
+
readonly type: "event";
|
|
46
|
+
}, {
|
|
47
|
+
readonly anonymous: true;
|
|
48
|
+
readonly inputs: readonly [{
|
|
49
|
+
readonly indexed: true;
|
|
50
|
+
readonly internalType: "bytes4";
|
|
51
|
+
readonly name: "sig";
|
|
52
|
+
readonly type: "bytes4";
|
|
53
|
+
}, {
|
|
54
|
+
readonly indexed: true;
|
|
55
|
+
readonly internalType: "address";
|
|
56
|
+
readonly name: "usr";
|
|
57
|
+
readonly type: "address";
|
|
58
|
+
}, {
|
|
59
|
+
readonly indexed: true;
|
|
60
|
+
readonly internalType: "bytes32";
|
|
61
|
+
readonly name: "arg1";
|
|
62
|
+
readonly type: "bytes32";
|
|
63
|
+
}, {
|
|
64
|
+
readonly indexed: true;
|
|
65
|
+
readonly internalType: "bytes32";
|
|
66
|
+
readonly name: "arg2";
|
|
67
|
+
readonly type: "bytes32";
|
|
68
|
+
}, {
|
|
69
|
+
readonly indexed: false;
|
|
70
|
+
readonly internalType: "bytes";
|
|
71
|
+
readonly name: "data";
|
|
72
|
+
readonly type: "bytes";
|
|
73
|
+
}];
|
|
74
|
+
readonly name: "LogNote";
|
|
75
|
+
readonly type: "event";
|
|
76
|
+
}, {
|
|
77
|
+
readonly anonymous: false;
|
|
78
|
+
readonly inputs: readonly [{
|
|
79
|
+
readonly indexed: true;
|
|
80
|
+
readonly internalType: "address";
|
|
81
|
+
readonly name: "src";
|
|
82
|
+
readonly type: "address";
|
|
83
|
+
}, {
|
|
84
|
+
readonly indexed: true;
|
|
85
|
+
readonly internalType: "address";
|
|
86
|
+
readonly name: "dst";
|
|
87
|
+
readonly type: "address";
|
|
88
|
+
}, {
|
|
89
|
+
readonly indexed: false;
|
|
90
|
+
readonly internalType: "uint256";
|
|
91
|
+
readonly name: "wad";
|
|
92
|
+
readonly type: "uint256";
|
|
93
|
+
}];
|
|
94
|
+
readonly name: "Transfer";
|
|
95
|
+
readonly type: "event";
|
|
96
|
+
}, {
|
|
97
|
+
readonly constant: true;
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly name: "DOMAIN_SEPARATOR";
|
|
100
|
+
readonly outputs: readonly [{
|
|
101
|
+
readonly internalType: "bytes32";
|
|
102
|
+
readonly name: "";
|
|
103
|
+
readonly type: "bytes32";
|
|
104
|
+
}];
|
|
105
|
+
readonly payable: false;
|
|
106
|
+
readonly stateMutability: "view";
|
|
107
|
+
readonly type: "function";
|
|
108
|
+
}, {
|
|
109
|
+
readonly constant: true;
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly name: "PERMIT_TYPEHASH";
|
|
112
|
+
readonly outputs: readonly [{
|
|
113
|
+
readonly internalType: "bytes32";
|
|
114
|
+
readonly name: "";
|
|
115
|
+
readonly type: "bytes32";
|
|
116
|
+
}];
|
|
117
|
+
readonly payable: false;
|
|
118
|
+
readonly stateMutability: "view";
|
|
119
|
+
readonly type: "function";
|
|
120
|
+
}, {
|
|
121
|
+
readonly constant: true;
|
|
122
|
+
readonly inputs: readonly [{
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly name: "";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
}, {
|
|
127
|
+
readonly internalType: "address";
|
|
128
|
+
readonly name: "";
|
|
129
|
+
readonly type: "address";
|
|
130
|
+
}];
|
|
131
|
+
readonly name: "allowance";
|
|
132
|
+
readonly outputs: readonly [{
|
|
133
|
+
readonly internalType: "uint256";
|
|
134
|
+
readonly name: "";
|
|
135
|
+
readonly type: "uint256";
|
|
136
|
+
}];
|
|
137
|
+
readonly payable: false;
|
|
138
|
+
readonly stateMutability: "view";
|
|
139
|
+
readonly type: "function";
|
|
140
|
+
}, {
|
|
141
|
+
readonly constant: false;
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly internalType: "address";
|
|
144
|
+
readonly name: "usr";
|
|
145
|
+
readonly type: "address";
|
|
146
|
+
}, {
|
|
147
|
+
readonly internalType: "uint256";
|
|
148
|
+
readonly name: "wad";
|
|
149
|
+
readonly type: "uint256";
|
|
150
|
+
}];
|
|
151
|
+
readonly name: "approve";
|
|
152
|
+
readonly outputs: readonly [{
|
|
153
|
+
readonly internalType: "bool";
|
|
154
|
+
readonly name: "";
|
|
155
|
+
readonly type: "bool";
|
|
156
|
+
}];
|
|
157
|
+
readonly payable: false;
|
|
158
|
+
readonly stateMutability: "nonpayable";
|
|
159
|
+
readonly type: "function";
|
|
160
|
+
}, {
|
|
161
|
+
readonly constant: true;
|
|
162
|
+
readonly inputs: readonly [{
|
|
163
|
+
readonly internalType: "address";
|
|
164
|
+
readonly name: "";
|
|
165
|
+
readonly type: "address";
|
|
166
|
+
}];
|
|
167
|
+
readonly name: "balanceOf";
|
|
168
|
+
readonly outputs: readonly [{
|
|
169
|
+
readonly internalType: "uint256";
|
|
170
|
+
readonly name: "";
|
|
171
|
+
readonly type: "uint256";
|
|
172
|
+
}];
|
|
173
|
+
readonly payable: false;
|
|
174
|
+
readonly stateMutability: "view";
|
|
175
|
+
readonly type: "function";
|
|
176
|
+
}, {
|
|
177
|
+
readonly constant: false;
|
|
178
|
+
readonly inputs: readonly [{
|
|
179
|
+
readonly internalType: "address";
|
|
180
|
+
readonly name: "usr";
|
|
181
|
+
readonly type: "address";
|
|
182
|
+
}, {
|
|
183
|
+
readonly internalType: "uint256";
|
|
184
|
+
readonly name: "wad";
|
|
185
|
+
readonly type: "uint256";
|
|
186
|
+
}];
|
|
187
|
+
readonly name: "burn";
|
|
188
|
+
readonly outputs: readonly [];
|
|
189
|
+
readonly payable: false;
|
|
190
|
+
readonly stateMutability: "nonpayable";
|
|
191
|
+
readonly type: "function";
|
|
192
|
+
}, {
|
|
193
|
+
readonly constant: true;
|
|
194
|
+
readonly inputs: readonly [];
|
|
195
|
+
readonly name: "decimals";
|
|
196
|
+
readonly outputs: readonly [{
|
|
197
|
+
readonly internalType: "uint8";
|
|
198
|
+
readonly name: "";
|
|
199
|
+
readonly type: "uint8";
|
|
200
|
+
}];
|
|
201
|
+
readonly payable: false;
|
|
202
|
+
readonly stateMutability: "view";
|
|
203
|
+
readonly type: "function";
|
|
204
|
+
}, {
|
|
205
|
+
readonly constant: false;
|
|
206
|
+
readonly inputs: readonly [{
|
|
207
|
+
readonly internalType: "address";
|
|
208
|
+
readonly name: "guy";
|
|
209
|
+
readonly type: "address";
|
|
210
|
+
}];
|
|
211
|
+
readonly name: "deny";
|
|
212
|
+
readonly outputs: readonly [];
|
|
213
|
+
readonly payable: false;
|
|
214
|
+
readonly stateMutability: "nonpayable";
|
|
215
|
+
readonly type: "function";
|
|
216
|
+
}, {
|
|
217
|
+
readonly constant: false;
|
|
218
|
+
readonly inputs: readonly [{
|
|
219
|
+
readonly internalType: "address";
|
|
220
|
+
readonly name: "usr";
|
|
221
|
+
readonly type: "address";
|
|
222
|
+
}, {
|
|
223
|
+
readonly internalType: "uint256";
|
|
224
|
+
readonly name: "wad";
|
|
225
|
+
readonly type: "uint256";
|
|
226
|
+
}];
|
|
227
|
+
readonly name: "mint";
|
|
228
|
+
readonly outputs: readonly [];
|
|
229
|
+
readonly payable: false;
|
|
230
|
+
readonly stateMutability: "nonpayable";
|
|
231
|
+
readonly type: "function";
|
|
232
|
+
}, {
|
|
233
|
+
readonly constant: false;
|
|
234
|
+
readonly inputs: readonly [{
|
|
235
|
+
readonly internalType: "address";
|
|
236
|
+
readonly name: "src";
|
|
237
|
+
readonly type: "address";
|
|
238
|
+
}, {
|
|
239
|
+
readonly internalType: "address";
|
|
240
|
+
readonly name: "dst";
|
|
241
|
+
readonly type: "address";
|
|
242
|
+
}, {
|
|
243
|
+
readonly internalType: "uint256";
|
|
244
|
+
readonly name: "wad";
|
|
245
|
+
readonly type: "uint256";
|
|
246
|
+
}];
|
|
247
|
+
readonly name: "move";
|
|
248
|
+
readonly outputs: readonly [];
|
|
249
|
+
readonly payable: false;
|
|
250
|
+
readonly stateMutability: "nonpayable";
|
|
251
|
+
readonly type: "function";
|
|
252
|
+
}, {
|
|
253
|
+
readonly constant: true;
|
|
254
|
+
readonly inputs: readonly [];
|
|
255
|
+
readonly name: "name";
|
|
256
|
+
readonly outputs: readonly [{
|
|
257
|
+
readonly internalType: "string";
|
|
258
|
+
readonly name: "";
|
|
259
|
+
readonly type: "string";
|
|
260
|
+
}];
|
|
261
|
+
readonly payable: false;
|
|
262
|
+
readonly stateMutability: "view";
|
|
263
|
+
readonly type: "function";
|
|
264
|
+
}, {
|
|
265
|
+
readonly constant: true;
|
|
266
|
+
readonly inputs: readonly [{
|
|
267
|
+
readonly internalType: "address";
|
|
268
|
+
readonly name: "";
|
|
269
|
+
readonly type: "address";
|
|
270
|
+
}];
|
|
271
|
+
readonly name: "nonces";
|
|
272
|
+
readonly outputs: readonly [{
|
|
273
|
+
readonly internalType: "uint256";
|
|
274
|
+
readonly name: "";
|
|
275
|
+
readonly type: "uint256";
|
|
276
|
+
}];
|
|
277
|
+
readonly payable: false;
|
|
278
|
+
readonly stateMutability: "view";
|
|
279
|
+
readonly type: "function";
|
|
280
|
+
}, {
|
|
281
|
+
readonly constant: false;
|
|
282
|
+
readonly inputs: readonly [{
|
|
283
|
+
readonly internalType: "address";
|
|
284
|
+
readonly name: "holder";
|
|
285
|
+
readonly type: "address";
|
|
286
|
+
}, {
|
|
287
|
+
readonly internalType: "address";
|
|
288
|
+
readonly name: "spender";
|
|
289
|
+
readonly type: "address";
|
|
290
|
+
}, {
|
|
291
|
+
readonly internalType: "uint256";
|
|
292
|
+
readonly name: "nonce";
|
|
293
|
+
readonly type: "uint256";
|
|
294
|
+
}, {
|
|
295
|
+
readonly internalType: "uint256";
|
|
296
|
+
readonly name: "expiry";
|
|
297
|
+
readonly type: "uint256";
|
|
298
|
+
}, {
|
|
299
|
+
readonly internalType: "bool";
|
|
300
|
+
readonly name: "allowed";
|
|
301
|
+
readonly type: "bool";
|
|
302
|
+
}, {
|
|
303
|
+
readonly internalType: "uint8";
|
|
304
|
+
readonly name: "v";
|
|
305
|
+
readonly type: "uint8";
|
|
306
|
+
}, {
|
|
307
|
+
readonly internalType: "bytes32";
|
|
308
|
+
readonly name: "r";
|
|
309
|
+
readonly type: "bytes32";
|
|
310
|
+
}, {
|
|
311
|
+
readonly internalType: "bytes32";
|
|
312
|
+
readonly name: "s";
|
|
313
|
+
readonly type: "bytes32";
|
|
314
|
+
}];
|
|
315
|
+
readonly name: "permit";
|
|
316
|
+
readonly outputs: readonly [];
|
|
317
|
+
readonly payable: false;
|
|
318
|
+
readonly stateMutability: "nonpayable";
|
|
319
|
+
readonly type: "function";
|
|
320
|
+
}, {
|
|
321
|
+
readonly constant: false;
|
|
322
|
+
readonly inputs: readonly [{
|
|
323
|
+
readonly internalType: "address";
|
|
324
|
+
readonly name: "usr";
|
|
325
|
+
readonly type: "address";
|
|
326
|
+
}, {
|
|
327
|
+
readonly internalType: "uint256";
|
|
328
|
+
readonly name: "wad";
|
|
329
|
+
readonly type: "uint256";
|
|
330
|
+
}];
|
|
331
|
+
readonly name: "pull";
|
|
332
|
+
readonly outputs: readonly [];
|
|
333
|
+
readonly payable: false;
|
|
334
|
+
readonly stateMutability: "nonpayable";
|
|
335
|
+
readonly type: "function";
|
|
336
|
+
}, {
|
|
337
|
+
readonly constant: false;
|
|
338
|
+
readonly inputs: readonly [{
|
|
339
|
+
readonly internalType: "address";
|
|
340
|
+
readonly name: "usr";
|
|
341
|
+
readonly type: "address";
|
|
342
|
+
}, {
|
|
343
|
+
readonly internalType: "uint256";
|
|
344
|
+
readonly name: "wad";
|
|
345
|
+
readonly type: "uint256";
|
|
346
|
+
}];
|
|
347
|
+
readonly name: "push";
|
|
348
|
+
readonly outputs: readonly [];
|
|
349
|
+
readonly payable: false;
|
|
350
|
+
readonly stateMutability: "nonpayable";
|
|
351
|
+
readonly type: "function";
|
|
352
|
+
}, {
|
|
353
|
+
readonly constant: false;
|
|
354
|
+
readonly inputs: readonly [{
|
|
355
|
+
readonly internalType: "address";
|
|
356
|
+
readonly name: "guy";
|
|
357
|
+
readonly type: "address";
|
|
358
|
+
}];
|
|
359
|
+
readonly name: "rely";
|
|
360
|
+
readonly outputs: readonly [];
|
|
361
|
+
readonly payable: false;
|
|
362
|
+
readonly stateMutability: "nonpayable";
|
|
363
|
+
readonly type: "function";
|
|
364
|
+
}, {
|
|
365
|
+
readonly constant: true;
|
|
366
|
+
readonly inputs: readonly [];
|
|
367
|
+
readonly name: "symbol";
|
|
368
|
+
readonly outputs: readonly [{
|
|
369
|
+
readonly internalType: "string";
|
|
370
|
+
readonly name: "";
|
|
371
|
+
readonly type: "string";
|
|
372
|
+
}];
|
|
373
|
+
readonly payable: false;
|
|
374
|
+
readonly stateMutability: "view";
|
|
375
|
+
readonly type: "function";
|
|
376
|
+
}, {
|
|
377
|
+
readonly constant: true;
|
|
378
|
+
readonly inputs: readonly [];
|
|
379
|
+
readonly name: "totalSupply";
|
|
380
|
+
readonly outputs: readonly [{
|
|
381
|
+
readonly internalType: "uint256";
|
|
382
|
+
readonly name: "";
|
|
383
|
+
readonly type: "uint256";
|
|
384
|
+
}];
|
|
385
|
+
readonly payable: false;
|
|
386
|
+
readonly stateMutability: "view";
|
|
387
|
+
readonly type: "function";
|
|
388
|
+
}, {
|
|
389
|
+
readonly constant: false;
|
|
390
|
+
readonly inputs: readonly [{
|
|
391
|
+
readonly internalType: "address";
|
|
392
|
+
readonly name: "dst";
|
|
393
|
+
readonly type: "address";
|
|
394
|
+
}, {
|
|
395
|
+
readonly internalType: "uint256";
|
|
396
|
+
readonly name: "wad";
|
|
397
|
+
readonly type: "uint256";
|
|
398
|
+
}];
|
|
399
|
+
readonly name: "transfer";
|
|
400
|
+
readonly outputs: readonly [{
|
|
401
|
+
readonly internalType: "bool";
|
|
402
|
+
readonly name: "";
|
|
403
|
+
readonly type: "bool";
|
|
404
|
+
}];
|
|
405
|
+
readonly payable: false;
|
|
406
|
+
readonly stateMutability: "nonpayable";
|
|
407
|
+
readonly type: "function";
|
|
408
|
+
}, {
|
|
409
|
+
readonly constant: false;
|
|
410
|
+
readonly inputs: readonly [{
|
|
411
|
+
readonly internalType: "address";
|
|
412
|
+
readonly name: "src";
|
|
413
|
+
readonly type: "address";
|
|
414
|
+
}, {
|
|
415
|
+
readonly internalType: "address";
|
|
416
|
+
readonly name: "dst";
|
|
417
|
+
readonly type: "address";
|
|
418
|
+
}, {
|
|
419
|
+
readonly internalType: "uint256";
|
|
420
|
+
readonly name: "wad";
|
|
421
|
+
readonly type: "uint256";
|
|
422
|
+
}];
|
|
423
|
+
readonly name: "transferFrom";
|
|
424
|
+
readonly outputs: readonly [{
|
|
425
|
+
readonly internalType: "bool";
|
|
426
|
+
readonly name: "";
|
|
427
|
+
readonly type: "bool";
|
|
428
|
+
}];
|
|
429
|
+
readonly payable: false;
|
|
430
|
+
readonly stateMutability: "nonpayable";
|
|
431
|
+
readonly type: "function";
|
|
432
|
+
}, {
|
|
433
|
+
readonly constant: true;
|
|
434
|
+
readonly inputs: readonly [];
|
|
435
|
+
readonly name: "version";
|
|
436
|
+
readonly outputs: readonly [{
|
|
437
|
+
readonly internalType: "string";
|
|
438
|
+
readonly name: "";
|
|
439
|
+
readonly type: "string";
|
|
440
|
+
}];
|
|
441
|
+
readonly payable: false;
|
|
442
|
+
readonly stateMutability: "view";
|
|
443
|
+
readonly type: "function";
|
|
444
|
+
}, {
|
|
445
|
+
readonly constant: true;
|
|
446
|
+
readonly inputs: readonly [{
|
|
447
|
+
readonly internalType: "address";
|
|
448
|
+
readonly name: "";
|
|
449
|
+
readonly type: "address";
|
|
450
|
+
}];
|
|
451
|
+
readonly name: "wards";
|
|
452
|
+
readonly outputs: readonly [{
|
|
453
|
+
readonly internalType: "uint256";
|
|
454
|
+
readonly name: "";
|
|
455
|
+
readonly type: "uint256";
|
|
456
|
+
}];
|
|
457
|
+
readonly payable: false;
|
|
458
|
+
readonly stateMutability: "view";
|
|
459
|
+
readonly type: "function";
|
|
460
|
+
}];
|
|
461
|
+
static createInterface(): VAIInterface;
|
|
462
|
+
static connect(address: string, signerOrProvider: Signer | Provider): VAI;
|
|
463
|
+
}
|
|
464
|
+
export {};
|
|
465
|
+
//# sourceMappingURL=VAI__factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VAI__factory.d.ts","sourceRoot":"","sources":["../../../../../../../../typechain-types/factories/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI__factory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,GAAG,EACH,YAAY,EACb,MAAM,0EAA0E,CAAC;AAClF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,EACL,MAAM,EAGN,eAAe,EACf,YAAY,EACZ,SAAS,EACV,MAAM,QAAQ,CAAC;AAyjBhB,KAAK,oBAAoB,GACrB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,YAAa,SAAQ,eAAe;gBACnC,GAAG,IAAI,EAAE,oBAAoB;IAQhC,MAAM,CACb,QAAQ,EAAE,cAAc,CAAC,YAAY,CAAC,EACtC,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;KAAE,GACxD,OAAO,CAAC,GAAG,CAAC;IAGN,oBAAoB,CAC3B,QAAQ,EAAE,cAAc,CAAC,YAAY,CAAC,EACtC,SAAS,CAAC,EAAE,SAAS,GAAG;QAAE,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;KAAE,GACxD,kBAAkB;IAGZ,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG;IAG5B,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY;IAI9C,MAAM,CAAC,QAAQ,CAAC,QAAQ,4ySAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,YAAY;IAGtC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,GAAG;CAG1E"}
|