TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 284 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x82a2…e6d8
-
variable spans 49 additional slots
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRG | ERC-20 | 0.05 | $1.53 |
$0.08 | |
USA | ERC-20 | 1 | $0.001468 |
$0 | |
TQS | ERC-20 | 3K | -- | -- | |
iUSDC | ERC-20 | 680.672273 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21884867 | 6 hours ago | | | 0 | 0.0000021924975 | |
| 21884775 | 6 hours ago | | | 0 | 0.0000022217308 | |
| 21792511 | 2 days ago | | | 0 | 0.0000017248355 | |
| 21484715 | 9 days ago | | | 0 | 0.0000021142773 | |
| 21051129 | 20 days ago | | | 0 | 0.0000020567004 | |
| 21050968 | 20 days ago | | | 0 | 0.0000020269814 | |
| 21050903 | 20 days ago | | | 0 | 0.0000020567004 | |
| 21050849 | 20 days ago | | | 0 | 0.0000020567004 | |
| 21050771 | 20 days ago | | | 0 | 0.0000020140050 | |
| 21032750 | 20 days ago | | | 0 | 0.0000022801974 |
ABI
ABI objects
Getter at block 21894953
mintCap() view returns (uint256)
2000000000000000000000000
mpr() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
mprDecimalScaler() view returns (uint256)
1000000
mprQuota() view returns (uint256)
371475552
msd() view returns (address)
0xc142171b138db17a1b7cb999c44526094a4dae05
msdController() view returns (address)
0x82a295b259316c6180bbb7405909a2d1db63e6d8
msdDecimalScaler() view returns (uint256)
1000000000000000000
msdQuota() view returns (uint256)
1999628524447666038223362
owner() view returns (address)
0xfd3868b848b5d9ed3583938b4db4746415bd43a3
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
strategy() view returns (address)
0x44a1cbe27a069beb865bc6efa1012e71dd2866d7
taxIn() view returns (uint256)
0
taxOut() view returns (uint256)
1000000000000000
totalMint() view returns (uint256)
371475552333961776638
Read-only
getAmountToBuy(uint256 _amountIn) view returns (uint256)
getAmountToSell(uint256 _amountIn) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_acceptOwner()
_claimRewards(address _treasury)
_close()
_open()
_setPendingOwner(address newPendingOwner)
_setTaxIn(uint256 _tax)
_setTaxOut(uint256 _tax)
_switchStrategy(address _strategy)
_withdrawReserves(address _recipient) returns (uint256 _reservesAmount)
buyMsd(address _recipient, uint256 _mprAmount)
buyMsd(uint256 _mprAmount)
estimateReserves() returns (uint256 _reserve)
initialize(address _msdController, address _msd, address _mpr, address _strategy)
liquidity() returns (uint256)
mprOutstanding() returns (uint256 _outstandings)
rewardsEarned() returns (uint256)
sellMsd(address _recipient, uint256 _msdAmount)
sellMsd(uint256 _msdAmount)
totalDeposits() returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BuyMsd(address caller, address recipient, uint256 msdAmount, uint256 mprAmount)
ChangeStrategy(address oldStrategy, address strategy)
NewOwner(address indexed previousOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
Paused(address account)
SellMsd(address caller, address recipient, uint256 msdAmount, uint256 mprAmount)
SetTaxIn(uint256 oldTaxIn, uint256 taxIn)
SetTaxOut(uint256 oldTaxOut, uint256 taxOut)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.