OlympusDAIDepository
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,213.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 102.169615 | $109.75 |
$11,213.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12649767 | 3 years ago | | | 0 | 0.00075027800 | |
| 12583319 | 3 years ago | | | 0 | 0.00070614400 | |
| 12581595 | 3 years ago | | | 0 | 0.00052960800 | |
| 12581511 | 3 years ago | | | 0 | 0.00092681400 | |
| 12581364 | 3 years ago | | | 0 | 0.00070614400 | |
| 12579184 | 3 years ago | | | 0 | 0.00048547400 | |
| 12579178 | 3 years ago | | | 0 | 0.00048547400 | |
| 12578982 | 3 years ago | | | 0 | 0.0011710530 | |
| 12578491 | 3 years ago | | | 0 | 0.00086281972 | |
| 12577154 | 3 years ago | | | 0 | 0.0017115390 |
ABI
ABI objects
Getter at block 21287196 calculatePremium() view returns (uint256 _premium) getMaxPayoutAmount() view returns (uint256)
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DAOShare() view returns (uint256)
20
DAOWallet() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
OHM() view returns (address)
0x383518188c0c6d7730d91b2c03a03c837814a899
bondControlVariable() view returns (uint256)
300
circulatingOHMContract() view returns (address)
0x0efff9199aa1ac3c3e34e957567c1be8bf295034
maxPayoutPercent() view returns (uint256)
5
minPremium() view returns (uint256)
100
owner() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
stakingContract() view returns (address)
0xbe731507810c8747c3e01e62c676b1ca6f93242f
totalDebt() view returns (uint256)
104102736499765
treasury() view returns (address)
0x886ce997aa9ee4f8c2282e182ab72a705762399d
useCircForDebtRatio() view returns (bool)
true
vestingPeriodInBlocks() view returns (uint256)
33110
Read-only
calculateBondInterest(uint256 value_) view returns (uint256 _interestDue)
calculatePendingPayout(address depositor_) view returns (uint256)
calculatePercentVested(address depositor_) view returns (uint256 _percentVested)
depositorInfo(address) view returns (uint256 value, uint256 payoutRemaining, uint256 lastBlock, uint256 vestingPeriod)
getDepositorInfo(address address_) view returns (uint256 _value, uint256 _payoutRemaining, uint256 _lastBlock, uint256 _vestingPeriod)
State-modifying
Events deposit(uint256 amount_, uint256 maxPremium_, address depositor_) returns (bool)
depositWithPermit(uint256 amount_, uint256 maxPremium_, address depositor_, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (bool)
redeem() returns (bool)
renounceOwnership()
setBondTerms(uint256 bondControlVariable_, uint256 vestingPeriodInBlocks_, uint256 minPremium_, uint256 maxPayout_, uint256 DAOShare_) returns (bool)
toggleUseCircForDebtRatio() returns (bool)
transferOwnership(address newOwner_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address DAI_, address OHM_, address treasury_, address stakingContract_, address DAOWallet_, address circulatingOHMContract_)
This contract contains no fallback and receive objects.
This contract contains no error objects.