OKLGAtomicSwapInstance
Verified contract
Active on
Ethereum with 1,643 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dbb…2f2e
0x5bde…6faf
0x7f79…9aca
Balances ($403,954.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOLT | ERC-20 | 1.038444T | $0.00 |
$403,954.74 | |
AIH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199842 | an hour ago | | | 0.0052582946 | 0.0031249112 | |
| 21198884 | 4 hours ago | | | 0.0052784546 | 0.0030965625 | |
| 21198799 | 5 hours ago | | | 0 | 0.0058734000 | |
| 21198798 | 5 hours ago | | | 0.0052728078 | 0.0037297596 | |
| 21194397 | 19 hours ago | | | 0.0053775538 | 0.0085256418 | |
| 21187645 | 2 days ago | | | 0.002 | 0.0034490702 | |
| 21177008 | 3 days ago | | | 0 | 0.0019549723 | |
| 21177006 | 3 days ago | | | 0 | 0.0019529721 | |
| 21177004 | 3 days ago | | | 0 | 0.0020548509 | |
| 21177003 | 3 days ago | | | 0 | 0.0020048977 |
ABI
ABI objects
Getter at block 21200152
getSpendAddress() view returns (address)
0x5bde378e0a0cebc941b03a579da0088dc1616faf
getSwapTokenAddress() view returns (address)
0x7f792db54b0e580cdc755178443f0430cf799aca
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)
9
tokenOwner() view returns (address)
0x0571182920eef9b99b9e9b2735ba0dc25ad72ab9
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.