BancorX
Verified contract
Active on
Ethereum with 5,502 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
0x1f57…ff1c
Balances ($75,153.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 108.423049K | $0.69315 |
$75,153.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13901440 | 3 years ago | | | 0 | 0.0038651550 | |
| 13798353 | 3 years ago | | | 0 | 0.014276879 | |
| 13798353 | 3 years ago | | | 0 | 0.0088910423 | |
| 13798352 | 3 years ago | | | 0 | 0.015694619 | |
| 13798333 | 3 years ago | | | 0 | 0.013660990 | |
| 13798333 | 3 years ago | | | 0 | 0.0085068987 | |
| 13798333 | 3 years ago | | | 0 | 0.015999682 | |
| 13798225 | 3 years ago | | | 0 | 0.0028518970 | |
| 13798225 | 3 years ago | | | 0 | 0.0028402570 | |
| 13730428 | 3 years ago | | | 0 | 0.015300104 |
ABI
ABI objects
Getter at block 21260755
getCurrentLockLimit() view returns (uint256)
40000000000000000000000
getCurrentReleaseLimit() view returns (uint256)
1000000000000000000000000
isSmartToken() view returns (bool)
false
limitIncPerBlock() view returns (uint256)
100000000000000000000000
maxLockLimit() view returns (uint256)
40000000000000000000000
maxReleaseLimit() view returns (uint256)
1000000000000000000000000
minLimit() view returns (uint256)
1000000000000000000
minRequiredReports() view returns (uint256)
3
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
onlyOwnerCanUpdateRegistry() view returns (bool)
false
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
prevLockBlockNumber() view returns (uint256)
12598610
prevLockLimit() view returns (uint256)
39994000000000000000000
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
prevReleaseBlockNumber() view returns (uint256)
13798353
prevReleaseLimit() view returns (uint256)
957116778417476400000000
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
reportingEnabled() view returns (bool)
false
token() view returns (address)
0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c
version() view returns (uint16)
3
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()
enableReporting(bool _enable)
enableXTransfers(bool _enable)
reportTx(bytes32 _fromBlockchain, uint256 _txId, address _to, uint256 _amount, uint256 _xTransferId)
restoreRegistry()
restrictRegistryUpdate(bool _onlyOwnerCanUpdateRegistry)
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, address _token, bool _isSmartToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.