AcceleratedExitQueue
Verified contract
Active on
Ethereum with 6,952 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9675…bca9
0x4d14…bc77
0x470e…f1b7
Balances ($0.00)
No balances found for "AcceleratedExitQueue"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19825902 | 7 months ago | | | 0 | 0.0012556005 | |
| 16769578 | 2 years ago | | | 0 | 0.0031153502 | |
| 15669704 | 2 years ago | | | 0 | 0.0027526268 | |
| 15667891 | 2 years ago | | | 0 | 0.0018738191 | |
| 15667880 | 2 years ago | | | 0 | 0.0021524565 | |
| 15477160 | 2 years ago | | | 0 | 0.00084677685 | |
| 15393594 | 2 years ago | | | 0 | 0.0029557869 | |
| 15360768 | 2 years ago | | | 0 | 0.0016796949 | |
| 15303570 | 2 years ago | | | 0 | 0.0054774194 | |
| 15215315 | 2 years ago | | | 0 | 0.0044023150 |
ABI
ABI objects
Getter at block 21284071
accelerationStartAtEpoch() view returns (uint256)
88
currentEpoch() view returns (uint256)
46340
epochAccelerationFactorDenominator() view returns (uint256)
1
epochAccelerationFactorNumerator() view returns (uint256)
3
exitQueue() view returns (address)
0x967591888a5e8aed9d2a920fe4cc726e83d2bca9
owner() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
staking() view returns (address)
0x4d14b24edb751221b3ff08bbb8bd91d4b1c8bc77
templeToken() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
Read-only
This contract contains no read-only function objects.
State-modifying
Events disableAcceleratedExitQueue()
join(address _exiter, uint256 _amount)
renounceOwnership()
restake(uint256[] epochs, uint256 length)
setAccelerationPolicy(uint256 numerator, uint256 denominator, uint256 startAtEpoch)
setEpochSize(uint256 _epochSize)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerEpoch(uint256 _maxPerEpoch)
setOwedTemple(address[] _users, uint256[] _amounts)
transferOwnership(address newOwner)
withdrawEpochs(uint256[] epochs, uint256 length)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _templeToken, address _exitQueue, address _staking)
This contract contains no fallback and receive objects.
This contract contains no error objects.