Metronome Synth USD

Verified contract

Proxy

Active on Ethereum with 194 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"

0x81ca5db80384bb3ae42d2cae0e2f5626f7193bf6865d5c1ccfa2c7c83605bc13
0xbedf6086e676fadfb6dd2f00f6f16e08017c3d79b2919851b5fd9041b571097e
0xdb35df7a73a5509b43f434067aa4b71cf167274acebaa4e486ddf678d2a20d29
0x8b7bc31161cb641e09f3163e8839658b10ac4cc4845aa55f28ff3ea75dbf61bb
0x21e7860ebf0fb5e66163a84e0377b2e6882c993c3d55c1bc174d400137f8fc8c
0x07ed970a7331ce68131f44b692821814ed2064a686420979306330f3fbe95a52
0xd6a978cb750311ea002e4c127b782455f8af0217ffffd9e1913b4fcb3749f2ff
0x6e2ffa76c205965c16f246673db9f5aefa41aa5267990d9ece6545e0dd35554f
0xb8e0417251735d3a0e6b4fc4bb3e26a4053365e6d530841551e19c57cac226ef
0xa7d92449b50b500101502aadde057ca5d0ce25a68e8558d85f19dee7597febb2

Functions
Getter at block 20877230
VERSION(view returns (string)
1.3.0
bridgedInSupply(view returns (uint256 _supply)
0
bridgedOutSupply(view returns (uint256 _supply)
3960876518884249693376538
decimals(view returns (uint8)
18
isActive(view returns (bool)
true
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)
2267229920450871911907348
totalBridgedOut(view returns (uint256)
6228106439335121605283886
totalSupply(view returns (uint256)
1133403061451931073787807
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)
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
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
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(
AmountExceedsAllowance(
ApproveFromTheZeroAddress(
ApproveToTheZeroAddress(
BurnAmountExceedsBalance(
BurnFromTheZeroAddress(
DecimalsIsNull(
DecreasedAllowanceBelowZero(
MintToTheZeroAddress(
NameIsNull(
NewValueIsSameAsCurrent(
PoolRegistryIsNull(
SenderCanNotBurn(
SenderCanNotMint(
SenderCanNotSeize(
SenderIsNotGovernor(
SurpassMaxBridgingSupply(
SurpassMaxSynthSupply(
SymbolIsNull(
SyntheticIsInactive(
TransferAmountExceedsBalance(
TransferFromTheZeroAddress(
TransferToTheZeroAddress(