MTGYAtomicSwapInstance
Verified contract
Active on
Ethereum with 1,119 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x025c…ca23
0x8a31…73a5
0x26c8…e099
Balances ($0.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELL | ERC-20 | 0.640236 | $0.54558 |
$0.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17038038 | 2 years ago | | | 0 | 0.00079613620 | |
| 17032460 | 2 years ago | | | 0 | 0.0016774096 | |
| 17032424 | 2 years ago | | | 0.01 | 0.0043210864 | |
| 17032388 | 2 years ago | | | 0 | 0.0019708883 | |
| 17032372 | 2 years ago | | | 0.01 | 0.0035512320 | |
| 17032182 | 2 years ago | | | 0.01 | 0.0031068240 | |
| 17031390 | 2 years ago | | | 0 | 0.00078065400 | |
| 17031351 | 2 years ago | | | 0.01 | 0.0011354280 | |
| 15445152 | 2 years ago | | | 0 | 0.00085333100 | |
| 14133916 | 3 years ago | | | 0 | 0.0029329555 |
ABI
ABI objects
Getter at block 21184808
getSwapTokenAddress() view returns (address)
0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099
isActive() view returns (bool)
true
maxSwapAmount() view returns (uint256)
0
minimumGasForOperation() view returns (uint256)
10000000000000000
mtgyServiceCost() view returns (uint256)
0
oracleAddress() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
originalSupply() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
tokenOwner() view returns (address)
0x35ce1677d3d6aaaacd96510704d3c8617a12ee60
Read-only
lastUserSwap(address) view returns (bytes32 id, uint256 origTimestamp, uint256 currentTimestamp, bool isOutbound, bool isComplete, bool isRefunded, bool isSendGasFunded, address swapAddress, uint256 amount)
swaps(bytes32) view returns (bytes32 id, uint256 origTimestamp, uint256 currentTimestamp, bool isOutbound, bool isComplete, bool isRefunded, bool isSendGasFunded, address swapAddress, uint256 amount)
State-modifying
Events changeActiveState(bool _isActive)
changeMtgyServiceCost(uint256 _newCost)
changeOracleAddress(address _oracleAddress)
depositTokens(uint256 _amount)
fundSendToDestinationGas(bytes32 _id, uint256 _origTimestamp, uint256 _amount) payable
receiveTokensFromSource(uint256 _amount) payable returns (bytes32, uint256)
refundTokensFromSource(bytes32 _id)
renounceOwnership()
sendTokensToDestination(bytes32 _id) returns (bytes32)
transferOwnership(address newOwner)
unsetLastUserSwap(address _addy)
updateMinimumGasForOperation(uint256 _amountGas)
updateSupply()
updateSwapCompletionStatus(bytes32 _id, bool _isComplete)
updateTokenOwner(address newOwner)
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 _mtgyAddress, address _mtgySpendAddress, address _oracleAddress, address _tokenOwner, address _tokenAddy, uint256 _maxSwapAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.