BondIssuer

Verified contract

Active on Ethereum with 38 txns
Deployed by via 0x31de79b5 at 18921655
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot

No balances found for "BondIssuer"

0xff3ffb124336da660c56c6e36e330adee2dc980e669ae99cd0aff9652cb496a9
0x73e16cc99f8df4ee99776cb9863e55f1b2f633ccd457e638af3d465a95d666b9
0x6e2702cc7b4228014bf27f523d045f633d327b72e7ef0a6dc9278026e279bd20
0xf2f8d90975a424de7e9447b73dfd8d7d1b74c2078e099d373cccb4ed05b3088e
0x5da443da10df6168180742d1d71aebf8da4290cb06e4b80fe330a175f30f8a80
0x8cb9d1f68df1037dd29af50ef27d30158b7506e0d7de0fc1de22249612242789
0x3ce5be50334f2652ec26eca23a3d83ae121c16f016bb31b1ae91a90ccdc9566c
0x2dc9bb0628fc4127e1a1d8d0dcfff71f0a86d2e238866a27be16918304339d15
0x28477fdebb9168a3bf2c563912e6eb09cc43be771b9afca06727df21b72620a6
0xf9c9b767d45dcf865d614d1923452b30825496503fcb1647a15511e59eebe0fb

Functions
Getter at block 20861945
activeCount(view returns (uint256)
4
bondFactory(view returns (address)
0x17550f48c61915a67f216a083ced89e04d91fd54
collateral(view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
issueWindowOffsetSec(view returns (uint256)
529200
issuedCount(view returns (uint256)
39
lastIssueWindowTimestamp(view returns (uint256)
1727233200
maxMaturityDuration(view returns (uint256)
2419200
minIssueTimeIntervalSec(view returns (uint256)
604800
owner(view returns (address)
0x223592a191ecfc7fdc38a9256c3bd96e771539a9
Read-only
activeBondAt(uint256 indexview returns (address)
isInstance(address bondview returns (bool)
issuedBondAt(uint256 indexview returns (address)
trancheRatios(uint256view returns (uint256)
State-modifying
getLatestBond(returns (address)
init(uint256 maxMaturityDuration_uint256[] trancheRatios_uint256 minIssueTimeIntervalSec_uint256 issueWindowOffsetSec_
issue(
matureActive(
renounceOwnership(
transferOwnership(address newOwner
updateIssuanceTimingConfig(uint256 minIssueTimeIntervalSec_uint256 issueWindowOffsetSec_
updateMaxMaturityDuration(uint256 maxMaturityDuration_
updateTrancheRatios(uint256[] trancheRatios_
Events
BondIssued(address bond
BondMature(address bond
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address bondFactory_address collateral_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NoMaturedBonds(