OpenOceanExchange
Verified contract
Active on
Ethereum with 216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OpenOceanExchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14595948 | 3 years ago | | | 0 | 0.00046221834 | |
| 11375740 | 4 years ago | | | 0 | 0.019110618 | |
| 11375731 | 4 years ago | | | 0 | 0.0076057660 | |
| 11371668 | 4 years ago | | | 0.005 | 0.0081315511 | |
| 11371659 | 4 years ago | | | 0.001 | 0.0075826400 | |
| 11371537 | 4 years ago | | | 0.005 | 0.014406940 | |
| 11370445 | 4 years ago | | | 0 | 0.0084998550 | |
| 11370432 | 4 years ago | | | 0 | 0.0015477150 | |
| 11365259 | 4 years ago | | | 0.25 | 0.038379020 | |
| 11365250 | 4 years ago | | | 0.8 | 0.015448140 |
ABI
ABI objects
Getter at block 21177487
isShutdown() view returns (bool)
true
owner() view returns (address)
0x5bdce812ce8409442ac3fbbd10565f9b17a6c49d
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeFeeRate(uint256 _feeRate)
renounceOwnership()
shutdown()
swap(address inToken, address outToken, uint256 inAmount, uint256 minOutAmount, uint256 guaranteedAmount, address referrer, address[] addressesToCall, bytes dataToCall, uint256[] offsets, uint256[] gasLimitsAndValues) payable returns (uint256 outAmount)
transferOwnership(address newOwner)
FeeRateChanged(uint256 indexed oldFeeRate, uint256 indexed newFeeRate)
Order(address indexed sender, address indexed inToken, address indexed outToken, uint256 inAmount, uint256 outAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Shutdown()
Swapped(address indexed inToken, address indexed outToken, address indexed referrer, uint256 inAmount, uint256 outAmount, uint256 fee, uint256 referrerFee)
constructor(address _owner, uint256 _feeRate)
receive()
This contract contains no error objects.