Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LendrUSRE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20975812 | a month ago | | | 0 | 0.00031294123 | |
| 20975809 | a month ago | | | 0 | 0.00032602802 | |
| 20552021 | 3 months ago | | | 0 | 0.000036410355 | |
| 20551959 | 3 months ago | | | 0 | 0.000034234644 | |
| 20551952 | 3 months ago | | | 0 | 0.000037373599 | |
| 20551884 | 3 months ago | | | 0 | 0.000034709181 | |
| 20343860 | 4 months ago | | | 0 | 0.00016887024 | |
| 20281586 | 4 months ago | | | 0 | 0.00014261370 | |
| 20155803 | 5 months ago | | | 0 | 0.00021046303 | |
| 19921362 | 6 months ago | | | 0 | 0.00034207603 |
ABI
ABI objects
Getter at block 21206898
borrowerOperationsAddress() view returns (address)
0x191df0e31e38ca0a3d9aa8e1d5595d715b7facac
decimals() view returns (uint8)
18
domainSeparator() view returns (bytes32)
0x46d300cb2a6f9ad89480e95f6db28e9d25a2e5ae7443eeed1ef3e392a9d95d97
name() view returns (string)
LendrUSRE
permitTypeHash() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
stabilityPoolAddress() view returns (address)
0x297753023cb9f741e812224529eb3a322ffbc93e
symbol() view returns (string)
USRE
totalSupply() view returns (uint256)
4166360000000000000003
troveManagerAddress() view returns (address)
0x338a0c640067ef1c436d2731dc38f62fc3ab8806
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.