Core
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "Core"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Core"
ABI
ABI objects
Getter at block 21411799 earned() view returns (uint256)
authorizedController() view returns (address)
0x0000000000000000000000000000000000000000
colBuffer() view returns (uint256)
0
dusd() view returns (address)
0x0000000000000000000000000000000000000000
inDeficit() view returns (bool)
false
isOwner() view returns (bool)
false
oracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address _owner)
0x08f7506e0381f387e901c9d0552cf4052a0740a4
redeemFactor() view returns (uint256)
0
stakeLPToken() view returns (address)
0x0000000000000000000000000000000000000000
totalAssets() view returns (uint256)
0
totalSystemAssets() view returns (uint256 _totalAssets)
0
unclaimedRewards() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.