MTGYAtomicSwap
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x025c…ca23
0x8a31…73a5
Balances ($0.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELL | ERC-20 | 1 | $0.712913 |
$0.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13845435 | 3 years ago | | | 0.01 | 0.18885154 | |
| 13845356 | 3 years ago | | | 0.01 | 0.13381040 | |
| 13824697 | 3 years ago | | | 0 | 0.0046185704 | |
| 13816604 | 3 years ago | | | 0 | 0.0035072381 | |
| 13816597 | 3 years ago | | | 0 | 0.0032518293 | |
| 13814103 | 3 years ago | | | 0.01 | 0.18372099 | |
| 13807777 | 3 years ago | | | 0.01 | 0.16148740 | |
| 13804947 | 3 years ago | | | 0 | 0.0037590306 | |
| 13804931 | 3 years ago | | | 0.01 | 0.20196575 | |
| 13774406 | 3 years ago | | | 0 | 0.0033703770 |
ABI
ABI objects
Getter at block 21318876 getAllSwapContracts() view returns (struct MTGYAtomicSwapTargetSwapInfo[])
creator() view returns (address)
0x2d1b8ba4a49c0338a301bd16ff43e4a6d2604dc3
mtgyServiceCost() view returns (uint256)
25000000000000000000000
oracleAddress() view returns (address)
0x1f1851f37b0d2428169d79d12eb2616037ad4f56
owner() view returns (address)
0x2d1b8ba4a49c0338a301bd16ff43e4a6d2604dc3
swapCreationGasLoadAmount() view returns (uint256)
10000000000000000
Read-only
getLastCreatedContract(address _addy) view returns (struct MTGYAtomicSwapTargetSwapInfo)
targetSwapContracts(uint256) view returns (bytes32 id, uint256 timestamp, uint256 index, address creator, address sourceContract, string targetNetwork, address targetContract, bool isActive)
targetSwapContractsIndexed(address) view returns (bytes32 id, uint256 timestamp, uint256 index, address creator, address sourceContract, string targetNetwork, address targetContract, bool isActive)
State-modifying
Events changeMtgyServiceCost(uint256 _newCost)
changeMtgyTokenAddy(address _tokenAddy)
changeOracleAddress(address _oracleAddress, bool _changeAll)
changeSpendAddress(address _spendAddress)
createNewAtomicSwapContract(address _tokenAddy, uint256 _tokenSupply, uint256 _maxSwapAmount, string _targetNetwork, address _targetContract) payable returns (uint256, address)
renounceOwnership()
transferOwnership(address newOwner)
updateSwapContract(uint256 _createdBlockTimestamp, address _sourceContract, address _targetContract, bool _isActive)
updateSwapCreationGasLoadAmount(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _mtgyAddress, address _mtgySpendAddress, address _oracleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.