NonTransparentProxy

Verified contract

Proxy

Active on Ethereum with 46 txns
Deployed by via 0x0682e3ab at 16126986
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 "NonTransparentProxy"

0xeac5faba2ea2c479d4111c709139e349cc1e3b1fd479b379fd04506cb81d08d8
0x2b22ef9736349223314ebaf5fbf877297c4c09b198c292ed3e33786aaa81c8c5
0xd40b56eecef74727a4b6ae2a0672381badde36fedeecf1d0ef34c362c3d88177
0xbae1a6858b926dadb5bd141cc694b6135a6cf328640723827e0e6045a5317fc9
0xdc83a3b047cd3e8f10ad6cd5441aae9668ea6f296402b41fdb80abc7e118f845
0x0532d371cdeb677a7928cbafefd31e8d0e0f6724097e80bac3ba6df2f3da2bbb
0x33856d258e7c177e9a4254a5e4fae507198687121eca7d779ee850c24d78e69a
0x454920db7e4f2c8eba3df9ed677dcdfe617dfd6625c51450de517ad084abf0ce
0xa88a250407175b5ac9cebfdd3e285e24bba5cd0424e8ea4760faf845a8205fd6
0xa9b59584fcadd8c74b692f6430ce90eec3b5b8a9e05532e059295a7f0bf1062c

Functions
Getter at block 20889759
HUNDRED_PERCENT(view returns (uint256)
1000000
admin(view returns (address admin_)
0xd6d4bcde6c816f17889f1dd3000af0261b03a196
defaultTimelockParameters(view returns (uint128 delayuint128 duration)
(delay=604800, duration=172800)
governor(view returns (address governor_)
0xd6d4bcde6c816f17889f1dd3000af0261b03a196
implementation(view returns (address implementation_)
0x5a64417823e8382a7e8957e4411873fe758e73a8
mapleTreasury(view returns (address)
0xa9466eabd096449d650d5aeb0dd3da6f52fd0b19
migrationAdmin(view returns (address)
0x0000000000000000000000000000000000000000
operationalAdmin(view returns (address)
0xce1ce7c7f436dcc4e28bc8bf86115514d3dc34e8
pendingGovernor(view returns (address)
0x0000000000000000000000000000000000000000
protocolPaused(view returns (bool)
false
securityAdmin(view returns (address)
0x6b1a78c1943b03086f7ee53360f9b0672bd60818
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
setImplementation(address newImplementation_
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
constructor(address admin_address implementation_
Fallback and receive
fallback(
Errors

This contract contains no error objects.