DefaultBondStrategy
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DefaultBondStrategy"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177460 | a day ago | | | 0 | 0.013575239 | |
| 21163132 | 3 days ago | | | 0 | 0.014049179 | |
| 21155954 | 4 days ago | | | 0 | 0.011279458 | |
| 21148787 | 5 days ago | | | 0 | 0.0055708245 | |
| 21141611 | 6 days ago | | | 0 | 0.0052098058 | |
| 21134466 | 7 days ago | | | 0 | 0.0072122600 | |
| 21120138 | 9 days ago | | | 0 | 0.0042897897 | |
| 21112976 | 10 days ago | | | 0 | 0.0036765905 | |
| 21105802 | 11 days ago | | | 0 | 0.0025996130 | |
| 21098652 | 12 days ago | | | 0 | 0.0035480724 |
ABI
ABI objects
Getter at block 21184144
ADMIN_DELEGATE_ROLE() view returns (bytes32)
0xc171260023d22a25a00a2789664c9334017843b831138c8ef03cc8897e5873d7
ADMIN_ROLE() view returns (bytes32)
0xf23ec0bb4210edd5cba85afd05127efcd2fc6a781bfed49188da1081670b22d8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR() view returns (bytes32)
0x46a52cf33029de9f84853745a87af28464c80bf0346df1b32e205fc73319f622
Q96() view returns (uint256)
79228162514264337593543950336
bondModule() view returns (address)
0xd8619769fed318714d362bff01ca98ac938bdf9b
erc20TvlModule() view returns (address)
0x1eb0e946d7d757d7b085b779a146427e40abbcf8
vault() view returns (address)
0xbeef69ac7870777598a04b2bd4771c71212e6abc
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address sender) view returns (bool)
isOperator(address sender) view returns (bool)
requireAdmin(address sender) view
requireAtLeastOperator(address sender) view
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToData(address) view returns (bytes)
State-modifying
Events depositCallback(uint256[], uint256)
grantRole(bytes32 role, address account)
processAll()
processWithdrawals(address[] users)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setData(address token, struct IDefaultBondStrategyData[] data)
DefaultBondStrategyProcessWithdrawals(address[] users, uint256 timestamp)
DefaultBondStrategySetData(address indexed token, struct IDefaultBondStrategyData[] data, uint256 timestamp)
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)
constructor(address admin, address vault_, address erc20TvlModule_, address bondModule_)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressZero()
Forbidden()
InvalidBond()
InvalidCumulativeRatio()