USDM Stablecoin
Verified contract
Active on
Base with 227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160401 | 17 days ago | | | 0 | 1.9114050e-7 | |
| 21160396 | 17 days ago | | | 0 | 1.9114050e-7 | |
| 20507497 | a month ago | | | 0 | 3.6727022e-7 | |
| 20480079 | a month ago | | | 0 | 5.3874130e-7 | |
| 19933791 | a month ago | | | 0 | 3.9042360e-7 | |
| 19933747 | a month ago | | | 0 | 3.9971940e-7 | |
| 19900346 | 2 months ago | | | 0 | 3.6184664e-7 | |
| 19798093 | 2 months ago | | | 0 | 2.8401853e-7 | |
| 19776968 | 2 months ago | | | 0 | 1.7787306e-7 | |
| 19776619 | 2 months ago | | | 0 | 1.7736932e-7 |
ABI
ABI objects
Getter at block 21891305
borrowerOperationsAddress() view returns (address)
0x00bd3ba46d5a8b0f397d92e80fd054b24b8636c5
decimals() view returns (uint8)
18
domainSeparator() view returns (bytes32)
0x2a516bf28b7f18ee56d8a530e77c99180fafc34e55779712ba446ba31f063883
name() view returns (string)
USDM Stablecoin
permitTypeHash() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
stabilityPoolAddress() view returns (address)
0xed7fee2f4a8fc3ca353870e3c1a011b24cbe4117
symbol() view returns (string)
USDM
totalSupply() view returns (uint256)
157646323218054105424538
troveManagerAddress() view returns (address)
0x56a901fdf67fc52e7012eb08cfb47308490a982c
version() view returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
returnFromPool(address _poolAddress, address _receiver, uint256 _amount)
sendToPool(address _sender, address _poolAddress, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowerOperationsAddressChanged(address _newBorrowerOperationsAddress)
LUSDTokenBalanceUpdated(address _user, uint256 _amount)
StabilityPoolAddressChanged(address _newStabilityPoolAddress)
Transfer(address indexed from, address indexed to, uint256 value)
TroveManagerAddressChanged(address _troveManagerAddress)
constructor(address _troveManagerAddress, address _stabilityPoolAddress, address _borrowerOperationsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.