Metronome Synth sfrxETH-Deposit

Verified contract

Proxy

Active on Ethereum with 104 txns
Deployed by via 0x6f8b58cc at 16771695
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 sfrxETH-Deposit"

0x82c0a847861763543adbe24bfc70c26f0e099f1aec96eecc367edf3c2dfba83e
0x21521c2f8f1f905cd6435afab7de5cc45e65729e077b93425f61b00ff444fab3
0x3d164e809215faf6635be48a268a406628f9b579757fd0ceac0869b154805a2b
0xb32af540b97233d37d480f5fa040dc1702b317370bd8950f1ddc912d3e91d0b4
0xcb251dfc5fe01d7915899bc54584c583282359eb96481833649213e7f02a1407
0x622a9d2b848f8283e0de66d556a819e207a027487b3800246ce4fc2d0c2dae38
0x043d1c5336288edaab7480ebf59e7a73e128a0ec3266a096a6b62c9f8f893753
0x149f83f9c0f639b73777eff212f3ccc30238ae9e1d4ab85de203472841b02253
0x0aad918d8735caf6bc67a57275515037c9c1776529f1af0df7efcc281f892010
0x2b7e58cef4531f1e412d2b105f8293d694c4f9baadc2c06ad10ea7adedaa1d35

Functions
Getter at block 20791866
VERSION(view returns (string)
1.3.0
collateralFactor(view returns (uint256)
800000000000000000
decimals(view returns (uint8)
18
governor(view returns (address _governor)
0xd1de3f9cd4ae2f23da941a67ca4c739f8dd9af33
isActive(view returns (bool)
true
maxTotalSupply(view returns (uint256)
3333333333333330000000
name(view returns (string)
Metronome Synth sfrxETH-Deposit
pool(view returns (address)
0x3364f53cb866762aef66deef2a6b1a17c1f17f46
symbol(view returns (string)
msdsfrxETH-1
totalSupply(view returns (uint256)
907724004112255706191
underlying(view returns (address)
0xac3e018457b222d93114458476f3e3416abbe38f
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
lockedBalanceOf(address account_view returns (uint256 _lockedBalance)
quoteDepositIn(uint256 amountToDeposit_view returns (uint256 _amountuint256 _fee)
quoteDepositOut(uint256 amount_view returns (uint256 _amountToDeposituint256 _fee)
quoteWithdrawIn(uint256 amountToWithdraw_view returns (uint256 _amountuint256 _fee)
quoteWithdrawOut(uint256 amount_view returns (uint256 _amountToWithdrawuint256 _fee)
unlockedBalanceOf(address account_view returns (uint256 _unlockedBalance)
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)
decreaseAllowance(address spender_uint256 subtractedValue_returns (bool)
deposit(uint256 amount_address onBehalfOf_returns (uint256 _depositeduint256 _fee)
flashWithdraw(address account_uint256 amount_returns (uint256 _withdrawnuint256 _fee)
increaseAllowance(address spender_uint256 addedValue_returns (bool)
initialize(address underlying_address pool_string name_string symbol_uint8 decimals_uint128 collateralFactor_uint256 maxTotalSupply_
seize(address from_address to_uint256 amount_
sweep(address token_address to_uint256 amount_
toggleIsActive(
transfer(address to_uint256 amount_returns (bool)
transferFrom(address sender_address recipient_uint256 amount_returns (bool)
updateCollateralFactor(uint128 newCollateralFactor_
updateMaxTotalSupply(uint256 newMaxTotalSupply_
withdraw(uint256 amount_address to_returns (uint256 _withdrawnuint256 _fee)
withdrawFrom(address from_uint256 amount_returns (uint256 _withdrawnuint256 _fee)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
CollateralDeposited(address indexed fromaddress indexed accountuint256 amountuint256 depositeduint256 fee
CollateralFactorUpdated(uint256 oldCollateralFactoruint256 newCollateralFactor
CollateralWithdrawn(address indexed accountaddress indexed touint256 amountuint256 withdrawnuint256 fee
DepositTokenActiveUpdated(bool newActive
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupplyuint256 newMaxTotalSupply
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
AmountExceedsAllowance(
AmountIsZero(
ApproveFromTheZeroAddress(
ApproveToTheZeroAddress(
BeneficiaryIsNull(
BurnAmountExceedsBalance(
BurnFromTheZeroAddress(
CollateralFactorTooHigh(
CollateralFactorTooLow(
CollateralIsInexistent(
DecimalsIsNull(
DecreasedAllowanceBelowZero(
DepositTokenIsInactive(
FallbackIsNotAllowed(
IsPaused(
IsShutdown(
MintToTheZeroAddress(
NewValueIsSameAsCurrent(
NotEnoughFreeBalance(
PoolAddressIsNull(
PoolIsNull(
ReceiveIsNotAllowed(
RecipientIsNull(
SenderIsNotGovernor(
SenderIsNotPool(
SenderIsNotSmartFarmingManager(
SurpassMaxDepositSupply(
SymbolIsNull(
TransferAmountExceedsBalance(
TransferFromTheZeroAddress(
TransferToTheZeroAddress(
UnderlyingAssetIsNull(