LiquidatorFactory
Last updated
Last updated
\
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
\
createInstance
Deploys a new instance proxying the default implementation version, with some initialization arguments. Uses a nonce and `msg.sender` as a salt for the CREATE2 opcode during instantiation to produce deterministic addresses.
\
defaultImplementation
The address of an implementation for proxies.
\
defaultVersion
The default version.
\
disableUpgradePath
Disables upgrading from a version to a version of a implementation. Only the Governor can call this function.
\
enableUpgradePath
Enables upgrading from a version to a version of an implementation, with an optional migrator. Only the Governor can call this function.
\
getInstanceAddress
Returns the deterministic address of a potential proxy, given some arguments and salt.
\
implementationOf
Returns the address of an implementation version.
\
isInstance
Returns if a given address has been deployed by this factory/
\
mapleGlobals
The address of the MapleGlobals contract.
\
migratorForPath
Returns the address of a migrator contract for a migration path (from version, to version). If oldVersion_ == newVersion_, the migrator is an initializer.
\
registerImplementation
Registers the address of an implementation contract as a version, with an optional initializer. Only the Governor can call this function.
\
setDefaultVersion
Sets the default version. Only the Governor can call this function.
\
setGlobals
Sets the Maple Globals contract. Only the Governor can call this function.
\
upgradeEnabledForPath
Whether the upgrade is enabled for a path from a version to another version.
\
upgradeInstance
Upgrades the calling proxy contract's implementation, with some migration arguments.
\
versionOf
Returns the version of an implementation contract.
\
DefaultVersionSet
A default version was set.
\
ImplementationRegistered
A version of an implementation, at some address, was registered, with an optional initializer.
\
InstanceDeployed
A proxy contract was deployed with some initialization arguments.
\
InstanceUpgraded
A instance has upgraded by proxying to a new implementation, with some migration arguments.
\
MapleGlobalsSet
The MapleGlobals was set.
\
UpgradePathDisabled
An upgrade path was disabled, with an optional migrator contract.
\
UpgradePathEnabled
An upgrade path was enabled, with an optional migrator contract.
\
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
Index | Name | Type | Internal Type | Description |
---|---|---|---|---|
0
globals_
address
address
0
arguments_
bytes
bytes
The initialization arguments to use for the instance deployment, if any.
1
salt_
bytes32
bytes32
The salt to use in the contract creation process.
0
instance_
address
address
The address of the deployed proxy contract.
0
defaultImplementation_
address
address
0
uint256
uint256
0
fromVersion_
uint256
uint256
The starting version of the upgrade path.
1
toVersion_
uint256
uint256
The destination version of the upgrade path.
0
fromVersion_
uint256
uint256
The starting version of the upgrade path.
1
toVersion_
uint256
uint256
The destination version of the upgrade path.
2
migrator_
address
address
The address of the migrator, if any.
0
arguments_
bytes
bytes
The initialization arguments to be used when deploying the proxy.
1
salt_
bytes32
bytes32
The salt to be used when deploying the proxy.
0
instanceAddress_
address
address
The deterministic address of a potential proxy.
0
version_
uint256
uint256
The implementation version.
0
implementation_
address
address
The address of the implementation.
0
``
address
address
0
bool
bool
0
address
address
0
oldVersion_
uint256
uint256
The old version.
1
newVersion_
uint256
uint256
The new version.
0
migrator_
address
address
The address of a migrator contract.
0
version_
uint256
uint256
The version to register.
1
implementationAddress_
address
address
The address of the implementation.
2
initializer_
address
address
The address of the initializer, if any.
0
version_
uint256
uint256
The implementation version to set as the default.
0
mapleGlobals_
address
address
The address of a Maple Globals contract.
0
``
uint256
uint256
1
``
uint256
uint256
0
bool
bool
0
toVersion_
uint256
uint256
The implementation version to upgrade the proxy contract to.
1
arguments_
bytes
bytes
The migration arguments, if any.
0
implementation_
address
address
The address of an implementation contract.
0
version_
uint256
uint256
The version of the implementation contract.
0
version_
uint256
uint256
The default version.
0
version_
uint256
uint256
The version registered.
1
implementationAddress_
address
address
The address of the implementation.
2
initializer_
address
address
The address of the initializer, if any.
0
version_
uint256
uint256
The version of the implementation being proxied by the deployed proxy contract.
1
instance_
address
address
The address of the proxy contract deployed.
2
initializationArguments_
bytes
bytes
The arguments used to initialize the proxy contract, if any.
0
instance_
address
address
The address of the proxy contract.
1
fromVersion_
uint256
uint256
The initial implementation version being proxied.
2
toVersion_
uint256
uint256
The new implementation version being proxied.
3
migrationArguments_
bytes
bytes
The arguments used to migrate, if any.
0
mapleGlobals_
address
address
The address of a Maple Globals contract.
0
fromVersion_
uint256
uint256
The starting version of the upgrade path.
1
toVersion_
uint256
uint256
The destination version of the upgrade path.
0
fromVersion_
uint256
uint256
The starting version of the upgrade path.
1
toVersion_
uint256
uint256
The destination version of the upgrade path.
2
migrator_
address
address
The address of the migrator, if any.