CoreProxy
Verified contract
Proxy
Active on
Ethereum with 15 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
-
variable spans 19 additional slots
0x5bc2…3831
0xb476…78b6
0x4eac…b350
Balances ($0.00)
No balances found for "CoreProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15219297 | 2 years ago | | | 0 | 0.0015273344 | |
| 10917399 | 4 years ago | | | 0 | 0.0024918980 | |
| 10913694 | 4 years ago | | | 0 | 0.0042309200 | |
| 10910290 | 4 years ago | | | 0 | 0.015386190 | |
| 10910289 | 4 years ago | | | 0 | 0.0060638150 | |
| 10910282 | 4 years ago | | | 0 | 0.0023600250 | |
| 10910257 | 4 years ago | | | 0 | 0.0026470700 | |
| 10795947 | 4 years ago | | | 0 | 0.010287970 | |
| 10744516 | 4 years ago | | | 0 | 0.014212136 | |
| 10742711 | 4 years ago | | | 0 | 0.0031527650 |
ABI
ABI objects
Getter at block 21161763 earned() view returns (uint256) totalSystemAssets() view returns (uint256 _totalAssets)
implementation() view returns (address _impl)
0x0a2bc356efbc2fab70a673f096c6fcad293b44c2
isOwner() view returns (bool)
false
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
proxyType() pure returns (uint256 proxyTypeId)
2
authorizedController() view returns (address)
0xf79b548ff56e661ee19a59303178e444e9e81fcc
colBuffer() view returns (uint256)
0
dusd() view returns (address)
0x5bc25f649fc4e26069ddf4cf4010f9f706c23831
inDeficit() view returns (bool)
true
isOwner() view returns (bool)
false
oracle() view returns (address)
0x4eac4c4e9050464067d673102f8e24b2fcceb350
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
redeemFactor() view returns (uint256)
9997
stakeLPToken() view returns (address)
0xb47638956e3d95f591d0a38f6f47ea6cafee78b6
totalAssets() view returns (uint256)
12158128055144386036939734
unclaimedRewards() view returns (uint256)
60662042108865725
Read-only
dusdToUsd(uint256 _dusd, bool fee) view returns (uint256 usd)
feed(uint256) view returns (uint256)
peaks(address) view returns (uint256 amount, uint256 ceiling, uint8 state)
peaksAddresses(uint256) view returns (address)
systemCoins(uint256) view returns (address)
State-modifying
Events transferOwnership(address newOwner)
updateAndCall(address _newProxyTo, bytes data)
updateImplementation(address _newProxyTo)
authorizeController(address _controller)
harvest()
initialize(address _dusd, address _stakeLPToken, address _oracle, uint256 _redeemFactor, uint256 _colBuffer)
mint(uint256 dusdAmount, address account) returns (uint256)
redeem(uint256 dusdAmount, address account) returns (uint256 usd)
setFee(uint256 _redeemFactor, uint256 _colBuffer)
setPeakStatus(address peak, uint256 ceiling, uint8 state)
transferOwnership(address newOwner)
whitelistPeak(address peak, uint256[] _systemCoins, uint256 ceiling)
whitelistTokens(address[] tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyUpdated(address indexed previousImpl, address indexed newImpl)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeakWhitelisted(address indexed peak)
Redeem(address indexed account, uint256 amount)
TokenWhiteListed(address indexed token)
constructor()
fallback()
This contract contains no error objects.