MapleGlobals

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf44859f7 at 18777482
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "MapleGlobals"

No transactions found for "MapleGlobals"


Functions
Getter at block 20889759
HUNDRED_PERCENT(view returns (uint256)
1000000
admin(view returns (address admin_)
0x0000000000000000000000000000000000000000
defaultTimelockParameters(view returns (uint128 delayuint128 duration)
(delay=0, duration=0)
governor(view returns (address governor_)
0x0000000000000000000000000000000000000000
implementation(view returns (address implementation_)
0x0000000000000000000000000000000000000000
mapleTreasury(view returns (address)
0x0000000000000000000000000000000000000000
migrationAdmin(view returns (address)
0x0000000000000000000000000000000000000000
operationalAdmin(view returns (address)
0x0000000000000000000000000000000000000000
pendingGovernor(view returns (address)
0x0000000000000000000000000000000000000000
protocolPaused(view returns (bool)
false
securityAdmin(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bootstrapMint(addressview returns (uint256)
canDeploy(address caller_view returns (bool canDeploy_)
canDeployFrom(address factory_address caller_view returns (bool canDeployFrom_)
getLatestPrice(address asset_view returns (uint256 latestPrice_)
isBorrower(addressview returns (bool)
isCollateralAsset(addressview returns (bool)
isContractPaused(addressview returns (bool)
isFactory(bytes32 factoryId_address factory_view returns (bool isFactory_)
isFunctionPaused(address contract_bytes4 sig_view returns (bool functionIsPaused_)
isFunctionPaused(bytes4 sig_view returns (bool functionIsPaused_)
isFunctionUnpaused(addressbytes4view returns (bool)
isInstanceOf(bytes32addressview returns (bool)
isPoolAsset(addressview returns (bool)
isPoolDelegate(address account_view returns (bool isPoolDelegate_)
isPoolDeployer(address caller_view returns (bool isPoolDeployer_)
isValidScheduledCall(address caller_address contract_bytes32 functionId_bytes callData_view returns (bool isValid_)
manualOverridePrice(addressview returns (uint256)
maxCoverLiquidationPercent(addressview returns (uint256)
minCoverAmount(addressview returns (uint256)
ownedPoolManager(address account_view returns (address poolManager_)
platformManagementFeeRate(addressview returns (uint256)
platformOriginationFeeRate(addressview returns (uint256)
platformServiceFeeRate(addressview returns (uint256)
poolDelegates(addressview returns (address ownedPoolManagerbool isPoolDelegate)
priceOracleOf(addressview returns (address oracleuint96 maxDelay)
scheduledCalls(addressaddressbytes32view returns (uint256 timestampbytes32 dataHash)
timelockParametersOf(addressbytes32view returns (uint128 delayuint128 duration)
State-modifying
acceptGovernor(
activatePoolManager(address poolManager_
scheduleCall(address contract_bytes32 functionId_bytes callData_
setBootstrapMint(address asset_uint256 amount_
setCanDeployFrom(address factory_address account_bool canDeployFrom_
setContractPause(address contract_bool contractPaused_
setDefaultTimelockParameters(uint128 defaultTimelockDelay_uint128 defaultTimelockDuration_
setFunctionUnpause(address contract_bytes4 sig_bool functionUnpaused_
setManualOverridePrice(address asset_uint256 price_
setMapleTreasury(address mapleTreasury_
setMaxCoverLiquidationPercent(address poolManager_uint256 maxCoverLiquidationPercent_
setMigrationAdmin(address migrationAdmin_
setMinCoverAmount(address poolManager_uint256 minCoverAmount_
setOperationalAdmin(address operationalAdmin_
setPendingGovernor(address pendingGovernor_
setPlatformManagementFeeRate(address poolManager_uint256 platformManagementFeeRate_
setPlatformOriginationFeeRate(address poolManager_uint256 platformOriginationFeeRate_
setPlatformServiceFeeRate(address poolManager_uint256 platformServiceFeeRate_
setPriceOracle(address asset_address oracle_uint96 maxDelay_
setProtocolPause(bool protocolPaused_
setSecurityAdmin(address securityAdmin_
setTimelockWindow(address contract_bytes32 functionId_uint128 delay_uint128 duration_
setTimelockWindows(address contract_bytes32[] functionIds_uint128[] delays_uint128[] durations_
setValidBorrower(address borrower_bool isValid_
setValidCollateralAsset(address collateralAsset_bool isValid_
setValidInstanceOf(bytes32 instanceKey_address instance_bool isValid_
setValidPoolAsset(address poolAsset_bool isValid_
setValidPoolDelegate(address account_bool isValid_
setValidPoolDeployer(address account_bool isPoolDeployer_
transferOwnedPoolManager(address fromPoolDelegate_address toPoolDelegate_
unscheduleCall(address caller_address contract_bytes32 functionId_bytes callData_
unscheduleCall(address caller_bytes32 functionId_bytes callData_
Events
BootstrapMintSet(address indexed asset_uint256 bootstrapMint_
CallScheduled(address indexed caller_address indexed contract_bytes32 indexed functionId_bytes32 dataHash_uint256 timestamp_
CallUnscheduled(address indexed caller_address indexed contract_bytes32 indexed functionId_bytes32 dataHash_uint256 timestamp_
CanDeployFromSet(address indexed factory_address indexed account_bool canDeployFrom_
ContractPauseSet(address indexed caller_address indexed contract_bool contractPaused_
DefaultTimelockParametersSet(uint256 previousDelay_uint256 currentDelay_uint256 previousDuration_uint256 currentDuration_
FunctionUnpauseSet(address indexed caller_address indexed contract_bytes4 indexed sig_bool functionUnpaused_
GovernorshipAccepted(address indexed previousGovernor_address indexed currentGovernor_
ManualOverridePriceSet(address indexed asset_uint256 price_
MapleTreasurySet(address indexed previousMapleTreasury_address indexed currentMapleTreasury_
MaxCoverLiquidationPercentSet(address indexed poolManager_uint256 maxCoverLiquidationPercent_
MigrationAdminSet(address indexed previousMigrationAdmin_address indexed nextMigrationAdmin_
MinCoverAmountSet(address indexed poolManager_uint256 minCoverAmount_
OperationalAdminSet(address indexed previousOperationalAdmin_address indexed currentOperationalAdmin_
PendingGovernorSet(address indexed pendingGovernor_
PlatformManagementFeeRateSet(address indexed poolManager_uint256 platformManagementFeeRate_
PlatformOriginationFeeRateSet(address indexed poolManager_uint256 platformOriginationFeeRate_
PlatformServiceFeeRateSet(address indexed poolManager_uint256 platformServiceFeeRate_
PoolManagerActivated(address indexed poolManager_address indexed poolDelegate_
PoolManagerOwnershipTransferred(address indexed fromPoolDelegate_address indexed toPoolDelegate_address indexed poolManager_
PriceOracleSet(address indexed asset_address indexed oracle_uint96 maxDelay_
ProtocolPauseSet(address indexed caller_bool protocolPaused_
SecurityAdminSet(address indexed previousSecurityAdmin_address indexed currentSecurityAdmin_
TimelockWindowSet(address indexed contract_bytes32 indexed functionId_uint128 delay_uint128 duration_
ValidBorrowerSet(address indexed borrower_bool isValid_
ValidCollateralAssetSet(address indexed collateralAsset_bool isValid_
ValidInstanceSet(bytes32 indexed instanceKey_address indexed instance_bool isValid_
ValidPoolAssetSet(address indexed poolAsset_bool isValid_
ValidPoolDelegateSet(address indexed account_bool isValid_
ValidPoolDeployerSet(address indexed poolDeployer_bool isValid_
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.