Metronome Synth ETH-Debt

Verified contract

Proxy

Active on Ethereum with 273 txns
Deployed by via 0x4725eda3 at 16192124
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Metronome Synth ETH-Debt"

0x3459e76438cce738c57aa189cfeb64a10ae3797afab91343baa55d9371ddb192
0x269f1f8511bbbaa275887a39021b9fdcbeb770063bc7b5812bbfee82c4fd6b26
0x48e09e3dcca9713e34dd4171279837fb4c1e6ca609f469b25575b475a08fb372
0xa752a8ebd3885f7665f07f6f739200153030590d6417a45abf52c5e5d7c64f16
0x05282d193fcf9b0a9783b1797b8de63647c905c71252c218b169ef3d4b2fbeb5
0xdeccc372c1ee3d4fbf4a6d6de9707f87770e0a1f3718de578632d75f18c96832
0xda6c6bce98e07243eb6cac280f2ce757804394fb0d2d2a3223c108bd8c4608d0
0x3d428fb75e5d0d4e5be9ac83bb6009514edcc8b4166c3a392d0a74a7d08ed05c
0x8056daa49d9a176d641501afe2308d1bfb9f2a1ec2f2b7a0d3c9149d010015de
0xbc6093dfe25b6a825446f93d1ac41caf1f1cfc00f087c86f029588218c340e87

Functions
Getter at block 20879010
SECONDS_PER_YEAR(view returns (uint256)
31557600
VERSION(view returns (string)
1.3.1
debtIndex(view returns (uint256)
1033261660459916885
decimals(view returns (uint8)
18
governor(view returns (address _governor)
0xd1de3f9cd4ae2f23da941a67ca4c739f8dd9af33
interestRate(view returns (uint256)
40000000000000000
interestRatePerSecond(view returns (uint256)
1267523512
isActive(view returns (bool)
true
lastTimestampAccrued(view returns (uint256)
1726841543
maxTotalSupply(view returns (uint256)
2000000000000000000000
name(view returns (string)
Metronome Synth ETH-Debt
 
pendingInterestFee(view returns (uint256)
pool(view returns (address)
0x3364f53cb866762aef66deef2a6b1a17c1f17f46
symbol(view returns (string)
msETH-Debt-1
syntheticToken(view returns (address)
0x64351fc9810adad17a690e4e1717df5e7e085160
totalSupply(view returns (uint256)
1037285782267362769534
Read-only
allowance(addressaddresspure returns (uint256)
balanceOf(address account_view returns (uint256)
quoteIssueIn(uint256 amountToIssue_view returns (uint256 _amountuint256 _fee)
quoteIssueOut(uint256 amount_view returns (uint256 _amountToIssueuint256 _fee)
quoteRepayIn(uint256 amountToRepay_view returns (uint256 _amountuint256 _fee)
quoteRepayOut(uint256 amount_view returns (uint256 _amountToRepayuint256 _fee)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
accrueInterest(
approve(addressuint256returns (bool)
burn(address from_uint256 amount_
collectPendingInterestFee(
flashIssue(address to_uint256 amount_returns (uint256 _issueduint256 _fee)
initialize(string name_string symbol_address pool_address syntheticToken_uint256 interestRate_uint256 maxTotalSupply_
issue(uint256 amount_address to_returns (uint256 _issueduint256 _fee)
mint(address to_uint256 amount_
repay(address onBehalfOf_uint256 amount_returns (uint256 _repaiduint256 _fee)
repayAll(address onBehalfOf_returns (uint256 _repaiduint256 _fee)
sweep(address token_address to_uint256 amount_
toggleIsActive(
transfer(addressuint256returns (bool)
transferFrom(addressaddressuint256returns (bool)
updateInterestRate(uint256 newInterestRate_
updateMaxTotalSupply(uint256 newMaxTotalSupply_
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
DebtRepaid(address indexed payeraddress indexed accountuint256 amountuint256 repaiduint256 fee
DebtTokenActiveUpdated(bool newActive
Initialized(uint8 version
InterestRateUpdated(uint256 oldInterestRateuint256 newInterestRate
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupplyuint256 newMaxTotalSupply
SyntheticTokenIssued(address indexed accountaddress indexed touint256 amountuint256 issueduint256 fee
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
AllowanceNotSupported(
AmountIsZero(
ApprovalNotSupported(
BurnAmountExceedsBalance(
BurnFromNullAddress(
DebtLowerThanTheFloor(
DebtTokenInactive(
FallbackIsNotAllowed(
IsShutdown(
MintToNullAddress(
NameIsNull(
NewValueIsSameAsCurrent(
NotEnoughCollateral(
PoolAddressIsNull(
PoolIsNull(
ReceiveIsNotAllowed(
RemainingDebtIsLowerThanTheFloor(
SenderIsNotGovernor(
SenderIsNotPool(
SenderIsNotSmartFarmingManager(
SurpassMaxDebtSupply(
SymbolIsNull(
SyntheticDoesNotExist(
SyntheticIsInactive(
SyntheticIsNull(
TransferNotSupported(