This contract is being backfilled. You may encounter incomplete storage history.

ElixirCommitsAndWithdraw

Verified contract

Active on Ethereum with 39,949 txns
Deployed by via 0xa6c76880 at 20614818
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4,168,667.55
0x9e416c0f1a14ddfdbcfdcbc71af8d102c665855d51a77336c052860bc40c159c
0xb44ce0d32568fd097228b605059b5010fa167addbff3c14be952f103c658c3fb
0x907cf66368c6ff7971a03b7d8e1e0b38f2e963c5f75544d8ffd5439b32e5a454
0x5f2ded52ad9d0002b4219aa2b8daf06a2291a19f7cccf1dc1c77c6741e8f98f3
0x4b7acd669f4c66401281e6386d41a1d9d37b4941aa709d8f1e0d95b65a810029
0x5db73e1fc2ebfcfae6c1a7c57b6b361c49fee1b2fb47cb2ed4bb3cd3ca546001
0xc1b6d465aa8bd41fd4b3f33ca8f3143c30244dd57654996364687cec728ddccc
0xafb844a66c67ad45bbe1bc590e26d915f8af81c3f0833d87fc257402374414df
0x75ad11cea81ac58ed76634083a8654f6fecb58dd148131005565cc32c5a40530
0x50fcfa30e3fe445f24484eebd84f13b9e11aa9d6a5691c5e802bf713f6572fdd

Functions
Getter at block 20792715
commitsPaused(view returns (bool)
false
deusdCommitsContract(view returns (address)
0x652329cc4f00af06a8020b41846d54a439a64620
elixirDepositContract(view returns (address)
0x1f75881dc0707b5236f739b5b64a87c211294abb
owner(view returns (address)
0x4b4eec1ddc9420a5cc35a25f5899dc5993f9e586
token(view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
withdrawalsPaused(view returns (bool)
false
Read-only
committed(address userview returns (uint256 amount)
committedEth(address userview returns (uint256 withdrawn)
unusedBalance(address userview returns (uint256 amount)
withdrawn(address userview returns (uint256 withdrawn)
State-modifying
commitDeUSD(uint256 commitAmount
pauseCommits(bool pauseCommit
pauseWithdraws(bool pauseWithdraw
renounceOwnership(
transferOwnership(address newOwner
withdrawEth(uint256 amount
withdrawOwnerEth(uint256 amount
Events
Commit(address indexed calleruint256 indexed amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdraw(address indexed withdraweruint256 indexed amount
Constructor
constructor(address _owneraddress _depositContractaddress _commitsContractaddress _token
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CommitExceedsBalance(
CommitsPaused(
FailedInnerCall(
InsufficientFunds(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
WithdrawFailed(
WithdrawsPaused(