Metronome Synth ETH

Verified contract

Proxy

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

No balances found for "Metronome Synth ETH"

0x4da11c97107fd06b98ec15ecf9ebe57e3cad1d17406e1081d2c198aaf7c996ff
0x75f6819192b7e9ffff36c9cb47cf6cf344cc46bad99547b8ea80b61a7c392b33
0x4b7340356cdac0ade62119e267193815aa8c81c633b12c0f2b8ddb1ee904a488
0xea171fd25d0b01922d0f65b0cff931402b40a0da42f3fffab9f12585c205af1b
0x76eba47da317d7378f4340a3c50219e56290004b245a4c6205931edd172b2a54
0xf50ad186a6a804a4156d9f7153835a41bdf27f886d0defdb515d8897a5d97719
0x38534008039ca5cd2837f939675557470471490ab901adefe08cfa6700256556
0x596cb5f7bd6b64051ca6d971c4da64e2d7db42b683351f317c52d6589bb1f7da
0x5538f3bd038e9b15708e81f27114cbcadbfc6cabac43d03d7ad04c4975edc04a
0x9af503aee9ee5c8654a43dd3c6df8d91dc8f8db4fe0753871256290efd1f77a9

Functions
Getter at block 21223927
VERSION(view returns (string)
1.3.1
amo(view returns (address)
0x82ed3fc9d93112124b04b6c7b35394a5aba8af39
amoSupply(view returns (uint256)
849300000000000000000
bridgedInSupply(view returns (uint256 _supply)
0
bridgedOutSupply(view returns (uint256 _supply)
1083734134711901075545
decimals(view returns (uint8)
18
isActive(view returns (bool)
true
maxAmoSupply(view returns (uint256)
1000000000000000000000
maxBridgedInSupply(view returns (uint256)
4500000000000000000000
maxBridgedOutSupply(view returns (uint256)
4500000000000000000000
maxTotalSupply(view returns (uint256)
2000000000000000000000
name(view returns (string)
Metronome Synth ETH
poolRegistry(view returns (address)
0x11ead85c679eaf528c9c1fe094bf538db880048a
proxyOFT(view returns (address)
0x5c574153b195ae284c063a84fb9c73d9fd37955f
symbol(view returns (string)
msETH
totalBridgedIn(view returns (uint256)
1817492524439096238060
totalBridgedOut(view returns (uint256)
2901226659150997313605
totalSupply(view returns (uint256)
663909123620548730361
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(