OKLGAtomicSwapInstance
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dbb…2f2e
0x5bde…6faf
0x42f3…2618
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBI | ERC-20 | 9.13746M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15000401 | 2 years ago | | | 0 | 0.0015017515 | |
| 15000392 | 2 years ago | | | 0.011034224 | 0.019889584 | |
| 15000035 | 2 years ago | | | 0 | 0.0015982887 | |
| 15000034 | 2 years ago | | | 0.002 | 0.0029500796 | |
| 14992527 | 2 years ago | | | 0 | 0.0021869981 | |
| 14947142 | 2 years ago | | | 0 | 0.0018144163 | |
| 14947138 | 2 years ago | | | 0.0086664287 | 0.020872083 | |
| 14944370 | 2 years ago | | | 0 | 0.0013962813 | |
| 14944360 | 2 years ago | | | 0 | 0.0015594693 | |
| 14944334 | 2 years ago | | | 0 | 0.0018834710 |
ABI
ABI objects
Getter at block 21264506
getSpendAddress() view returns (address)
0x5bde378e0a0cebc941b03a579da0088dc1616faf
getSwapTokenAddress() view returns (address)
0x42f3a4901b2b2c5e2d6bc8dadb8c1d8d5afd2618
getTokenAddress() view returns (address)
0x5dbb9f64cd96e2dbbca58d14863d615b67b42f2e
isActive() view returns (bool)
true
maxSwapAmount() view returns (uint256)
0
minimumGasForOperation() view returns (uint256)
2000000000000000
oracleAddress() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
owner() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
productID() view returns (uint8)
7
targetTokenDecimals() view returns (uint8)
0
tokenOwner() view returns (address)
0xb80c79d300f6bb54f111088308172ad57973b690
Read-only
lastUserSwap(address) view returns (bytes32 id, uint256 origTimestamp, uint256 currentTimestamp, bool isOutbound, bool isComplete, bool isRefunded, bool isRefundable, bool isSendGasFunded, address swapAddress, uint256 amount)
swaps(bytes32) view returns (bytes32 id, uint256 origTimestamp, uint256 currentTimestamp, bool isOutbound, bool isComplete, bool isRefunded, bool isRefundable, bool isSendGasFunded, address swapAddress, uint256 amount)
State-modifying
Events fundSendToDestinationGas(bytes32 _id, uint256 _origTimestamp, uint256 _amount) payable
receiveTokensFromSource(uint256 _amount) payable returns (bytes32, uint256)
refundTokensFromSource(bytes32 _id)
renounceOwnership()
sendTokensToDestination(bytes32 _id) returns (bytes32)
setActiveState(bool _isActive)
setMinimumGasForOperation(uint256 _amountGas)
setOracleAddress(address _oracleAddress)
setProductID(uint8 _newId)
setSpendAddy(address _spendAddy)
setSwapCompletionStatus(bytes32 _id, bool _isComplete)
setTargetTokenDecimals(uint8 _decimals)
setTokenAddy(address _tokenAddy)
setTokenOwner(address newOwner)
transferOwnership(address newOwner)
unsetLastUserSwap(address _addy)
withdrawETH()
withdrawTokens(address _tokenAddy, uint256 _amount)
withdrawTokens(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveTokensFromSource(bytes32 indexed id, uint256 origTimestamp, address sender, uint256 amount)
RefundTokensToSource(bytes32 indexed id, address sender, uint256 amount)
SendTokensToDestination(bytes32 indexed id, address receiver, uint256 amount)
TokenOwnerUpdated(address previousOwner, address newOwner)
constructor(address _costToken, address _spendAddress, address _oracleAddress, address _tokenOwner, address _tokenAddy, uint8 _targetTokenDecimals, uint256 _maxSwapAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.