BancorNetwork
Verified contract
Active on
Ethereum with 79,628 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
Balances ($0.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFT | ERC-20 | 286.445728 | $0.003141 |
$0.9 | |
FREE | ERC-20 | 4K | $0.00 |
$0 | |
BNT | ERC-20 | 0 | $0.673926 |
$0 | |
CAPC | ERC-20 | 10.112345K | -- | -- | |
ETHMNY | ERC-20 | 2K | -- | -- | |
FLIXX | ERC-20 | 529.325413 | -- | -- | |
BOXX | ERC-20 | 286.445728 | -- | -- | |
PRQ | ERC-20 | 200 | -- | -- | |
IRC | ERC-20 | 3 | -- | -- | |
ERM | ERC-20 | 1.050001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10278878 | 4 years ago | | | 0 | 0.0031830850 | |
| 10278878 | 4 years ago | | | 0 | 0.0017991350 | |
| 10278857 | 4 years ago | | | 0.02 | 0.0023275440 | |
| 10276845 | 4 years ago | | | 0 | 0.0032846501 | |
| 10276752 | 4 years ago | | | 0 | 0.0076502340 | |
| 10276750 | 4 years ago | | | 0 | 0.0076502340 | |
| 10276749 | 4 years ago | | | 0 | 0.0076502340 | |
| 10276748 | 4 years ago | | | 0 | 0.0076508820 | |
| 10276748 | 4 years ago | | | 0 | 0.0076508820 | |
| 10276747 | 4 years ago | | | 0 | 0.0076508820 |
ABI
ABI objects
Getter at block 21247815
CONVERTER_CONVERSION_WHITELIST() view returns (uint256)
1
adminOnly() view returns (bool)
false
maxAffiliateFee() view returns (uint256)
30000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
conversionHashes(bytes32) view returns (bool)
etherTokens(address) view returns (bool)
getReturnByPath(address[] _path, uint256 _amount) view returns (uint256, uint256)
State-modifying
Events acceptOwnership()
claimAndConvert(address[] _path, uint256 _amount, uint256 _minReturn) returns (uint256)
claimAndConvert2(address[] _path, uint256 _amount, uint256 _minReturn, address _affiliateAccount, uint256 _affiliateFee) returns (uint256)
claimAndConvertFor(address[] _path, uint256 _amount, uint256 _minReturn, address _for) returns (uint256)
claimAndConvertFor2(address[] _path, uint256 _amount, uint256 _minReturn, address _for, address _affiliateAccount, uint256 _affiliateFee) returns (uint256)
convert(address[] _path, uint256 _amount, uint256 _minReturn) payable returns (uint256)
convert2(address[] _path, uint256 _amount, uint256 _minReturn, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
convertFor(address[] _path, uint256 _amount, uint256 _minReturn, address _for) payable returns (uint256)
convertFor2(address[] _path, uint256 _amount, uint256 _minReturn, address _for, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
convertForPrioritized(address[] _path, uint256 _amount, uint256 _minReturn, address _for, uint256 _block, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
convertForPrioritized2(address[] _path, uint256 _amount, uint256 _minReturn, address _for, uint256 _block, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
convertForPrioritized3(address[] _path, uint256 _amount, uint256 _minReturn, address _for, uint256 _customVal, uint256 _block, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
convertForPrioritized4(address[] _path, uint256 _amount, uint256 _minReturn, address _for, uint256[] _signature, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
registerEtherToken(address _token, bool _register)
restoreRegistry()
restrictRegistryUpdate(bool _adminOnly)
setMaxAffiliateFee(uint256 _maxAffiliateFee)
setSignerAddress(address _signerAddress)
transferOwnership(address _newOwner)
updateRegistry()
withdrawTokens(address _token, address _to, uint256 _amount)
xConvert(address[] _path, uint256 _amount, uint256 _minReturn, bytes32 _toBlockchain, bytes32 _to, uint256 _conversionId) payable returns (uint256)
xConvert2(address[] _path, uint256 _amount, uint256 _minReturn, bytes32 _toBlockchain, bytes32 _to, uint256 _conversionId, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
xConvertPrioritized(address[] _path, uint256 _amount, uint256 _minReturn, bytes32 _toBlockchain, bytes32 _to, uint256 _conversionId, uint256 _block, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
xConvertPrioritized2(address[] _path, uint256 _amount, uint256 _minReturn, bytes32 _toBlockchain, bytes32 _to, uint256 _conversionId, uint256[] _signature) payable returns (uint256)
xConvertPrioritized3(address[] _path, uint256 _amount, uint256 _minReturn, bytes32 _toBlockchain, bytes32 _to, uint256 _conversionId, uint256[] _signature, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
Conversion(address indexed _smartToken, address indexed _fromToken, address indexed _toToken, uint256 _fromAmount, uint256 _toAmount, address _trader)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
constructor(address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.