229 lines
5.1 KiB
Plaintext
229 lines
5.1 KiB
Plaintext
> # Enumeration: ContractName
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [AccountLevels](#accountlevels)
|
|
* [Arbitrage](#arbitrage)
|
|
* [DummyToken](#dummytoken)
|
|
* [EtherDelta](#etherdelta)
|
|
* [Exchange](#exchange)
|
|
* [MultiSigWalletWithTimeLock](#multisigwalletwithtimelock)
|
|
* [MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress](#multisigwalletwithtimelockexceptremoveauthorizedaddress)
|
|
* [TokenRegistry](#tokenregistry)
|
|
* [TokenTransferProxy](#tokentransferproxy)
|
|
* [WETH9](#weth9)
|
|
* [ZRXToken](#zrxtoken)
|
|
|
|
## Enumeration members
|
|
|
|
### AccountLevels
|
|
|
|
• **AccountLevels**: = "AccountLevels"
|
|
|
|
*Defined in [types.ts:26](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L26)*
|
|
|
|
___
|
|
|
|
### Arbitrage
|
|
|
|
• **Arbitrage**: = "Arbitrage"
|
|
|
|
*Defined in [types.ts:28](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L28)*
|
|
|
|
___
|
|
|
|
### DummyToken
|
|
|
|
• **DummyToken**: = "DummyToken"
|
|
|
|
*Defined in [types.ts:23](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L23)*
|
|
|
|
___
|
|
|
|
### EtherDelta
|
|
|
|
• **EtherDelta**: = "EtherDelta"
|
|
|
|
*Defined in [types.ts:27](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L27)*
|
|
|
|
___
|
|
|
|
### Exchange
|
|
|
|
• **Exchange**: = "Exchange"
|
|
|
|
*Defined in [types.ts:21](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L21)*
|
|
|
|
___
|
|
|
|
### MultiSigWalletWithTimeLock
|
|
|
|
• **MultiSigWalletWithTimeLock**: = "MultiSigWalletWithTimeLock"
|
|
|
|
*Defined in [types.ts:20](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L20)*
|
|
|
|
___
|
|
|
|
### MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
|
|
|
|
• **MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress**: = "MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress"
|
|
|
|
*Defined in [types.ts:25](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L25)*
|
|
|
|
___
|
|
|
|
### TokenRegistry
|
|
|
|
• **TokenRegistry**: = "TokenRegistry"
|
|
|
|
*Defined in [types.ts:19](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L19)*
|
|
|
|
___
|
|
|
|
### TokenTransferProxy
|
|
|
|
• **TokenTransferProxy**: = "TokenTransferProxy"
|
|
|
|
*Defined in [types.ts:18](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L18)*
|
|
|
|
___
|
|
|
|
### WETH9
|
|
|
|
• **WETH9**: = "WETH9"
|
|
|
|
*Defined in [types.ts:24](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L24)*
|
|
|
|
___
|
|
|
|
### ZRXToken
|
|
|
|
• **ZRXToken**: = "ZRXToken"
|
|
|
|
*Defined in [types.ts:22](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L22)*
|
|
|
|
<hr />
|
|
|
|
> # Interface: ERC20Token
|
|
|
|
## Hierarchy
|
|
|
|
* **ERC20Token**
|
|
|
|
## Index
|
|
|
|
### Properties
|
|
|
|
* [address](#optional-address)
|
|
* [decimals](#decimals)
|
|
* [ipfsHash](#ipfshash)
|
|
* [name](#name)
|
|
* [swarmHash](#swarmhash)
|
|
* [symbol](#symbol)
|
|
|
|
## Properties
|
|
|
|
### `Optional` address
|
|
|
|
• **address**? : *undefined | string*
|
|
|
|
*Defined in [types.ts:4](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L4)*
|
|
|
|
___
|
|
|
|
### decimals
|
|
|
|
• **decimals**: *`BigNumber`*
|
|
|
|
*Defined in [types.ts:7](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L7)*
|
|
|
|
___
|
|
|
|
### ipfsHash
|
|
|
|
• **ipfsHash**: *string*
|
|
|
|
*Defined in [types.ts:8](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L8)*
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: *string*
|
|
|
|
*Defined in [types.ts:5](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L5)*
|
|
|
|
___
|
|
|
|
### swarmHash
|
|
|
|
• **swarmHash**: *string*
|
|
|
|
*Defined in [types.ts:9](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L9)*
|
|
|
|
___
|
|
|
|
### symbol
|
|
|
|
• **symbol**: *string*
|
|
|
|
*Defined in [types.ts:6](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L6)*
|
|
|
|
<hr />
|
|
|
|
> # Interface: ERC721Token
|
|
|
|
## Hierarchy
|
|
|
|
* **ERC721Token**
|
|
|
|
## Index
|
|
|
|
### Properties
|
|
|
|
* [name](#name)
|
|
* [symbol](#symbol)
|
|
|
|
## Properties
|
|
|
|
### name
|
|
|
|
• **name**: *string*
|
|
|
|
*Defined in [types.ts:13](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L13)*
|
|
|
|
___
|
|
|
|
### symbol
|
|
|
|
• **symbol**: *string*
|
|
|
|
*Defined in [types.ts:14](https://github.com/0xProject/0x-monorepo/blob/6dd77d5c8/packages/migrations/src/types.ts#L14)*
|
|
|
|
<hr />
|
|
|
|
* [Globals](globals.md)
|
|
* [External Modules]()
|
|
* [cli](modules/_cli_.md)
|
|
* [index](modules/_index_.md)
|
|
* [migrate](modules/_migrate_.md)
|
|
* [migrate_snapshot](modules/_migrate_snapshot_.md)
|
|
* [migration](modules/_migration_.md)
|
|
* [types](modules/_types_.md)
|
|
* [types.ContractName](#class-contractname)
|
|
* [types.ERC20Token](#class-erc20token)
|
|
* [types.ERC721Token](#class-erc721token)
|
|
* [utils/constants](modules/_utils_constants_.md)
|
|
* [utils/provider_factory](modules/_utils_provider_factory_.md)
|
|
* [utils/token_info](modules/_utils_token_info_.md)
|
|
* [Enums]()
|
|
* [types.ContractName](#class-contractname)
|
|
* [Interfaces]()
|
|
* [types.ERC20Token](#class-erc20token)
|
|
* [types.ERC721Token](#class-erc721token)
|
|
|
|
<hr />
|
|
|