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) |
---|---|---|---|---|---|---|---|
| 11630189 | 4 years ago | | | 0 | 0.0035989800 |
ABI
ABI objects
Getter at block 21319514
boardroom() view returns (address)
0x50701981f17cfe898e23d9dc1bf9d33319b15a0f
bond() view returns (address)
0x8cadf00f266ced8087ea37ea0790ea819813faf8
bondDepletionFloor() view returns (uint256)
1000000000000000000000
bondOracle() view returns (address)
0x5b13bdef69143e4835cb65788c2f4770e94f5f2d
cash() view returns (address)
0x2d6086cd3c110840baad421e174727ee0ee51692
cashPriceCeiling() view returns (uint256)
1010000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
fund() view returns (address)
0xfac163f0ff81b9315b828d2b3a338a088e413523
fundAllocationRate() view returns (uint256)
2
getBondOraclePrice() view returns (uint256)
5151910143867063548
getCurrentEpoch() view returns (uint256)
1
getPeriod() view returns (uint256)
86400
getReserve() view returns (uint256)
0
getSeigniorageOraclePrice() view returns (uint256)
5151910143867063548
getStartTime() view returns (uint256)
1610902800
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
migrated() view returns (bool)
false
nextEpochPoint() view returns (uint256)
1610989200
operator() view returns (address)
0xec4904a451fb1c34e2dc0e94be006a579e1ab1e0
owner() view returns (address)
0xec4904a451fb1c34e2dc0e94be006a579e1ab1e0
seigniorageOracle() view returns (address)
0xbcf291d5c144fe4fc7db85b8708582108d38b3c5
share() view returns (address)
0x98987a4fd2ca9eb06c06b82199fd69ba8e0bbebb
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateSeigniorage()
buyBonds(uint256 amount, uint256 targetPrice)
initialize()
migrate(address target)
redeemBonds(uint256 amount, uint256 targetPrice)
renounceOwnership()
setCashPriceCeiling(uint256 ceiling)
setFund(address newFund)
setFundAllocationRate(uint256 rate)
setPeriod(uint256 _period)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BoughtBonds(address indexed from, uint256 amount)
CashPriceCeilingChanged(address indexed operator, uint256 ceiling)
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.