MTGYAtomicSwapInstance
Verified contract
Active on
Ethereum with 1,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x025c…ca23
0x8a31…73a5
0xc146…9e0c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCC | ERC-20 | 0.842975 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14153701 | 3 years ago | | | 0 | 0.010054807 | |
| 14133537 | 3 years ago | | | 0 | 0.0020100244 | |
| 14133213 | 3 years ago | | | 0 | 0.0077123173 | |
| 14133212 | 3 years ago | | | 0 | 0.0087512198 | |
| 14133210 | 3 years ago | | | 0.002 | 0.0074191411 | |
| 14132732 | 3 years ago | | | 0 | 0.0016734939 | |
| 14132728 | 3 years ago | | | 0.002 | 0.015783126 | |
| 14132553 | 3 years ago | | | 0 | 0.0024979557 | |
| 14132549 | 3 years ago | | | 0.002 | 0.015761588 | |
| 14132320 | 3 years ago | | | 0 | 0.010511560 |
ABI
ABI objects
Getter at block 21221138
getSwapTokenAddress() view returns (address)
0xc146b7cdbaff065090077151d391f4c96aa09e0c
isActive() view returns (bool)
false
maxSwapAmount() view returns (uint256)
0
minimumGasForOperation() view returns (uint256)
2000000000000000
mtgyServiceCost() view returns (uint256)
0
oracleAddress() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
originalSupply() view returns (uint256)
1000000000
owner() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
tokenOwner() view returns (address)
0xfe3e77699acd0970eaa0c8f439ce84d6b1d12baf
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.