TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 24 txns
Deployed by via 0x4f155e75 at 15695985
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
5 additional variables

No balances found for "TransparentUpgradeableProxy"

0x72de98853f88acfdb82af471d2b2b223d615408a2cd04f287c93c8cd1580450f
0xc48a7bd7cc4cacc555424c92821c41b70845376c470a0439aeac87465781d688
0x5c66c1cc168b093910343ed159f76d422087d733efe36d8cf8af3686b6c2dd74
0x426bae8848597d4ebcbdf5381eb198cf9916250e1b8280209d2cecbbcbf0e629
0x1c837ee3dbc9fbb30803387d3c982e65298caa59125ca1e5a9bd5aac32165f48
0x9f072ab5b612695622e63d3b692d7022cdd53f8242669c296ddcc2c4c6f107c8
0xcbe3aa5d571ee93c61ee0b8c2fc127d5862b399111eed6cd066d5c95347e7164
0x4e3a945d9fa8e2c99bd4f6027676e339f143d42a12e2355855e567fc97962d0f
0x9c843d6424f90c7c305aa47eae1b005de8c4de21421b30e88631faac3193670e
0x6c18c128d2e6ec2a3d16c991ad383e83f2b18134c6c7e2167a0f2244fd15a47d

Functions
Getter at block 20989465
VERSION(view returns (string)
1.0.0
debtFloorInUsd(view returns (uint256)
0
depositFee(view returns (uint256)
1000000000000000
everythingStopped(view returns (bool)
false
feeCollector(view returns (address)
0xd1de3f9cd4ae2f23da941a67ca4c739f8dd9af33
getDebtTokens(view returns (address[])
[0xDa09586fF22f4521DABe2538692D8114BaB294DA, 0x347eACc4710eb045CCF0C56C0635d81840689847]
getDepositTokens(view returns (address[])
[0xC00A3923C0486f56596d182E95656fe31a6EE134, 0x335e4BA7152C96dd19Db8c7138C55B8Bd74ea53A]
getRewardsDistributors(view returns (address[])
[0x1A19A413B3343468c7007E18Fa553Cbb3f02872a]
governor(view returns (address)
0xdf826ff6518e609e4cee86299d40611c148099d5
isSwapActive(view returns (bool)
true
issueFee(view returns (uint256)
1000000000000000
liquidationFees(view returns (uint128 liquidatorFeeuint128 protocolFee)
(liquidatorFee=100000000000000000, protocolFee=80000000000000000)
masterOracle(view returns (address)
0x80704acdf97723963263c78f861f091ad04f46e2
maxLiquidable(view returns (uint256)
500000000000000000
paused(view returns (bool)
false
poolRegistry(view returns (address)
0xbf571976e411cbec9e5a3bce817ae9e4fc570115
proposedGovernor(view returns (address)
0x0000000000000000000000000000000000000000
repayFee(view returns (uint256)
3000000000000000
swapFee(view returns (uint256)
6000000000000000
treasury(view returns (address)
0x312f8f1df85a193c9ff1bbd89da3721b12313764
withdrawFee(view returns (uint256)
0
Read-only
debtOf(address account_view returns (uint256 _debtInUsd)
debtPositionOf(address account_view returns (bool _isHealthyuint256 _depositInUsduint256 _debtInUsduint256 _issuableLimitInUsduint256 _issuableInUsd)
debtTokenOf(addressview returns (address)
depositOf(address account_view returns (uint256 _depositInUsduint256 _issuableLimitInUsd)
depositTokenOf(addressview returns (address)
getDebtTokensOfAccount(address account_view returns (address[])
getDepositTokensOfAccount(address account_view returns (address[])
isDebtTokenExists(address debtToken_view returns (bool)
isDepositTokenExists(address depositToken_view returns (bool)
isSyntheticTokenExists(address syntheticToken_view returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
acceptGovernorship(
addDebtToken(address debtToken_
addDepositToken(address depositToken_
addRewardsDistributor(address distributor_
addToDebtTokensOfAccount(address account_
addToDepositTokensOfAccount(address account_
initialize(address poolRegistry_
liquidate(address syntheticToken_address account_uint256 amountToRepay_address depositToken_
open(
pause(
removeDebtToken(address debtToken_
removeDepositToken(address depositToken_
removeFromDebtTokensOfAccount(address account_
removeFromDepositTokensOfAccount(address account_
removeRewardsDistributor(address distributor_
shutdown(
swap(address syntheticTokenIn_address syntheticTokenOut_uint256 amountIn_returns (uint256 _amountOut)
sweep(address token_address to_uint256 amount_
toggleIsSwapActive(
transferGovernorship(address proposedGovernor_
unpause(
updateDebtFloor(uint256 newDebtFloorInUsd_
updateDepositFee(uint256 newDepositFee_
updateIssueFee(uint256 newIssueFee_
updateLiquidatorLiquidationFee(uint128 newLiquidatorLiquidationFee_
updateMaxLiquidable(uint256 newMaxLiquidable_
updateProtocolLiquidationFee(uint128 newProtocolLiquidationFee_
updateRepayFee(uint256 newRepayFee_
updateSwapFee(uint256 newSwapFee_
updateTreasury(address newTreasury_
updateWithdrawFee(uint256 newWithdrawFee_
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
DebtFloorUpdated(uint256 oldDebtFloorInUsduint256 newDebtFloorInUsd
DebtTokenAdded(address indexed debtToken
DebtTokenRemoved(address indexed debtToken
DepositFeeUpdated(uint256 oldDepositFeeuint256 newDepositFee
DepositTokenAdded(address indexed depositToken
DepositTokenRemoved(address indexed depositToken
IssueFeeUpdated(uint256 oldIssueFeeuint256 newIssueFee
LiquidatorLiquidationFeeUpdated(uint256 oldLiquidatorLiquidationFeeuint256 newLiquidatorLiquidationFee
MaxLiquidableUpdated(uint256 oldMaxLiquidableuint256 newMaxLiquidable
Open(address caller
Paused(address caller
PositionLiquidated(address indexed liquidatoraddress indexed accountaddress indexed syntheticTokenuint256 amountRepaiduint256 depositSeizeduint256 fee
ProtocolLiquidationFeeUpdated(uint256 oldProtocolLiquidationFeeuint256 newProtocolLiquidationFee
RepayFeeUpdated(uint256 oldRepayFeeuint256 newRepayFee
RewardsDistributorAdded(address _distributor
RewardsDistributorRemoved(address _distributor
Shutdown(address caller
SwapActiveUpdated(bool newActive
SwapFeeUpdated(uint256 oldSwapFeeuint256 newSwapFee
SyntheticTokenSwapped(address indexed accountaddress indexed syntheticTokenInaddress indexed syntheticTokenOutuint256 amountInuint256 amountOutuint256 fee
TreasuryUpdated(address indexed oldTreasuryaddress indexed newTreasury
Unpaused(address caller
UpdatedGovernor(address indexed previousGovernoraddress indexed proposedGovernor
WithdrawFeeUpdated(uint256 oldWithdrawFeeuint256 newWithdrawFee
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors

This contract contains no error objects.