WithdrawContract
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x667d…662d
Balances ($472,559.17)
Native
Value
$472,278.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 182.07326 | $2,593.89 |
$472,278.01 | |
BNT | ERC-20 | 555.404169 | $0.503906 |
$279.87 | |
eosDAC | ERC-20 | 4.34603K | $0.000297 |
$1.29 | |
0xe0b7…0e2a | ERC-20 | 28.343671B | -- | -- | |
HGT | ERC-20 | 64.676241K | -- | -- | |
TIX | ERC-20 | 23.619962K | -- | -- | |
KEOS | ERC-20 | 4.34603K | -- | -- | |
0x86fa…fdb0 | ERC-20 | 4.346029K | -- | -- | |
bkex.com | ERC-20 | 2.018061K | -- | -- | |
TRST | ERC-20 | 1.653381K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16277816 | 2 years ago | | | 0.0006 | 0.00036720392 | |
| 16277792 | 2 years ago | | | 0 | 0.0025797746 | |
| 16225161 | 2 years ago | | | 0 | 0.0015874343 | |
| 15814717 | 2 years ago | | | 0 | 0.0011305368 | |
| 15465106 | 2 years ago | | | 0 | 0.00014679262 | |
| 15277651 | 2 years ago | | | 0.01 | 0.00026032621 | |
| 15277645 | 2 years ago | | | 0.01 | 0.00025140115 | |
| 15277612 | 2 years ago | | | 0 | 0.0012032182 | |
| 7349967 | 6 years ago | | | 0 | 0.000066723000 | |
| 5952378 | 6 years ago | | | 0 | 0.0014472000 |
ABI
ABI objects
Getter at block 21125978
escapeHatchCaller() view returns (address)
0x1dba1131000664b884a1ba238464159892252d3a
escapeHatchDestination() view returns (address)
0x8ff920020c8ad673661c8117f2855c384758c572
nDeposits() view returns (uint256)
15
newOwnerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ff920020c8ad673661c8117f2855c384758c572
Read-only
canWithdraw(address _holder) view returns (bool)
deposits(uint256) view returns (uint256 block, address token, uint256 amount, bool canceled)
getPendingReward(address _token, address _holder) view returns (uint256)
isDepositSkiped(address _holder, uint256 _idDeposit) view returns (bool)
isTokenEscapable(address _token) view returns (bool)
nextDepositToPayout(address) view returns (uint256)
State-modifying
Events acceptOwnership()
cancelPaymentGlobally(uint256 _idDeposit)
changeHatchEscapeCaller(address _newEscapeHatchCaller)
changeOwnership(address _newOwner)
escapeHatch(address _token)
newEtherDeposit(uint256 _block) payable returns (uint256 _idDeposit)
newTokenDeposit(address _token, uint256 _amount, uint256 _block) returns (uint256 _idDeposit)
proposeOwnership(address _newOwnerCandidate)
removeOwnership(address _dac)
skipPayment(uint256 _idDeposit, bool _skip)
withdraw()
CancelPaymentGlobally(uint256 indexed idDeposit)
EscapeHatchBlackistedToken(address token)
EscapeHatchCalled(address token, uint256 amount)
NewDeposit(uint256 indexed idDeposit, address indexed tokenContract, uint256 amount)
OwnershipRemoved()
OwnershipRequested(address indexed by, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
SkipPayment(uint256 indexed idDeposit, bool skip)
Withdraw(uint256 indexed lastIdPayment, address indexed holder, address indexed tokenContract, uint256 amount)
constructor(address _rewardToken, address _escapeHatchCaller, address _escapeHatchDestination)
fallback()
This contract contains no error objects.