Broker
Verified contract
Active on
Ethereum with 119,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,943.69)
Native
Value
$17,731.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.55317 | $3,192.97 |
$17,731.11 | |
0x89d2…0359 | ERC-20 | 5.953236 | $14.67 |
$87.33 | |
BNB | ERC-20 | 0.078727 | $634.45 |
$49.95 | |
BOMB | ERC-20 | 43 | $0.43191 |
$18.57 | |
LEO | ERC-20 | 2.568812 | $6.98 |
$17.93 | |
REQ | ERC-20 | 61.293538 | $0.102602 |
$6.29 | |
META | ERC-20 | 200 | $0.03028 |
$6.06 | |
KNC | ERC-20 | 6.608198 | $0.503024 |
$3.32 | |
0x9f8f…79a2 | ERC-20 | 0.002169 | $1,525.84 |
$3.31 | |
NEXO | ERC-20 | 2.167021 | $1.17 |
$2.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8719354 | 5 years ago | | | 0 | 0.00023559300 | |
| 8715347 | 5 years ago | | | 0 | 0.000025523000 | |
| 8715343 | 5 years ago | | | 0 | 0.000065420000 | |
| 8713366 | 5 years ago | | | 0 | 0.00031258800 | |
| 8713355 | 5 years ago | | | 0 | 0.036300000 | |
| 8713308 | 5 years ago | | | 0 | 0.036000000 | |
| 8713094 | 5 years ago | | | 0 | 0.000027388000 | |
| 8713085 | 5 years ago | | | 0 | 0.00027671000 | |
| 8713085 | 5 years ago | | | 0 | 0.00034208030 | |
| 8713085 | 5 years ago | | | 0 | 0.00034208030 |
ABI
ABI objects
Getter at block 21158066
cancelAnnounceDelay() view returns (uint32)
1
coordinator() view returns (address)
0x1f8cdd31345faa00bbdf946fa257b7feb706b535
operator() view returns (address)
0x3eda2e44d5c2c000267b7cff27018881fa283ae7
owner() view returns (address)
0x3eda2e44d5c2c000267b7cff27018881fa283ae7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
state() view returns (uint8)
1
withdrawAnnounceDelay() view returns (uint32)
1
Read-only
announcedCancellations(bytes32) view returns (uint256)
announcedWithdrawals(address, address) view returns (uint256 amount, uint256 canWithdrawAt)
approvedSpenders(address, address) view returns (bool)
balances(address, address) view returns (uint256)
offers(bytes32) view returns (address maker, address offerAsset, address wantAsset, uint64 nonce, uint256 offerAmount, uint256 wantAmount, uint256 availableAmount)
usedHashes(bytes32) view returns (bool)
whitelistedSpenders(address) view returns (bool)
State-modifying
Events addSpender(address _spender)
announceCancel(bytes32 _offerHash)
announceWithdraw(address _token, uint256 _amount)
approveSpender(address _spender)
cancel(bytes32 _offerHash, uint256 _expectedAvailableAmount, address _feeAsset, uint256 _feeAmount, uint8 _v, bytes32 _r, bytes32 _s)
claimOwnership()
depositERC20(address _user, address _token, uint256 _amount)
depositEther() payable
emergencyCancel(bytes32 _offerHash, uint256 _expectedAvailableAmount)
emergencyWithdraw(address _withdrawer, address _token, uint256 _amount)
fastCancel(bytes32 _offerHash, uint256 _expectedAvailableAmount)
fillOffer(address _filler, bytes32 _offerHash, uint256 _amountToTake, address _feeAsset, uint256 _feeAmount, uint64 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
fillOffers(address _filler, bytes32[] _offerHashes, uint256[] _amountsToTake, address _feeAsset, uint256 _feeAmount, uint64 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
makeOffer(address _maker, address _offerAsset, address _wantAsset, uint256 _offerAmount, uint256 _wantAmount, address _feeAsset, uint256 _feeAmount, uint64 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
removeSpender(address _spender)
renounceOwnership()
rescindApproval(address _spender)
setCancelAnnounceDelay(uint32 _delay)
setCoordinator(address _coordinator)
setOperator(address _operator)
setState(uint8 _state)
setWithdrawAnnounceDelay(uint32 _delay)
slowCancel(bytes32 _offerHash)
slowWithdraw(address _withdrawer, address _token, uint256 _amount)
spendFrom(address _from, address _to, uint256 _amount, address _token, uint8 _decreaseReason, uint8 _increaseReason)
transferOwnership(address newOwner)
withdraw(address _withdrawer, address _token, uint256 _amount, address _feeAsset, uint256 _feeAmount, uint64 _nonce, uint8 _v, bytes32 _r, bytes32 _s)
BalanceDecrease(address indexed user, address indexed token, uint256 amount, uint8 indexed reason)
BalanceIncrease(address indexed user, address indexed token, uint256 amount, uint8 indexed reason)
Cancel(address indexed maker, bytes32 indexed offerHash)
CancelAnnounce(address indexed user, bytes32 indexed offerHash, uint256 canCancelAt)
Fill(address indexed filler, bytes32 indexed offerHash, uint256 amountFilled, uint256 amountTaken, address indexed maker)
Make(address indexed maker, bytes32 indexed offerHash)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SpenderApprove(address indexed user, address indexed spender)
SpenderRescind(address indexed user, address indexed spender)
WithdrawAnnounce(address indexed user, address indexed token, uint256 amount, uint256 canWithdrawAt)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.