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) |
---|---|---|---|---|---|---|---|
| 11579330 | 4 years ago | | | 0 | 0.0015001800 | |
| 11579297 | 4 years ago | | | 0 | 0.0018593400 | |
| 11579295 | 4 years ago | | | 0 | 0.0018097200 |
ABI
ABI objects
Getter at block 21196744
boardroom() view returns (address)
0x0fd00d909e72840f48663f03cb2f104c1c0dd05d
bond() view returns (address)
0xe2c744150e0f9e977936aabc8ff463274f2218b0
bondDepletionFloor() view returns (uint256)
1000000000000000000000
bondOracle() view returns (address)
0x22d313fd76c77818475d64bf2379c68eaac67a34
cash() view returns (address)
0x119090af6be58a47c352a5b1c57935454c4dfe1e
cashPriceCeiling() view returns (uint256)
1050000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
fund() view returns (address)
0xdad1a45e1e43d9489763e5155c332262c94c430d
fundAllocationRate() view returns (uint256)
2
getBondOraclePrice() view returns (uint256)
3143370
getCurrentEpoch() view returns (uint256)
0
getPeriod() view returns (uint256)
43200
getReserve() view returns (uint256)
0
getSeigniorageOraclePrice() view returns (uint256)
3353416
getStartTime() view returns (uint256)
1609848000
initialized() view returns (bool)
false
isOperator() view returns (bool)
false
migrated() view returns (bool)
true
nextEpochPoint() view returns (uint256)
1609848000
operator() view returns (address)
0x816ef229f64419b5c82e0e8611362ed6900ddae2
owner() view returns (address)
0x816ef229f64419b5c82e0e8611362ed6900ddae2
seigniorageOracle() view returns (address)
0x99c7793852e93e99b100d22fbd975462c5c3158a
share() view returns (address)
0x65e88ae326d3cace5c90419b59a7b8c768f60731
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()
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)
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.