Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95e6…4cef
0xe41d…f498
Balances ($26,545,712.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZRX | ERC-20 | 52.014798M | $0.510349 |
$26,545,699.98 | |
FOX | ERC-20 | 200 | $0.055267 |
$11.05 | |
GRG | ERC-20 | 1 | $1.19 |
$1.19 | |
KICK | ERC-20 | 888.888K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14859780 | 2 years ago | | | 0 | 0.00041174000 | |
| 11622801 | 4 years ago | | | 0 | 0.0015965100 | |
| 11622788 | 4 years ago | | | 0 | 0.0014652900 | |
| 11283348 | 4 years ago | | | 0 | 0.0045888000 | |
| 11283311 | 4 years ago | | | 0 | 0.0043764000 | |
| 11283311 | 4 years ago | | | 0 | 0.0045888000 | |
| 11246950 | 4 years ago | | | 0 | 0.00032787003 | |
| 11221659 | 4 years ago | | | 0 | 0.00059049003 | |
| 11156380 | 4 years ago | | | 0 | 0.00098415003 | |
| 11154145 | 4 years ago | | | 0 | 0.00041553003 |
ABI
ABI objects
Getter at block 21272640
balanceOfZrxVault() view returns (uint256)
52014797684866530008483548
getAuthorizedAddresses() view returns (address[])
[0x7D3455421BbC5Ed534a83c88FD80387dc8271392]
isInCatastrophicFailure() view returns (bool)
false
owner() view returns (address)
0x7d3455421bbc5ed534a83c88fd80387dc8271392
stakingProxyAddress() view returns (address)
0xa26e80e7dea86279c6d778d702cc413e6cffa777
zrxAssetProxy() view returns (address)
0x95e6f48254609a6ee006f7d493c8e5fb97094cef
Read-only
authorities(uint256) view returns (address)
authorized(address) view returns (bool)
balanceOf(address staker) view returns (uint256)
State-modifying
Events addAuthorizedAddress(address target)
depositFrom(address staker, uint256 amount)
enterCatastrophicFailure()
removeAuthorizedAddress(address target)
removeAuthorizedAddressAtIndex(address target, uint256 index)
setStakingProxy(address _stakingProxyAddress)
setZrxProxy(address _zrxProxyAddress)
transferOwnership(address newOwner)
withdrawAllFrom(address staker) returns (uint256)
withdrawFrom(address staker, uint256 amount)
AuthorizedAddressAdded(address indexed target, address indexed caller)
AuthorizedAddressRemoved(address indexed target, address indexed caller)
Deposit(address indexed staker, uint256 amount)
InCatastrophicFailureMode(address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingProxySet(address stakingProxyAddress)
Withdraw(address indexed staker, uint256 amount)
ZrxProxySet(address zrxProxyAddress)
constructor(address _zrxProxyAddress, address _zrxTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.