ElixirDeposit
Verified contract
Active on
Ethereum with 143,903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ElixirDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650037 | 2 months ago | | | 0 | 0.000061581000 | |
| 20580049 | 3 months ago | | | 0.0000181 | 0.000020239759 | |
| 20553706 | 3 months ago | | | 0.00002699 | 0.000021036549 | |
| 20553699 | 3 months ago | | | 0.00001475 | 0.000021227599 | |
| 20438429 | 3 months ago | | | 0.00031 | 0.000035059500 | |
| 20429560 | 3 months ago | | | 0.003 | 0.000093492000 | |
| 20426918 | 3 months ago | | | 0 | 0.00071679768 | |
| 20426871 | 3 months ago | | | 0.005 | 0.00092160528 | |
| 20426844 | 3 months ago | | | 0.03007 | 0.00093969085 | |
| 20426806 | 3 months ago | | | 0.03327 | 0.00068709108 |
ABI
ABI objects
Getter at block 21157929
controller() view returns (address)
0x4b4eec1ddc9420a5cc35a25f5899dc5993f9e586
depositsPaused() view returns (bool)
true
owner() view returns (address)
0x85f45b3ab65132b38b71e19ff9cf33106217a644
Read-only
deposits(address user) view returns (uint256 amount)
State-modifying
Events deposit() payable
pause(bool pauseDeposits)
renounceOwnership()
setController(address _controller)
transferOwnership(address newOwner)
Deposit(address indexed caller, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner)
This contract contains no fallback and receive objects.
DepositFailed()
DepositsPaused()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)