RebaserV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 47 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "RebaserV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RebaserV1"
ABI
ABI objects
Getter at block 21277061 getOperators() view returns (struct RebaserV1Operator[])
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_RECIPIENT_ROLE() view returns (bytes32)
0xb6edeab710812f8917b946c63c63b900f456e6a1abea66a90b1f8277f035664b
GOVERNOR_ROLE() view returns (bytes32)
0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
REBASER_ROLE() view returns (bytes32)
0x5fde63b561377d1441afa201ff619faac2ff8fed70a7fbdbe7a5cb07768c0b75
aprThresholdBps() view returns (uint16)
0
defaultAdmin() view returns (address)
0x0000000000000000000000000000000000000000
defaultAdminDelay() view returns (uint48)
0
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
flip() view returns (address)
0x0000000000000000000000000000000000000000
lastRebaseTime() view returns (uint32)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
rebaseInterval() view returns (uint32)
0
servicePendingFee() view returns (uint80)
0
slashThresholdBps() view returns (uint16)
0
stflip() view returns (address)
0x0000000000000000000000000000000000000000
totalOperatorPendingFee() view returns (uint80)
0
wrappedBurnerProxy() view returns (address)
0x0000000000000000000000000000000000000000
wrappedMinterProxy() view returns (address)
0x0000000000000000000000000000000000000000
wrappedOutputProxy() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
operators(uint256) view returns (uint88 rewards, uint80 pendingFee, uint88 slashCounter)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
claimFee(uint256 amount, bool max, bool receiveFlip, uint256 operatorId)
claimServiceFee(uint256 amount, bool max, bool receiveFlip)
grantRole(bytes32 role, address account)
initialize(address[8] addresses, uint256 aprThresholdBps_, uint256 slashThresholdBps_, uint256 rebaseInterval_)
rebase(uint256 epoch, uint256[] validatorBalances, bytes32[] addresses, bool takeFee)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setAprThresholdBps(uint256 aprThresholdBps_)
setRebaseInterval(uint256 rebaseInterval_)
setSlashThresholdBps(uint256 slashThresholdBps_)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
FeeClaim(address feeRecipient, uint256 indexed amount, bool indexed receivedFlip, uint256 indexed operatorId)
Initialized(uint8 version)
NewAprThreshold(uint256 indexed newAprThreshold)
NewRebaseInterval(uint256 indexed newRebaseInterval)
NewSlashThreshold(uint256 indexed newSlashThreshold)
RebaserRebase(uint256 indexed apr, uint256 indexed stateChainBalance, uint256 previousSupply, uint256 indexed newSupply)
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()
This contract contains no fallback and receive objects.
AprTooHigh(uint256 apr)
ExcessiveFeeClaim()
InputLengthsMustMatch()
NotFeeRecipientOrManager()
RebaseTooSoon()
SupplyDecreaseTooHigh(uint256 decrease)
ValidatorAddressesDoNotMatch()