Maple Cash USDC1
Verified contract
Active on
Ethereum with 186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($310.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 310.631277 | $1.001 |
$310.94 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147065 | 12 days ago | | | 0 | 0.0023504333 | |
| 21122196 | 15 days ago | | | 0 | 0.0055705032 | |
| 21065820 | 23 days ago | | | 0 | 0.0041661785 | |
| 21062208 | 23 days ago | | | 0 | 0.0014720957 | |
| 21060593 | 24 days ago | | | 0 | 0.0016477449 | |
| 21040454 | a month ago | | | 0 | 0.0011294829 | |
| 21036202 | a month ago | | | 0 | 0.0033388886 | |
| 21036197 | a month ago | | | 0 | 0.0030012652 | |
| 20863618 | 2 months ago | | | 0 | 0.0022255692 | |
| 20713020 | 2 months ago | | | 0 | 0.00066511193 |
ABI
ABI objects
Getter at block 21230432 totalAssets() view returns (uint256 totalAssets_) unrealizedLosses() view returns (uint256 unrealizedLosses_)
BOOTSTRAP_MINT() view returns (uint256)
100000
DOMAIN_SEPARATOR() view returns (bytes32 domainSeparator_)
0x833d7de3a17bf1d36cf47adc5be4ba640131e0f0c5f4dd7462b4c3a0f1ba3a2b
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
6
manager() view returns (address)
0x219654a61a0bc394055652986be403fa14405bb8
name() view returns (string)
Maple Cash USDC1
symbol() view returns (string)
MPLcashUSDC
totalSupply() view returns (uint256)
290035528
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.