BKExchangeRouter
Verified contract
Active on
Ethereum with 2,522 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 "BKExchangeRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148068 | a day ago | | | 0.000899 | 0.0012057747 | |
| 21146310 | 2 days ago | | | 0.00099 | 0.0022125132 | |
| 21070536 | 12 days ago | | | 0.0015 | 0.0019461200 | |
| 21067701 | 13 days ago | | | 0.0122 | 0.0021658299 | |
| 21061669 | 13 days ago | | | 0.007 | 0.0012561540 | |
| 21058176 | 14 days ago | | | 0.0047 | 0.0018218684 | |
| 21047228 | 15 days ago | | | 0.0015 | 0.0012660595 | |
| 21029365 | 18 days ago | | | 0.34 | 0.0075273055 | |
| 21010297 | 21 days ago | | | 0.0295 | 0.0016210462 | |
| 21010281 | 21 days ago | | | 0.028799 | 0.0020636755 |
ABI
ABI objects
Getter at block 21157626
BK_EXCHANGE() view returns (address)
0xf40417b1ef204bb9ab94175019c9f043a81a72a3
owner() view returns (address)
0xa52bb0bebfadeda9dfffa3ba5ebfe86d9f6db321
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events pause()
renounceOwnership()
rescueERC1155(address asset, uint256[] ids, uint256[] amounts, address recipient)
rescueERC20(address asset, address recipient)
rescueERC721(address asset, uint256[] ids, address recipient)
rescueETH(address recipient)
runWithERC20s(address[] _tokenIns, uint256[] _amountIns, bytes _data) payable
runWithETH(bytes _data) payable
setOperator(address[] _operators, bool _isOperator)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RescueERC1155(address indexed asset, address recipient, uint256[] ids, uint256[] amounts)
RescueERC20(address indexed asset, address recipient)
RescueERC721(address indexed asset, address recipient, uint256[] ids)
RescueETH(address indexed recipient, uint256 amount)
SetOperator(address operator, bool isOperator)
Unpaused(address account)
constructor(address bkExchangeAddress, address _owner)
receive()
BurnToMuch()
FeatureInActive()
FeatureNotExist(bytes4 msgSig)
IllegalApproveTarget()
IllegalCallTarget()
InsufficientEtherSupplied()
InvalidCaller()
InvalidFeeRate(uint256 feeRate)
InvalidMsgSig()
InvalidNonce(bytes32 signMsg)
InvalidSigner()
InvalidSwapAddress(address arg0)
InvalidZeroAddress()
SwapEthBalanceNotEnough()
SwapInsuffenceOutPut()
SwapTokenApproveNotEnough()
SwapTokenBalanceNotEnough()
SwapTypeNotAvailable()