Metronome Synth USD

Verified contract

Proxy

Active on Ethereum with 207 txns
Deployed by via 0x291c2e8a at 16192097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Metronome Synth USD"

0x4e5d02abbf590429007ce11849dfed9abcdc41b99416047303017a5a01499897
0x6e170b625ba2f37a612716b6d095876a819668fb5e191d1061beac6ce4e6585f
0xb3ffa15e6bf8d166b1df6a142c5428c8ed302d9a2de794dcd996d820aba26cd8
0x2d8ab8116f61c16745fb8495e1dba3c4cdef363ce3b5a8217d2397493f0ffef1
0x2fa9274a00da8bd97a1155ac7543931df06d748c82cae3bf05e8470819d8ab42
0xd7232268f55c95fe13983d99f473b8a8058f63de2a19bd133f9594abaeb4d94a
0x2c5dbff71def30b5d32f69a08a762c198f1b262a94c3545a2d8f87cb224d7f95
0x591720d39906c8c09a5fd2456d02fd5559920bf3bde6124fa24a185fc0720d40
0x8d042938dbfa3bb5b85d6cbacc349ef243a3c4233c4607a758534b935134a0a4
0x43c7dbb932d77ff761a510b99400bfae9c93eb9b6a3181bf58d874919492e36d

Functions
Getter at block 21305333
VERSION(view returns (string)
1.3.1
amo(view returns (address)
0x82ed3fc9d93112124b04b6c7b35394a5aba8af39
amoSupply(view returns (uint256)
0
bridgedInSupply(view returns (uint256 _supply)
0
bridgedOutSupply(view returns (uint256 _supply)
4394339513882919580824659
decimals(view returns (uint8)
18
isActive(view returns (bool)
true
maxAmoSupply(view returns (uint256)
1000000000000000000000
maxBridgedInSupply(view returns (uint256)
10000000000000000000000000
maxBridgedOutSupply(view returns (uint256)
10000000000000000000000000
maxTotalSupply(view returns (uint256)
4500000000000000000000000
name(view returns (string)
Metronome Synth USD
poolRegistry(view returns (address)
0x11ead85c679eaf528c9c1fe094bf538db880048a
proxyOFT(view returns (address)
0xf37982e3f33ac007c690ed6266f3402d24aa27ea
symbol(view returns (string)
msUSD
totalBridgedIn(view returns (uint256)
2489390661157473001164458
totalBridgedOut(view returns (uint256)
6883730175040392581989117
totalSupply(view returns (uint256)
1116562371967324734934454
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spender_uint256 amount_returns (bool)
burn(address from_uint256 amount_
decreaseAllowance(address spender_uint256 subtractedValue_returns (bool)
increaseAllowance(address spender_uint256 addedValue_returns (bool)
initialize(string name_string symbol_uint8 decimals_address poolRegistry_
mint(address to_uint256 amount_
seize(address from_address to_uint256 amount_
toggleIsActive(
transfer(address recipient_uint256 amount_returns (bool)
transferFrom(address sender_address recipient_uint256 amount_returns (bool)
updateAmo(address newAmo_
updateMaxAmoSupply(uint256 newMaxAmoSupply_
updateMaxBridgedInSupply(uint256 maxBridgedInSupply_
updateMaxBridgedOutSupply(uint256 maxBridgedOutSupply_
updateMaxTotalSupply(uint256 newMaxTotalSupply_
updateProxyOFT(address newProxyOFT_
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AmoUpdated(address oldAmoaddress newAmo
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
MaxAmoSupplyUpdated(uint256 oldMaxAmoSupplyuint256 newMaxAmoSupply
MaxBridgedInSupplyUpdated(uint256 oldMaxBridgedInSupplyuint256 newMaxBridgedInSupply
MaxBridgedOutSupplyUpdated(uint256 oldMaxBridgedOutSupplyuint256 newMaxBridgedOutSupply
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupplyuint256 newMaxTotalSupply
ProxyOFTUpdated(address oldProxyOFTaddress newProxyOFT
SyntheticTokenActiveUpdated(bool newActive
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AddressIsNull(
AmoInvalidAccount(
AmountExceedsAllowance(
ApproveFromTheZeroAddress(
ApproveToTheZeroAddress(
BurnAmountExceedsBalance(
BurnFromTheZeroAddress(
DecimalsIsNull(
DecreasedAllowanceBelowZero(
MintToTheZeroAddress(
NameIsNull(
NewValueIsSameAsCurrent(
PoolRegistryIsNull(
SenderCanNotBurn(
SenderCanNotMint(
SenderCanNotSeize(
SenderIsNotGovernor(
SurpassMaxAmoSupply(
SurpassMaxBridgingSupply(
SurpassMaxSynthSupply(
SymbolIsNull(
SyntheticIsInactive(
TransferAmountExceedsBalance(
TransferFromTheZeroAddress(
TransferToTheZeroAddress(