KUMA Bond Clone Tokens (KBCT)
struct CloneBond {
uint256 parentId; - The parentId of the `CloneBond`'s parent bond
uint256 issuance; - The timestamp of the time the clone bond was issued (different than that of the parent bond's issuance)
uint256 coupon; - The coupon of the `CloneBond`
uint256 principal; - The principal of the `CloneBond`; equal to the realizedValue of the parent bond on the `CloneBond`'s issuance
}Last updated