Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe45…b430
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBS | ERC-20 | 374.085033K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094214 | 17 days ago | | | 0 | 0.0036294604 | |
| 21062066 | 22 days ago | | | 0 | 0.0010513130 | |
| 21049124 | 24 days ago | | | 0 | 0.00084344525 | |
| 21040907 | 25 days ago | | | 0 | 0.0011058086 | |
| 20956174 | a month ago | | | 0 | 0.0017699734 | |
| 20955070 | a month ago | | | 0 | 0.0017839353 | |
| 20955069 | a month ago | | | 0 | 0.0016517582 | |
| 20813687 | 2 months ago | | | 0 | 0.0052829177 | |
| 20807428 | 2 months ago | | | 0 | 0.0028487578 | |
| 20726814 | 2 months ago | | | 0 | 0.00051630185 |
ABI
ABI objects
Getter at block 21218638
commissionAmount() view returns (uint256)
340000000000000000000
getCurrentLockLimit() view returns (uint256)
357142000000000000000000
getCurrentReleaseLimit() view returns (uint256)
357142000000000000000000
limitIncPerBlock() view returns (uint256)
1300000000000000000000
maxLockLimit() view returns (uint256)
357142000000000000000000
maxReleaseLimit() view returns (uint256)
357142000000000000000000
minLimit() view returns (uint256)
5000000000000000000
minRequiredReports() view returns (uint8)
1
owner() view returns (address)
0x6f8f0fc5887ddf09a1d3e84e60438ff37b6604ad
prevLockBlockNumber() view returns (uint256)
14255474
prevLockLimit() view returns (uint256)
357142000000000000000000
prevReleaseBlockNumber() view returns (uint256)
21094214
prevReleaseLimit() view returns (uint256)
323745680000000000000000
reportingEnabled() view returns (bool)
true
token() view returns (address)
0xfe459828c90c0ba4bc8b42f5c5d44f316700b430
totalCommissions() view returns (uint256)
178550000000000000000000
xTransfersEnabled() view returns (bool)
true
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 enableReporting(bool _enable)
enableXTransfers(bool _enable)
renounceOwnership()
reportTx(bytes32 _fromBlockchain, uint256 _txId, address _to, uint256 _amount, uint256 _xTransferId)
setCommissionAmount(uint256 _commissionAmount)
setLimitIncPerBlock(uint256 _limitIncPerBlock)
setMaxLockLimit(uint256 _maxLockLimit)
setMaxReleaseLimit(uint256 _maxReleaseLimit)
setMinLimit(uint256 _minLimit)
setMinRequiredReports(uint8 _minRequiredReports)
setReporters(address[] _reporters, bool[] _active)
transferOwnership(address newOwner)
withdrawCommissions(address _to)
xTransfer(bytes32 _toBlockchain, bytes32 _to, uint256 _amount)
xTransfer(bytes32 _toBlockchain, bytes32 _to, uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
CommissionsWithdraw(address indexed _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, 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, uint256 _commissionAmount)
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, uint8 _minRequiredReports, uint256 _commissionAmount, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.