AtomicBroker
Verified contract
Active on
Ethereum with 18,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 2,500,000T | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 12.5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8711389 | 5 years ago | | | 0 | 0.00033311300 | |
| 8711389 | 5 years ago | | | 0 | 0.00049811300 | |
| 8711385 | 5 years ago | | | 0 | 0.0011704220 | |
| 8711385 | 5 years ago | | | 0 | 0.0013354220 | |
| 8711381 | 5 years ago | | | 0 | 0.00036127300 | |
| 8711378 | 5 years ago | | | 0 | 0.0013635820 | |
| 8710768 | 5 years ago | | | 0 | 0.00029558700 | |
| 8710765 | 5 years ago | | | 0 | 0.0011145060 | |
| 8710757 | 5 years ago | | | 0 | 0.00029558700 | |
| 8710755 | 5 years ago | | | 0 | 0.0011156580 |
ABI
ABI objects
Getter at block 21163138
broker() view returns (address)
0xba3ed686cc32ffa8664628b1e96d8022e40543de
Read-only
swaps(bytes32) view returns (bool)
usedHashes(bytes32) view returns (bool)
State-modifying
Events approveBroker()
cancelSwap(address _maker, address _taker, address _token, uint256 _amount, bytes32 _hashedSecret, uint256 _expiryTime, address _feeAsset, uint256 _feeAmount, uint256 _cancelFeeAmount)
createSwap(address _maker, address _taker, address _token, uint256 _amount, bytes32 _hashedSecret, uint256 _expiryTime, address _feeAsset, uint256 _feeAmount, uint8 _v, bytes32 _r, bytes32 _s)
executeSwap(address _maker, address _taker, address _token, uint256 _amount, bytes32 _hashedSecret, uint256 _expiryTime, address _feeAsset, uint256 _feeAmount, bytes _preimage)
CancelSwap(bytes32 indexed hashedSecret)
CreateSwap(address indexed maker, address indexed taker, address token, uint256 amount, bytes32 indexed hashedSecret, uint256 expiryTime, address feeAsset, uint256 feeAmount)
ExecuteSwap(bytes32 indexed hashedSecret)
constructor(address brokerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.