Solace USDC Bond
Verified contract
Proxy
Active on
Ethereum with 88 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
24 additional
variables
Balances ($0.00)
No balances found for "Solace USDC Bond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13895073 | 3 years ago | | | 0 | 0.041004542 | |
| 13863521 | 3 years ago | | | 0 | 0.0094133480 | |
| 13779755 | 3 years ago | | | 0 | 0.0062399041 | |
| 13767264 | 3 years ago | | | 0 | 0.035319455 | |
| 13762805 | 3 years ago | | | 0 | 0.0062064137 | |
| 13760826 | 3 years ago | | | 0 | 0.0080198246 | |
| 13755485 | 3 years ago | | | 0 | 0.0080424219 | |
| 13751797 | 3 years ago | | | 0 | 0.0073279308 | |
| 13746428 | 3 years ago | | | 0 | 0.0066725392 | |
| 13746063 | 3 years ago | | | 0 | 0.0060020426 |
ABI
ABI objects
Getter at block 21089843
DOMAIN_SEPARATOR() view returns (bytes32 seperator)
0xd51cd8d4bec07b94cf083ef596679842d2e3e3e22c51150a3895ba6d46ba3d64
PERMIT_TYPEHASH() pure returns (bytes32 typehash)
0x137406564cdcf9b40b1700502a9241e87476728da7ae3d0edfcf0541e5b49b3e
bondDepo() view returns (address)
0x501ace81445c57fc438b358f861d3774199ce13c
bondFeeBps() view returns (uint256)
500
bondPrice() view returns (uint256 price_)
100000
capacity() view returns (uint256)
9980000000000000000000000
capacityIsPayout() view returns (bool)
true
dao() view returns (address)
0xc47911f768c6fe3a9fe076b95e93a33ed45b7b34
daoFeeBps() view returns (uint256)
500
endTime() view returns (uint40)
1099511627775
governance() view returns (address)
0x501ace0e8d16b92236763e2ded7ae3bc2dffa276
governanceIsLocked() view returns (bool)
false
halfLife() view returns (uint256)
604800
lastPriceUpdate() view returns (uint256)
1639000281
listTokens() view returns (uint256[] tokenIDs)
[]
maxPayout() view returns (uint256)
1000000000000000000000000
minimumPrice() view returns (uint256)
100000
name() view returns (string)
Solace USDC Bond
nextPrice() view returns (uint256)
104000
numBonds() view returns (uint256)
27
paused() view returns (bool)
false
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
priceAdjDenom() view returns (uint128)
50000000000000000000000
priceAdjNum() view returns (uint128)
10000
principal() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
solace() view returns (address)
0x501ace9c35e60f03a2af4d484f49f9b1efde9f40
startTime() view returns (uint40)
1638205200
symbol() view returns (string)
SBT
termsSet() view returns (bool)
true
totalSupply() view returns (uint256)
0
underwritingPool() view returns (address)
0x5efc0d9ee3223229ce3b53e441016efc5ba83435
vestingTerm() view returns (uint40)
432000
xsolace() view returns (address)
0x501ace5ac3af20f49d53242b6d208f3b91cfc411
Read-only
balanceOf(address owner) view returns (uint256)
bonds(uint256) view returns (address payoutToken, uint256 payoutAmount, uint256 pricePaid, uint256 maturation)
calculateAmountIn(uint256 amountOut, bool stake) view returns (uint256 amountIn)
calculateAmountOut(uint256 amountIn, bool stake) view returns (uint256 amountOut)
exists(uint256 tokenID) view returns (bool status)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listTokensOfOwner(address owner) view returns (uint256[] tokenIDs)
nonces(uint256 tokenID) view returns (uint256 nonce)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptGovernance()
approve(address to, uint256 tokenId)
deposit(uint256 amount, uint256 minAmountOut, address depositor, bool stake) returns (uint256 payout, uint256 bondID)
depositSigned(uint256 amount, uint256 minAmountOut, address depositor, bool stake, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 payout, uint256 bondID)
initialize(string name_, address governance_, address solace_, address xsolace_, address pool_, address dao_, address principal_, address bondDepo_)
lockGovernance()
pause()
permit(address spender, uint256 tokenID, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 bondID)
safeTransfer(address to, uint256 tokenID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddresses(address solace_, address xsolace_, address pool_, address dao_, address principal_, address bondDepo_)
setApprovalForAll(address operator, bool approved)
setFees(uint256 bondFee, uint256 daoFee)
setPendingGovernance(address pendingGovernance_)
setTerms(struct BondTellerBaseTerms terms)
transfer(address to, uint256 tokenID)
transferFrom(address from, address to, uint256 tokenId)
unpause()
AddressesSet()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateBond(uint256 bondID, uint256 principalAmount, address payoutToken, uint256 payoutAmount, uint256 maturation)
FeesSet()
GovernanceLocked()
GovernancePending(address pendingGovernance)
GovernanceTransferred(address oldGovernance, address newGovernance)
Paused()
RedeemBond(uint256 bondID, address recipient, address payoutToken, uint256 payoutAmount)
TermsSet()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.