Maple Direct USDC1
Verified contract
Active on
Ethereum with 172 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($239,520.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 239.041993K | $1.002 |
$239,520.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288250 | 5 days ago | | | 0 | 0.0029377476 | |
| 21280515 | 6 days ago | | | 0 | 0.0045772266 | |
| 21241064 | 11 days ago | | | 0 | 0.0018238178 | |
| 21240988 | 11 days ago | | | 0 | 0.0020280418 | |
| 21228969 | 13 days ago | | | 0 | 0.0017444089 | |
| 21216149 | 15 days ago | | | 0 | 0.0051641627 | |
| 21216100 | 15 days ago | | | 0 | 0.0060194759 | |
| 21200105 | 17 days ago | | | 0 | 0.0011963011 | |
| 21200090 | 17 days ago | | | 0 | 0.0028678152 | |
| 21192492 | 18 days ago | | | 0 | 0.0013789534 |
ABI
ABI objects
Getter at block 21322839 totalAssets() view returns (uint256 totalAssets_) unrealizedLosses() view returns (uint256 unrealizedLosses_)
BOOTSTRAP_MINT() view returns (uint256)
100000
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator_)
0x81c843899a5991966d1c261cc21c6d55f97ad0aed1ea0926c9972d531b2d0af3
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
6
manager() view returns (address)
0x5ee9587bf5f4ccceeed87b0216a31ebb513fac25
name() view returns (string)
Maple Direct USDC1
symbol() view returns (string)
MPLdirUSDC1
totalSupply() view returns (uint256)
28207974665283
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.