IIsleGlobalsEvents
Last updated
Last updated
The IsleGlobals contract has been initialized.
Parameters
Name | Type | Description |
---|---|---|
The address for the Isle vault has been set.
Parameters
Name | Type | Description |
---|---|---|
The protocol pause was set to a new state.
Parameters
Emitted when a contract is paused or unpaused.
Parameters
Emitted when a function is unpaused or paused.
Parameters
Emitted when the protocol fee has been set.
Parameters
A valid asset was set.
Parameters
A valid asset was set.
Parameters
Emitted when a valid pool admin is set.
Parameters
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
governor_
address
The address of the governor.
previousVault_
address
The previous vault.
newVault_
address
The new vault.
caller_
address
The address of the security admin or governor that performed the action.
protocolPaused_
bool
The protocol paused state.
caller_
address
The address that performed the action.
contract_
address
The address of the contract being paused or unpaused.
contractPaused_
bool
The new paused state of the contract.
caller_
address
The address that performed the action.
contract_
address
The address of the contract.
sig_
bytes4
The function signature.
functionUnpaused_
bool
The new unpaused state of the function.
protocolFee_
uint24
The new protocol fee value.
receivableAsset_
address
The address of the receivable asset.
isValid_
bool
The validity of the receivable asset.
poolAsset_
address
The address of the asset.
isValid_
bool
The validity of the asset.
poolAdmin_
address
The address of the pool admin.
isValid_
bool
The validity of the pool admin.