EnderBondV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "EnderBondV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EnderBondV1"
ABI
ABI objects
Getter at block 21436595
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SECONDS_IN_DAY() view returns (uint256)
0
activeBondFee() view returns (uint256)
0
admin() view returns (address)
0x0000000000000000000000000000000000000000
bondNFTAddr() view returns (address)
0x0000000000000000000000000000000000000000
bondPause() view returns (bool)
false
bondYieldBaseRate() view returns (uint256)
0
depositContractAddr() view returns (address)
0x0000000000000000000000000000000000000000
depositEnable() view returns (bool)
false
endStakingAddr() view returns (address)
0x0000000000000000000000000000000000000000
endToken() view returns (address)
0x0000000000000000000000000000000000000000
endTreasuryAddr() view returns (address)
0x0000000000000000000000000000000000000000
enderStakeEth() view returns (address)
0x0000000000000000000000000000000000000000
isMigratedDepositLiquidity() view returns (bool)
false
isWithdrawPause() view returns (bool)
false
latestRebaseUpdateTime() view returns (uint256)
0
lido() view returns (address)
0x0000000000000000000000000000000000000000
minDepositAmount() view returns (uint256)
0
rateOfChange() view returns (uint256)
0
rebasingFeeShareIndex() view returns (uint256)
0
sEndToken() view returns (address)
0x0000000000000000000000000000000000000000
stEth() view returns (address)
0x0000000000000000000000000000000000000000
totalBondFee() view returns (uint256)
0
totalBondReturn() view returns (uint256)
0
totalDeposit() view returns (uint256)
0
totalDepositReturn() view returns (uint256)
0
totalEpochBondPrincipal() view returns (uint256)
0
totalRefractionPrincipal() view returns (uint256)
0
tradingFeeShareIndex() view returns (uint256)
0
Read-only
bondableTokens(address) view returns (bool)
bonds(uint256) view returns (bool withdrawn, uint256 principal, uint256 startTime, uint256 maturity, address token, uint256 bondFee, uint256 depositPrincipal, uint256 totalBondReward, uint256 pastRewardTime, uint256 refractionPrincipal, uint256 tradingFeeShareIndex, uint256 rebasingFeeShareIndex)
getInterest(uint256 maturity) view returns (uint256 rate)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isMatured(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events calcEpochBondAmount() returns (uint256 endMintAmount)
checkBondMatured(uint256 _tokenId)
claimRewards(uint256 _tokenId)
deposit(address user, uint256 principal, uint256 maturity, uint256 bondFee, address token) payable returns (uint256 tokenId)
epochRebasingFeeShareIndex(uint256 _reward)
epochTradingFeeShareIndex(uint256 _reward)
grantRole(bytes32 role, address account)
initialize(address endToken_, address enderStakeEth_, address _lido)
migrateBondFromLiquidityDeposit()
migrateBondFromLiquidityDepositV1(struct EnderBondV1DepositStruct[] deposits)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAddress(address _addr, uint256 _type)
setAdmin(address _admin)
setBondPause(bool _enabled)
setBondYieldBaseRate(uint256 _bondYieldBaseRate)
setBondableTokens(address[] tokens, bool enabled)
setDepositEnable(bool _enabled)
setMinDepAmount(uint256 _amt)
setRateOfChange(uint256 _rateOfChange)
setWithdrawPause(bool _enabled)
withdraw(uint256 tokenId)
AddressSet(uint256 indexed addrType, address indexed newAddress)
BondPauseSet(bool indexed isEnabled)
BondYieldBaseRateSet(uint256 indexed newBondYieldBaseRate)
BondableTokensSet(address indexed token, bool indexed isEnabled)
BoolSet(bool indexed newValue)
ClaimRewards(address indexed account, uint256 reward, uint256 tokenId)
Deposit(address indexed sender, uint256 indexed tokenId, uint256 principal, uint256 maturity, address token, uint256 bondFee)
DepositEnableSet(bool indexed isEnabled)
Initialized(uint8 version)
MinDepAmountSet(uint256 indexed newAmount)
RebasingFeeRewardsClaimed(address indexed sender, uint256 indexed tokenId, uint256 rewardAmount)
RebasingFeeShareIndexUpdated(uint256 indexed newRebasingFeeShareIndex)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TradingFeeRewardsClaimed(address indexed sender, uint256 indexed tokenId, uint256 rewardAmount)
TradingFeeShareIndexUpdated(uint256 indexed newTradingFeeShareIndex)
TxFeesSet(uint256 indexed newTxFees)
UpdatedAdmin(address indexed newAdmin, address indexed oldAdmin)
WithdrawPauseSet(bool indexed isEnabled)
Withdrawal(address indexed sender, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyMigrated()
AlreadySet()
BondAlreadyWithdrawn()
BondNotMatured()
InsufficientEndETH()
InvalidAddress()
InvalidAmount()
InvalidBondFee()
InvalidMaturity()
InvalidOwnerOfDeposit()
NotAllowed()
NotBondNFTOwner()
NotBondUser()
NotBondableToken()
NotEndToken()
NotEnderStaking()
NotEnderTreasury()
ZeroAddress()