Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd4b8…e54d
Balances ($0.00)
No balances found for "Swaps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7750986 | 6 years ago | | | 0 | 0.0010136400 | |
| 7750986 | 6 years ago | | | 0 | 0.00089208600 | |
| 7750972 | 6 years ago | | | 0 | 0.0012391890 | |
| 7750936 | 6 years ago | | | 0.004 | 0.00052121600 | |
| 7750911 | 6 years ago | | | 0.0005 | 0.00065360500 | |
| 7750869 | 6 years ago | | | 0 | 0.0013428450 | |
| 7750830 | 6 years ago | | | 0 | 0.0014563570 | |
| 7721066 | 6 years ago | | | 0 | 0.00016205400 | |
| 7721044 | 6 years ago | | | 0 | 0.00035443800 | |
| 7668803 | 6 years ago | | | 0 | 0.0029578400 |
ABI
ABI objects
Getter at block 21216273
MAX_INVESTORS() view returns (uint256)
10
isOwner() view returns (bool)
false
owner() view returns (address)
0x0e864e4d83ac10d13cdd14a151e75c3d0ae290e9
vault() view returns (address)
0xd4b806df2d0d8ab28f164031e5404553ae57e54d
Read-only
baseAddresses(bytes32) view returns (address)
baseInvestors(bytes32 _id) view returns (address[])
baseLimit(bytes32 _id) view returns (uint256)
baseOnlyInvestor(bytes32) view returns (address)
baseRaised(bytes32 _id) view returns (uint256)
baseUserInvestment(bytes32 _id, address _user) view returns (uint256)
createKey(address _owner) view returns (bytes32 result)
expirationTimestamps(bytes32) view returns (uint256)
investments(bytes32, address, address) view returns (uint256)
investors(bytes32, address, uint256) view returns (address)
isBaseFilled(bytes32 _id) view returns (bool)
isCancelled(bytes32) view returns (bool)
isQuoteFilled(bytes32 _id) view returns (bool)
isSwapped(bytes32) view returns (bool)
limits(bytes32, address) view returns (uint256)
minInvestments(bytes32, address) view returns (uint256)
owners(bytes32) view returns (address)
quoteAddresses(bytes32) view returns (address)
quoteInvestors(bytes32 _id) view returns (address[])
quoteLimit(bytes32 _id) view returns (uint256)
quoteRaised(bytes32 _id) view returns (uint256)
quoteUserInvestment(bytes32 _id, address _user) view returns (uint256)
raised(bytes32, address) view returns (uint256)
State-modifying
Events cancel(bytes32 _id)
createOrder(bytes32 _id, address _baseAddress, address _quoteAddress, uint256 _baseLimit, uint256 _quoteLimit, uint256 _expirationTimestamp, address _baseOnlyInvestor, uint256 _minBaseInvestment, uint256 _minQuoteInvestment)
deposit(bytes32 _id, address _token, uint256 _amount) payable
refund(bytes32 _id, address _token)
renounceOwnership()
setVault(address _vault)
tokenFallback(address, uint256, bytes)
transferOwnership(address newOwner)
Deposit(bytes32 id, address token, address user, uint256 amount, uint256 balance)
OrderCancelled(bytes32 id)
OrderCreated(bytes32 id, address owner, address baseAddress, address quoteAddress, uint256 baseLimit, uint256 quoteLimit, uint256 expirationTimestamp, address baseOnlyInvestor, uint256 minBaseInvestment, uint256 minQuoteInvestment)
OrderSwapped(bytes32 id, address byUser)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(bytes32 id, address token, address user, uint256 amount)
SwapSend(bytes32 id, address token, address user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.