Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf38…3721
0x4e9d…7677
0x64d1…5b7e
0x431f…d925
0x5215…31f1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001982 |
$0 | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11863121 | 4 years ago | | | 0 | 0.26113190 | |
| 10803602 | 4 years ago | | | 0 | 0.51171652 | |
| 10794329 | 4 years ago | | | 0 | 0.0084326960 | |
| 10794320 | 4 years ago | | | 0 | 0.0084326960 | |
| 10794320 | 4 years ago | | | 0 | 0.0084326960 | |
| 10790382 | 4 years ago | | | 0 | 0.0077330400 | |
| 10790382 | 4 years ago | | | 0 | 0.0077698640 | |
| 10790382 | 4 years ago | | | 0 | 0.33300674 | |
| 10623871 | 4 years ago | | | 0 | 0.012230449 | |
| 10623652 | 4 years ago | | | 0 | 0.014546345 |
ABI
ABI objects
Getter at block 21283986 getAllOrders() view returns (bytes32[])
VERSION() view returns (string)
1.0.0
accountFactory() view returns (address)
0x4e9d7f37eadc6fef64b5f5dccc4deb6224667677
authority() view returns (address)
0xde4a88ef731cc55450c76e9307a64e94146006f7
config() view returns (address)
0x431f429035a1e3059d5c6a9a83208c6d3143d925
escrow() view returns (address)
0xaf38668f4719ecf9452dc0300be3f6c83cbf3721
feeWallet() view returns (address)
0x3e990e787a88cd4426fb3af9b90dd1d951e2cb87
kyberConnector() view returns (address)
0x521550e569bc80f1b4957c4f3fd3d677d9ca31f1
owner() view returns (address)
0x0000000000000000000000000000000000000000
reserve() view returns (address)
0x64d14595152b430cf6940da15c6e39545c7c5b7e
stopped() view returns (bool)
false
Read-only
accountToOrders(address, uint256) view returns (bytes32)
getExpectedRepayValue(bytes32 _orderHash) view returns (uint256)
getOrder(bytes32 _orderHash) view returns (address _account, address _byUser, address _principalToken, address _collateralToken, uint256 _principalAmount, uint256 _collateralAmount, uint256 _premium, uint256 _expirationTimestamp, uint256 _salt, uint256 _fee, uint256 _createdTimestamp)
getOrdersForAccount(address _account) view returns (bytes32[])
hashToOrder(bytes32) view returns (address account, address byUser, address principalToken, address collateralToken, uint256 principalAmount, uint256 collateralAmount, uint256 premium, uint256 duration, uint256 expirationTimestamp, uint256 salt, uint256 fee, uint256 createdTimestamp, bytes32 orderHash)
isDefaulted(bytes32) view returns (bool)
isOrder(bytes32) view returns (bool)
isRepaid(bytes32) view returns (bool)
orders(uint256) view returns (bytes32)
State-modifying
Events createOrder(address[4] _orderAddresses, uint256[6] _orderValues, bytes _signature)
process(bytes32 _orderHash, uint256 _principalPerCollateral)
repay(bytes32 _orderHash, uint256 _value, bytes _signature)
setAccountFactory(address _accountFactory)
setAuthority(address authority_)
setConfig(address _config)
setEscrow(address _escrow)
setFeeWallet(address _feeWallet)
setKyberConnector(address _kyberConnector)
setOwner(address owner_)
setReserve(address _reserve)
start()
stop()
LogError(string methodSig, string errMsg)
LogErrorWithHintAddress(address indexed addressValue, string methodSig, string errMsg)
LogErrorWithHintBytes32(bytes32 indexed bytes32Value, string methodSig, string errMsg)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogOrderCreated(bytes32 indexed orderHash, address indexed account, address indexed principalToken, address collateralToken, address byUser, uint256 principalAmount, uint256 collateralAmount, uint256 premium, uint256 expirationTimestamp, uint256 fee)
LogOrderDefaulted(bytes32 indexed orderHash, string reason)
LogOrderRepaid(bytes32 indexed orderHash, uint256 valueRepaid)
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
constructor(address _escrow, address _accountFactory, address _reserve, address _feeWallet, address _config, address _kyberConnector)
This contract contains no fallback and receive objects.
This contract contains no error objects.