176 lines
3.6 KiB
Plaintext
176 lines
3.6 KiB
Plaintext
# Enumeration: ContractName
|
|
|
|
|
|
### Enumeration members
|
|
|
|
## AccountLevels
|
|
|
|
• **AccountLevels**: = "AccountLevels"
|
|
|
|
*Defined in [types.ts:26](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L26)*
|
|
|
|
___
|
|
|
|
## Arbitrage
|
|
|
|
• **Arbitrage**: = "Arbitrage"
|
|
|
|
*Defined in [types.ts:28](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L28)*
|
|
|
|
___
|
|
|
|
## DummyToken
|
|
|
|
• **DummyToken**: = "DummyToken"
|
|
|
|
*Defined in [types.ts:23](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L23)*
|
|
|
|
___
|
|
|
|
## EtherDelta
|
|
|
|
• **EtherDelta**: = "EtherDelta"
|
|
|
|
*Defined in [types.ts:27](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L27)*
|
|
|
|
___
|
|
|
|
## Exchange
|
|
|
|
• **Exchange**: = "Exchange"
|
|
|
|
*Defined in [types.ts:21](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L21)*
|
|
|
|
___
|
|
|
|
## MultiSigWalletWithTimeLock
|
|
|
|
• **MultiSigWalletWithTimeLock**: = "MultiSigWalletWithTimeLock"
|
|
|
|
*Defined in [types.ts:20](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L20)*
|
|
|
|
___
|
|
|
|
## MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
|
|
|
|
• **MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress**: = "MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress"
|
|
|
|
*Defined in [types.ts:25](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L25)*
|
|
|
|
___
|
|
|
|
## TokenRegistry
|
|
|
|
• **TokenRegistry**: = "TokenRegistry"
|
|
|
|
*Defined in [types.ts:19](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L19)*
|
|
|
|
___
|
|
|
|
## TokenTransferProxy
|
|
|
|
• **TokenTransferProxy**: = "TokenTransferProxy"
|
|
|
|
*Defined in [types.ts:18](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L18)*
|
|
|
|
___
|
|
|
|
## WETH9
|
|
|
|
• **WETH9**: = "WETH9"
|
|
|
|
*Defined in [types.ts:24](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L24)*
|
|
|
|
___
|
|
|
|
## ZRXToken
|
|
|
|
• **ZRXToken**: = "ZRXToken"
|
|
|
|
*Defined in [types.ts:22](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L22)*
|
|
|
|
<hr />
|
|
|
|
# Interface: ERC20Token
|
|
|
|
### Hierarchy
|
|
|
|
* **ERC20Token**
|
|
|
|
|
|
### Properties
|
|
|
|
## `Optional` address
|
|
|
|
• **address**? : *undefined | string*
|
|
|
|
*Defined in [types.ts:4](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L4)*
|
|
|
|
___
|
|
|
|
## decimals
|
|
|
|
• **decimals**: *`BigNumber`*
|
|
|
|
*Defined in [types.ts:7](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L7)*
|
|
|
|
___
|
|
|
|
## ipfsHash
|
|
|
|
• **ipfsHash**: *string*
|
|
|
|
*Defined in [types.ts:8](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L8)*
|
|
|
|
___
|
|
|
|
## name
|
|
|
|
• **name**: *string*
|
|
|
|
*Defined in [types.ts:5](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L5)*
|
|
|
|
___
|
|
|
|
## swarmHash
|
|
|
|
• **swarmHash**: *string*
|
|
|
|
*Defined in [types.ts:9](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L9)*
|
|
|
|
___
|
|
|
|
## symbol
|
|
|
|
• **symbol**: *string*
|
|
|
|
*Defined in [types.ts:6](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L6)*
|
|
|
|
<hr />
|
|
|
|
# Interface: ERC721Token
|
|
|
|
### Hierarchy
|
|
|
|
* **ERC721Token**
|
|
|
|
|
|
### Properties
|
|
|
|
## name
|
|
|
|
• **name**: *string*
|
|
|
|
*Defined in [types.ts:13](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L13)*
|
|
|
|
___
|
|
|
|
## symbol
|
|
|
|
• **symbol**: *string*
|
|
|
|
*Defined in [types.ts:14](https://github.com/0xProject/0x-monorepo/blob/a6f43f536/packages/migrations/src/types.ts#L14)*
|
|
|
|
<hr />
|
|
|