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) |
---|---|---|---|---|---|---|---|
| 12059687 | 4 years ago | | | 0 | 0.017699400 | |
| 12058690 | 4 years ago | | | 0 | 0.036442464 | |
| 12044735 | 4 years ago | | | 0 | 0.021114621 | |
| 12038193 | 4 years ago | | | 0 | 0.023525452 | |
| 12035639 | 4 years ago | | | 0 | 0.015892380 | |
| 12034412 | 4 years ago | | | 0 | 0.015349092 | |
| 12032207 | 4 years ago | | | 0 | 0.016045120 | |
| 12018831 | 4 years ago | | | 0 | 0.020118318 | |
| 12013625 | 4 years ago | | | 0 | 0.014394036 | |
| 12012359 | 4 years ago | | | 0 | 0.015095388 |
ABI
ABI objects
Getter at block 21277628
boardroom() view returns (address)
0x869345629f8393780ac8421df411ccea38a5c851
devfund() view returns (address)
0x3be908c22d21ab32c5a04cfca3a9a70d4fefc098
devfundAllocationRate() view returns (uint256)
2
getCurrentEpoch() view returns (uint256)
43
getKbondOraclePrice() view returns (uint256)
89872857
getPeriod() view returns (uint256)
86400
getReserve() view returns (uint256)
7674807258527121
getSeigniorageOraclePrice() view returns (uint256)
89872857
getStartTime() view returns (uint256)
1612288800
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
kbond() view returns (address)
0xa8c2af8c403704a31f32f0aa70a43e63afcd54d0
kbondOracle() view returns (address)
0xdcf4bb4c749a805cfa03f51041ff6bb031bbcedf
kbtc() view returns (address)
0xe6c3502997f97f9bde34cb165fbce191065e068f
kbtcOneUnit() view returns (uint256)
1000000000000000000
kbtcPriceCeiling() view returns (uint256)
105000000
klon() view returns (address)
0xb97d5cf2864fb0d08b34a484ff48d5492b2324a0
migrated() view returns (bool)
true
nextEpochPoint() view returns (uint256)
1616004000
operator() view returns (address)
0x2c5ba02bb750a24af83105bed28734e0e22933df
owner() view returns (address)
0x2c5ba02bb750a24af83105bed28734e0e22933df
seigniorageOracle() view returns (address)
0xdcf4bb4c749a805cfa03f51041ff6bb031bbcedf
stablefund() view returns (address)
0xd4997a502dc06314afa17e03542f96198f7d36e5
stablefundAllocationRate() view returns (uint256)
69
wbtcOneUnit() view returns (uint256)
100000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateSeigniorage()
buyKbonds(uint256 amount, uint256 targetPrice)
initialize()
migrate(address target)
redeemKbonds(uint256 amount, uint256 targetPrice)
renounceOwnership()
setDevFund(address newFund)
setDevFundAllocationRate(uint256 rate)
setKBTCPriceCeiling(uint256 percentage)
setPeriod(uint256 _period)
setStableFund(address newFund)
setStableFundAllocationRate(uint256 rate)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BoughtKbonds(address indexed from, uint256 amount)
DevFundChanged(address indexed operator, address newFund)
DevFundFunded(uint256 timestamp, uint256 seigniorage)
DevFundRateChanged(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)
RedeemedKbonds(address indexed from, uint256 amount)
StableFundChanged(address indexed operator, address newFund)
StableFundFunded(uint256 timestamp, uint256 seigniorage)
StableFundRateChanged(address indexed operator, uint256 newRate)
TreasuryFunded(uint256 timestamp, uint256 seigniorage)
constructor(address _kbtc, address _kbond, address _klon, address _kbondOracle, address _seigniorageOracle, address _boardroom, address _devfund, address _stablefund, uint256 _startTime, uint256 _period)
This contract contains no fallback and receive objects.
This contract contains no error objects.