MarketRegistry
Last updated
Last updated
Register uToken and UserManager contracts to their tokens
Token address mapped to userManager
Assumption there will only ever be one UserManager per token
Token address mapped to uToken
Assumption there will only ever be one UToken per token
New UToken contract registered
Name | Type | Description |
---|---|---|
New UserManager contract registered
@dev Initialization function
Register a new UToken contract
Register a new UToken contract
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
tokenAddress
address
The address of the underlying token
contractAddress
address
The contract address
tokenAddress
address
The address of the underlying token
contractAddress
address
The contract address
token
address
The underlying token e.g DAI
uToken
address
the address of the uToken contract
token
address
The underlying token e.g DAI
userManager
address
the address of the UserManager contract