Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
0xb1cd…5533
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHBNT | ERC-20 | 40.189738K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13901444 | 3 years ago | | | 0 | 0.0038388240 | |
| 13901441 | 3 years ago | | | 0 | 0.0038651550 | |
| 13685571 | 3 years ago | | | 0 | 0.0057735300 | |
| 13532543 | 3 years ago | | | 0 | 0.025549285 | |
| 13532531 | 3 years ago | | | 0 | 0.013957974 | |
| 13532505 | 3 years ago | | | 0 | 0.024894921 | |
| 12887386 | 3 years ago | | | 0 | 0.0013087494 | |
| 12887386 | 3 years ago | | | 0 | 0.00081712260 | |
| 12887385 | 3 years ago | | | 0 | 0.0015372126 | |
| 12766584 | 3 years ago | | | 0 | 0.0017445960 |
ABI
ABI objects
Getter at block 21259830
adminOnly() view returns (bool)
false
getCurrentLockLimit() view returns (uint256)
40000000000000000000000
getCurrentReleaseLimit() view returns (uint256)
80000000000000000000000
isSmartToken() view returns (bool)
true
limitIncPerBlock() view returns (uint256)
30000000000000000000
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)
10152957
prevLockLimit() view returns (uint256)
39999000000000000000000
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
prevReleaseBlockNumber() view returns (uint256)
13532543
prevReleaseLimit() view returns (uint256)
79890003800000000000000
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
reportingEnabled() view returns (bool)
false
token() view returns (address)
0xb1cd6e4153b2a390cf00a6556b0fc1458c4a5533
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 _adminOnly)
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.