Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Treasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18247199 | a year ago | | | 0 | 0.00087593183 | |
| 18247196 | a year ago | | | 0 | 0.0014073535 | |
| 18247145 | a year ago | | | 0 | 0.00047692358 | |
| 11733292 | 4 years ago | | | 0 | 0.021063552 | |
| 11709163 | 4 years ago | | | 0 | 0.016148548 | |
| 11696731 | 4 years ago | | | 0 | 0.0085848003 | |
| 11696426 | 4 years ago | | | 0 | 0.012791020 | |
| 11688120 | 4 years ago | | | 0 | 0.013081256 | |
| 11681999 | 4 years ago | | | 0 | 0.014922076 | |
| 11680263 | 4 years ago | | | 0 | 0.014612230 |
ABI
ABI objects
Getter at block 21177306
boardroom() view returns (address)
0x9c3619de983ee58ba207b0242f52b26ebe46610a
bond() view returns (address)
0x711ee4e2e51b776682a9408d0da92c22283f257f
bondDepletionFloor() view returns (uint256)
1000000000000000000000
bondOracle() view returns (address)
0x4a4eaad5a0fba663130eb5fd4f41689af18f5941
cash() view returns (address)
0xae17f4f5ca32f77ea8e3786db7c0b2fe877ac176
cashPriceCeiling() view returns (uint256)
1050000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
epochSupplyContractionLeft() view returns (uint256)
23161700342036385855784
fund() view returns (address)
0x9397ed422207700ff3a1303462d248c9546e8a68
fundAllocationRate() view returns (uint256)
0
getBondOraclePrice() view returns (uint256)
5984041637961287
getCurrentEpoch() view returns (uint256)
43
getPeriod() view returns (uint256)
28800
getReserve() view returns (uint256)
0
getSeigniorageOraclePrice() view returns (uint256)
5984041637961287
getStartTime() view returns (uint256)
1609689600
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
maxBondSupplyEpochPercent() view returns (uint256)
500
maxDeptRatioPercent() view returns (uint256)
100000000
migrated() view returns (bool)
false
nextEpochPoint() view returns (uint256)
1610928000
operator() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
owner() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
seigniorageOracle() view returns (address)
0x6034cd085b40dde7f658ebc65b909af7765a296a
seignioragePercent() view returns (uint256)
100
share() view returns (address)
0x03066da434e5264ef0b32f787923f974a5726fdc
Read-only
This contract contains no read-only function objects.
State-modifying
Events _updateCashPrice()
allocateSeigniorage()
buyBonds(uint256 amount, uint256 targetPrice)
initialize()
migrate(address target)
redeemBonds(uint256 amount, uint256 targetPrice)
renounceOwnership()
setBondSupplyEpochPercent(uint256 _maxBondSupplyEpochPercent)
setCashCeilingRate(uint256 _rate)
setFund(address newFund)
setFundAllocationRate(uint256 rate)
setMaxDeptRatioPercent(uint256 _maxDeptRatioPercent)
setPeriod(uint256 _period)
setSeignioragePercent(uint256 _p)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BoughtBonds(address indexed from, uint256 amount)
ContributionPoolChanged(address indexed operator, address newFund)
ContributionPoolFunded(uint256 timestamp, uint256 seigniorage)
ContributionPoolRateChanged(address indexed operator, uint256 newRate)
Initialized(address indexed executor, uint256 at)
Migration(address indexed target)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemedBonds(address indexed from, uint256 amount)
TreasuryFunded(uint256 timestamp, uint256 seigniorage)
constructor(address _cash, address _bond, address _share, address _bondOracle, address _seigniorageOracle, address _boardroom, address _fund, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.