Metronome Synth vaUSDC-Deposit
Verified contract
Proxy
Active on
Base with 66 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc614…f54e
-
variable spans 48 additional slots
0x1e41…09ef
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22084133 | 2 days ago | | | 0 | 0.0000017597420 | |
| 21915166 | 5 days ago | | | 0 | 0.00035866792 | |
| 21869686 | 7 days ago | | | 0 | 0.00035793675 | |
| 21694830 | 11 days ago | | | 0 | 0.00035894467 | |
| 21645661 | 12 days ago | | | 0 | 0.00035894467 | |
| 21602850 | 13 days ago | | | 0 | 0.00035828899 | |
| 21476279 | 16 days ago | | | 0 | 0.00058147900 | |
| 21474743 | 16 days ago | | | 0 | 0.00035892157 | |
| 21335439 | 19 days ago | | | 0 | 0.00035789086 | |
| 21214493 | 22 days ago | | | 0 | 0.00058160815 |
ABI
ABI objects
Getter at block 22152162
VERSION() view returns (string)
1.3.0
collateralFactor() view returns (uint256)
820000000000000000
decimals() view returns (uint8)
18
governor() view returns (address _governor)
0xe01df4ac1e1e57266900e62c37f12c986495a618
isActive() view returns (bool)
true
maxTotalSupply() view returns (uint256)
3000000000000000000000000
name() view returns (string)
Metronome Synth vaUSDC-Deposit
pool() view returns (address)
0xc614136d6c5ab85bc2acf0ec2652351642d7f54e
symbol() view returns (string)
msdvaUSDC-1
totalSupply() view returns (uint256)
774211735486624821123267
underlying() view returns (address)
0x1e41238acd3a9ff90b0dcb9ea96cf45f104e09ef
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockedBalanceOf(address account_) view returns (uint256 _lockedBalance)
quoteDepositIn(uint256 amountToDeposit_) view returns (uint256 _amount, uint256 _fee)
quoteDepositOut(uint256 amount_) view returns (uint256 _amountToDeposit, uint256 _fee)
quoteWithdrawIn(uint256 amountToWithdraw_) view returns (uint256 _amount, uint256 _fee)
quoteWithdrawOut(uint256 amount_) view returns (uint256 _amountToWithdraw, uint256 _fee)
unlockedBalanceOf(address account_) view returns (uint256 _unlockedBalance)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender_, uint256 amount_) returns (bool)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
deposit(uint256 amount_, address onBehalfOf_) returns (uint256 _deposited, uint256 _fee)
flashWithdraw(address account_, uint256 amount_) returns (uint256 _withdrawn, uint256 _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 _withdrawn, uint256 _fee)
withdrawFrom(address from_, uint256 amount_) returns (uint256 _withdrawn, uint256 _fee)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CollateralDeposited(address indexed from, address indexed account, uint256 amount, uint256 deposited, uint256 fee)
CollateralFactorUpdated(uint256 oldCollateralFactor, uint256 newCollateralFactor)
CollateralWithdrawn(address indexed account, address indexed to, uint256 amount, uint256 withdrawn, uint256 fee)
DepositTokenActiveUpdated(bool newActive)
Initialized(uint8 version)
MaxTotalSupplyUpdated(uint256 oldMaxTotalSupply, uint256 newMaxTotalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
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()