Metronome Synth USD-Debt

Verified contract

Proxy

Active on Ethereum with 244 txns
Deployed by via 0x7865b34a at 16192100
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 USD-Debt"

0x927385c3cd2a0144c854c6bfce36d3289ebc199340fd674d64aee8cd8d584259
0xb9802a5f2210273e1ee8e9c3c8fdacbe51235e8f809565476c9c7a071ed96ade
0xd0bcd9f1389340bbcbab8826f041429032e51f194c0f7afa1f61f498132203f1
0x69ed7cbf156b8449044224f356c7812b72c077a4f925afed91d087f81486c306
0x9d757527d2412f2510e517dba7933b37c80a2ff6c5e6427af57102b6e4eec044
0xc1a7b0ad66d645d8d7dc191f65bdcac48acc1a8dfedbb066b3665b8c92699619
0xcccdd23398ff84d9cfaf9a5b975ee422f741efbcf9d10c83d911ef09d7dc9b06
0x96857e4778806d3c2ba1e0ea2cf914f1985f4f75587e99f20872336939bb41fe
0x107ba407993531f32b25735feb208e4b5317ef5a487d252b3f47625973a27336
0xfe75b20096c44dce9c7f916590e9600dbf8773972688372d6b12e9fdb5afff2a

Functions
Getter at block 20880253
SECONDS_PER_YEAR(view returns (uint256)
31557600
VERSION(view returns (string)
1.3.1
debtIndex(view returns (uint256)
1034232893596498128
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)
1727578403
maxTotalSupply(view returns (uint256)
4500000000000000000000000
name(view returns (string)
Metronome Synth USD-Debt
 
pendingInterestFee(view returns (uint256)
pool(view returns (address)
0x3364f53cb866762aef66deef2a6b1a17c1f17f46
symbol(view returns (string)
msUSD-Debt-1
syntheticToken(view returns (address)
0xab5eb14c09d416f0ac63661e57edb7aecdb9befa
totalSupply(view returns (uint256)
4046797426734772539978020
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(