BancorX
Verified contract
Active on
Ethereum with 39,399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
0x9c24…39d3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 2,500,000T | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
HBRS | ERC-20 | 500 | -- | -- | |
FGH | ERC-20 | 198 | -- | -- | |
RIDE | ERC-20 | 173 | -- | -- | |
MC | ERC-20 | 100 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 12.5 | -- | -- | |
ETHMNY | ERC-20 | 10 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11029588 | 4 years ago | | | 0 | 0.0017306120 | |
| 10174587 | 4 years ago | | | 0 | 0.00092604000 | |
| 10174587 | 4 years ago | | | 0 | 0.00023151000 | |
| 10174587 | 4 years ago | | | 0 | 0.00023151000 | |
| 10174450 | 4 years ago | | | 0 | 0.00023151000 | |
| 10166395 | 4 years ago | | | 0 | 0.00076068300 | |
| 10163197 | 4 years ago | | | 0 | 0.00066833600 | |
| 10163191 | 4 years ago | | | 0 | 0.00046830400 | |
| 10163188 | 4 years ago | | | 0 | 0.00046337600 | |
| 10163141 | 4 years ago | | | 0 | 0.00077652000 |
ABI
ABI objects
Getter at block 21159521
BANCOR_CONVERTER_FACTORY() view returns (bytes32)
0x42616e636f72436f6e766572746572466163746f727900000000000000000000
BANCOR_CONVERTER_UPGRADER() view returns (bytes32)
0x42616e636f72436f6e7665727465725570677261646572000000000000000000
BANCOR_FORMULA() view returns (bytes32)
0x42616e636f72466f726d756c6100000000000000000000000000000000000000
BANCOR_GAS_PRICE_LIMIT() view returns (bytes32)
0x42616e636f7247617350726963654c696d697400000000000000000000000000
BANCOR_NETWORK() view returns (bytes32)
0x42616e636f724e6574776f726b00000000000000000000000000000000000000
BANCOR_X() view returns (bytes32)
0x42616e636f725800000000000000000000000000000000000000000000000000
BANCOR_X_UPGRADER() view returns (bytes32)
0x42616e636f725855706772616465720000000000000000000000000000000000
BNT_CONVERTER() view returns (bytes32)
0x424e54436f6e7665727465720000000000000000000000000000000000000000
BNT_TOKEN() view returns (bytes32)
0x424e54546f6b656e000000000000000000000000000000000000000000000000
CONTRACT_FEATURES() view returns (bytes32)
0x436f6e7472616374466561747572657300000000000000000000000000000000
CONTRACT_REGISTRY() view returns (bytes32)
0x436f6e7472616374526567697374727900000000000000000000000000000000
allowRegistryUpdate() view returns (bool)
true
bntConverter() view returns (address)
0x9c248517b92ae226b88a0a0c28de02b9b7b039d3
bntToken() view returns (address)
0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c
getCurrentLockLimit() view returns (uint256)
40000000000000000000000
getCurrentReleaseLimit() view returns (uint256)
80000000000000000000000
limitIncPerBlock() view returns (uint256)
3000000000000000000000
maxLockLimit() view returns (uint256)
40000000000000000000000
maxReleaseLimit() view returns (uint256)
80000000000000000000000
minLimit() view returns (uint256)
1000000000000000000
minRequiredReports() view returns (uint256)
3
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
prevLockBlockNumber() view returns (uint256)
10163141
prevLockLimit() view returns (uint256)
39999000000000000000000
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
prevReleaseBlockNumber() view returns (uint256)
10161853
prevReleaseLimit() view returns (uint256)
79995881495525900000000
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
reportingEnabled() view returns (bool)
false
version() view returns (uint16)
2
xTransfersEnabled() view returns (bool)
false
Read-only
getXTransferAmount(uint256 _xTransferId, address _for) view returns (uint256)
reportedTxs(uint256, address) view returns (bool)
reporters(address) view returns (bool)
transactionIds(uint256) view returns (uint256)
transactions(uint256) view returns (uint256 amount, bytes32 fromBlockchain, address to, uint8 numOfReports, bool completed)
State-modifying
Events acceptOwnership()
disableRegistryUpdate(bool _disable)
enableReporting(bool _enable)
enableXTransfers(bool _enable)
reportTx(bytes32 _fromBlockchain, uint256 _txId, address _to, uint256 _amount, uint256 _xTransferId)
restoreRegistry()
setBNTConverterAddress()
setLimitIncPerBlock(uint256 _limitIncPerBlock)
setMaxLockLimit(uint256 _maxLockLimit)
setMaxReleaseLimit(uint256 _maxReleaseLimit)
setMinLimit(uint256 _minLimit)
setMinRequiredReports(uint256 _minRequiredReports)
setReporter(address _reporter, bool _active)
transferOwnership(address _newOwner)
updateRegistry()
upgrade(address[] _reporters)
withdrawTokens(address _token, address _to, uint256 _amount)
xTransfer(bytes32 _toBlockchain, bytes32 _to, uint256 _amount)
xTransfer(bytes32 _toBlockchain, bytes32 _to, uint256 _amount, uint256 _id)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
TokensLock(address indexed _from, uint256 _amount)
TokensRelease(address indexed _to, uint256 _amount)
TxReport(address indexed _reporter, bytes32 _fromBlockchain, uint256 _txId, address _to, uint256 _amount, uint256 _xTransferId)
XTransfer(address indexed _from, bytes32 _toBlockchain, bytes32 indexed _to, uint256 _amount, uint256 _id)
XTransferComplete(address _to, uint256 _id)
constructor(uint256 _maxLockLimit, uint256 _maxReleaseLimit, uint256 _minLimit, uint256 _limitIncPerBlock, uint256 _minRequiredReports, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.