M11 Credit Maple Pool USDC2
Verified contract
Active on
Ethereum with 490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($202,776.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 202.866043K | $0.999555 |
$202,775.77 | |
MTV | ERC-20 | 1K | $0.000684 |
$0.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139916 | 3 days ago | | | 0 | 0.0030083851 | |
| 20759041 | 2 months ago | | | 0 | 0.00032136591 | |
| 20497293 | 3 months ago | | | 0 | 0.00042653213 | |
| 20288609 | 4 months ago | | | 0 | 0.00044926534 | |
| 20197959 | 4 months ago | | | 0 | 0.00090429143 | |
| 20128953 | 5 months ago | | | 0 | 0.00092332070 | |
| 19944249 | 6 months ago | | | 0 | 0.00091445604 | |
| 19898885 | 6 months ago | | | 0 | 0.00063641629 | |
| 19768622 | 6 months ago | | | 0 | 0.0048124463 | |
| 19691530 | 7 months ago | | | 0 | 0.0014476774 |
ABI
ABI objects
Getter at block 21162445 totalAssets() view returns (uint256 totalAssets_) unrealizedLosses() view returns (uint256 unrealizedLosses_)
BOOTSTRAP_MINT() view returns (uint256)
100000
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator_)
0xdffd184648f7d6358697f211c4ff62c91d552b29aa442798823374b94e4f02eb
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
6
manager() view returns (address)
0x00d950a41a0d277ed91bf9fd366a5523fef0371e
name() view returns (string)
M11 Credit Maple Pool USDC2
symbol() view returns (string)
MPL-mcUSDC2
totalSupply() view returns (uint256)
916321805477
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
balanceOfAssets(address account_) view returns (uint256 balanceOfAssets_)
convertToAssets(uint256 shares_) view returns (uint256 assets_)
convertToExitAssets(uint256 shares_) view returns (uint256 assets_)
convertToExitShares(uint256 amount_) view returns (uint256 shares_)
convertToShares(uint256 assets_) view returns (uint256 shares_)
maxDeposit(address receiver_) view returns (uint256 maxAssets_)
maxMint(address receiver_) view returns (uint256 maxShares_)
maxRedeem(address owner_) view returns (uint256 maxShares_)
maxWithdraw(address owner_) view returns (uint256 maxAssets_)
nonces(address) view returns (uint256)
previewDeposit(uint256 assets_) view returns (uint256 shares_)
previewMint(uint256 shares_) view returns (uint256 assets_)
previewRedeem(uint256 shares_) view returns (uint256 assets_)
previewWithdraw(uint256 assets_) view returns (uint256 shares_)
State-modifying
Events approve(address spender_, uint256 amount_) returns (bool success_)
decreaseAllowance(address spender_, uint256 subtractedAmount_) returns (bool success_)
deposit(uint256 assets_, address receiver_) returns (uint256 shares_)
depositWithPermit(uint256 assets_, address receiver_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_) returns (uint256 shares_)
increaseAllowance(address spender_, uint256 addedAmount_) returns (bool success_)
mint(uint256 shares_, address receiver_) returns (uint256 assets_)
mintWithPermit(uint256 shares_, address receiver_, uint256 maxAssets_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_) returns (uint256 assets_)
permit(address owner_, address spender_, uint256 amount_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
redeem(uint256 shares_, address receiver_, address owner_) returns (uint256 assets_)
removeShares(uint256 shares_, address owner_) returns (uint256 sharesReturned_)
requestRedeem(uint256 shares_, address owner_) returns (uint256 escrowedShares_)
requestWithdraw(uint256 assets_, address owner_) returns (uint256 escrowedShares_)
transfer(address recipient_, uint256 amount_) returns (bool success_)
transferFrom(address owner_, address recipient_, uint256 amount_) returns (bool success_)
withdraw(uint256 assets_, address receiver_, address owner_) returns (uint256 shares_)
Approval(address indexed owner_, address indexed spender_, uint256 amount_)
BootstrapMintPerformed(address indexed caller_, address indexed receiver_, uint256 assets_, uint256 shares_, uint256 bootStrapMintAmount_)
Deposit(address indexed caller_, address indexed owner_, uint256 assets_, uint256 shares_)
OwnershipAccepted(address indexed previousOwner_, address indexed newOwner_)
PendingOwnerSet(address indexed owner_, address indexed pendingOwner_)
RedemptionRequested(address indexed owner_, uint256 shares_, uint256 escrowedShares_)
SharesRemoved(address indexed owner_, uint256 shares_)
Transfer(address indexed owner_, address indexed recipient_, uint256 amount_)
Withdraw(address indexed caller_, address indexed receiver_, address indexed owner_, uint256 assets_, uint256 shares_)
WithdrawRequested(address indexed owner_, uint256 assets_, uint256 escrowedShares_)
constructor(address manager_, address asset_, address destination_, uint256 bootstrapMint_, uint256 initialSupply_, string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.