OKLGAtomicSwapInstance
Verified contract
Active on
Ethereum with 372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dbb…2f2e
0x5bde…6faf
0x7db5…58ac
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOLTI | ERC-20 | 12.315608T | -- | -- | |
WATT | ERC-20 | 2.28219T | -- | -- | |
SVOLT | ERC-20 | 2.254027T | -- | -- | |
LUNCL | ERC-20 | 1.64467T | -- | -- | |
VOLtX | ERC-20 | 715.540524B | -- | -- | |
Cardi | ERC-20 | 23.469631B | -- | -- | |
Trump | ERC-20 | 37.72283M | -- | -- | |
GIF | ERC-20 | 18.942785M | -- | -- | |
VAGA | ERC-20 | 1M | -- | -- | |
FURY | ERC-20 | 4.382K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17635164 | a year ago | | | 0 | 0.00074046296 | |
| 17523490 | a year ago | | | 0.002 | 0.00084080648 | |
| 17250937 | 2 years ago | | | 0 | 0.0065252536 | |
| 17227791 | 2 years ago | | | 0 | 0.013153877 | |
| 17227789 | 2 years ago | | | 0.002 | 0.0089141025 | |
| 17223861 | 2 years ago | | | 0 | 0.027982413 | |
| 17223670 | 2 years ago | | | 0 | 0.026839204 | |
| 17206906 | 2 years ago | | | 0 | 0.0025682024 | |
| 17206896 | 2 years ago | | | 0.0073610479 | 0.075204057 | |
| 17205670 | 2 years ago | | | 0 | 0.018594902 |
ABI
ABI objects
Getter at block 21246010
getSpendAddress() view returns (address)
0x5bde378e0a0cebc941b03a579da0088dc1616faf
getSwapTokenAddress() view returns (address)
0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac
getTokenAddress() view returns (address)
0x5dbb9f64cd96e2dbbca58d14863d615b67b42f2e
isActive() view returns (bool)
false
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)
0x2ba87d728bd1dd73701d7efe37f9b07368c04a63
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.