AtomicBridge
Verified contract
Active on
Ethereum with 13 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 "AtomicBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16004571 | 2 years ago | | | 0.0023178116 | 0.0022895442 | |
| 15659242 | 2 years ago | | | 0.0010911483 | 0.00087696696 | |
| 15296493 | 2 years ago | | | 0.0045966 | 0.0057736840 | |
| 15296412 | 2 years ago | | | 0.0031548632 | 0.0031834076 | |
| 14508834 | 3 years ago | | | 0.0076276586 | 0.011699054 | |
| 14042419 | 3 years ago | | | 0.013872811 | 0.017180339 | |
| 13748566 | 3 years ago | | | 0.017684131 | 0.029144834 | |
| 13635530 | 3 years ago | | | 0.026972203 | 0.032844125 | |
| 13597016 | 3 years ago | | | 0.038428091 | 0.044878247 | |
| 12748561 | 3 years ago | | | 0.0028625505 | 0.0034463680 |
ABI
ABI objects
Getter at block 21224290
DOSMitigationFee() view returns (uint256)
0
aliceRecoveryTime() view returns (uint256)
172800
bobRecoveryTime() view returns (uint256)
86400
newFeeActivationTime() view returns (uint256)
0
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4302e693874336804db9de1e25bd98fdf448d5be
proposalDOSMitigationFee() view returns (uint256)
0
Read-only
depositList(bytes32) view returns (address from, address to, uint256 msgValue, address tokenAddress, uint256 tokenAmount, bool spent, uint256 recoveryStarted, bool isAlice)
indexOfrecoveryList(bytes32) view returns (uint256)
readRecovery(address _user) view returns (bytes32[])
recoveryList(address, uint256) view returns (bytes32)
tknLockedOf(address, address) view returns (uint256)
State-modifying
Events acceptOwnership()
activeDOSMitigationFee()
depositAliceWithoutMsg(bytes32 _secretHash, uint256 _tokenAmount, address _tokenAddress, address _to) payable returns (bool)
depositBobWithoutMsg(bytes32 _secretHash, uint256 _tokenAmount, address _tokenAddress, address _to) payable returns (bool)
depositTokenAlice(bytes32 _secretHash, uint256 _tokenAmount, address _tokenAddress, address _to, bytes _msg) payable returns (bool)
depositTokenBob(bytes32 _secretHash, uint256 _tokenAmount, address _tokenAddress, address _to, bytes _msg) payable returns (bool)
recoveryWithdraw(bytes32 _secretHash) payable returns (bool)
setDOSMitigationFee(uint256 _newFee)
startRecovery(bytes32 _secretHash) returns (bool)
transferOwnership(address _newOwner)
withdrawToken(bytes32 _secret) returns (bool)
DepositStarted(bytes32 indexed secretHash)
DepositStarted(bytes32 indexed secretHash, bytes msg)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RecoveryStarted(bytes32 indexed secretHash)
withdrawStarted(bytes32 indexed secretHash, bytes32 secret)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.