Wrapped Mountain Protocol USD
Verified contract
Proxy
Active on
Ethereum with 945 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
0x59d9…508c
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
11 additional
variables
Balances ($2,841,870.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDM | ERC-20 | 2.839032M | $1.001 |
$2,841,870.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314892 | 11 hours ago | | | 0 | 0.0010801828 | |
| 21314885 | 11 hours ago | | | 0 | 0.0019727668 | |
| 21309986 | a day ago | | | 0 | 0.0012910747 | |
| 21309882 | a day ago | | | 0 | 0.0014133324 | |
| 21309875 | a day ago | | | 0 | 0.0015129241 | |
| 21308709 | a day ago | | | 0 | 0.0012282197 | |
| 21308346 | a day ago | | | 0 | 0.00086091646 | |
| 21308290 | a day ago | | | 0 | 0.0010377321 | |
| 21307037 | 2 days ago | | | 0 | 0.00027428347 | |
| 21305610 | 2 days ago | | | 0 | 0.00022710530 |
ABI
ABI objects
Getter at block 21318074 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x2d6e6295687ce73df4c0c99871572d5d6bd040e92d6113bd15622e8e118e0dce
PAUSE_ROLE() view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
UPGRADE_ROLE() view returns (bytes32)
0x88aa719609f728b0c5e7fb8dd3608d5c25d497efbb3b9dd64e9251ebba101508
USDM() view returns (address)
0x59d9356e565ab3a36dd77763fc0d87feaf85508c
asset() view returns (address)
0x59d9356e565ab3a36dd77763fc0d87feaf85508c
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Wrapped Mountain Protocol USD, version=1, chainId=1, verifyingContract=0x57f5e098cad7a3d1eed53991d4d66c45c9af7812, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Wrapped Mountain Protocol USD
paused() view returns (bool)
false
symbol() view returns (string)
wUSDM
totalAssets() view returns (uint256)
2839406093784998410350350
totalSupply() view returns (uint256)
2684100265570667473804280
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
nonces(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _USDM, address owner)
mint(uint256 shares, address receiver) returns (uint256)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 shares, address receiver, address owner) returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 assets, address receiver, address owner) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
EIP712DomainChanged()
Initialized(uint8 version)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address _logic, bytes _data)
fallback()
receive()
ERC2612ExpiredDeadline(uint256 deadline, uint256 blockTimestamp)
ERC2612InvalidSignature(address owner, address spender)
wUSDMBlockedSender(address sender)
wUSDMPausedTransfers()