CelerLedger
Verified contract
Proxy
Active on
Ethereum with 9,496 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($9.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELR | ERC-20 | 500 | $0.019217 |
$9.61 | |
FOR | ERC-20 | 1 | $0.001962 |
$0 | |
HBRS | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15360930 | 2 years ago | | | 0 | 0.0011607043 | |
| 15360890 | 2 years ago | | | 0 | 0.00063989340 | |
| 15348199 | 2 years ago | | | 0 | 0.0036436162 | |
| 15313800 | 2 years ago | | | 0.06 | 0.0055012855 | |
| 15279870 | 2 years ago | | | 0.06 | 0.0054692414 | |
| 14931189 | 2 years ago | | | 0 | 0.0052429500 | |
| 14891595 | 2 years ago | | | 0 | 0.010356828 | |
| 14889400 | 2 years ago | | | 0.06 | 0.014992234 | |
| 14889286 | 2 years ago | | | 0 | 0.0072711103 | |
| 14889260 | 2 years ago | | | 0.06 | 0.012498162 |
ABI
ABI objects
Getter at block 21264207
getBalanceLimitsEnabled() view returns (bool)
true
getCelerWallet() view returns (address)
0xa6cd930fc92f1634d8183af2fb86bd1766f2f82a
getEthPool() view returns (address)
0x44e081cac2406a4efe165178c2a4d77f7a7854d4
getPayRegistry() view returns (address)
0x791bedaa0dd173142311005bb65b58c284cc948c
isOwner() view returns (bool)
false
owner() view returns (address)
0x38c80cb3e6aa2cde82fbbf3ee133913af1a69486
Read-only
getBalanceLimit(address _tokenAddr) view returns (uint256)
getBalanceMap(bytes32 _channelId) view returns (address[2], uint256[2], uint256[2])
getChannelMigrationArgs(bytes32 _channelId) view returns (uint256, uint256, address, uint256)
getChannelStatus(bytes32 _channelId) view returns (uint8)
getChannelStatusNum(uint256 _channelStatus) view returns (uint256)
getCooperativeWithdrawSeqNum(bytes32 _channelId) view returns (uint256)
getDisputeTimeout(bytes32 _channelId) view returns (uint256)
getLastPayResolveDeadlineMap(bytes32 _channelId) view returns (address[2], uint256[2])
getMigratedTo(bytes32 _channelId) view returns (address)
getNextPayIdListHashMap(bytes32 _channelId) view returns (address[2], bytes32[2])
getPeersMigrationInfo(bytes32 _channelId) view returns (address[2], uint256[2], uint256[2], uint256[2], uint256[2], uint256[2])
getPendingPayOutMap(bytes32 _channelId) view returns (address[2], uint256[2])
getSettleFinalizedTime(bytes32 _channelId) view returns (uint256)
getStateSeqNumMap(bytes32 _channelId) view returns (address[2], uint256[2])
getTokenContract(bytes32 _channelId) view returns (address)
getTokenType(bytes32 _channelId) view returns (uint8)
getTotalBalance(bytes32 _channelId) view returns (uint256)
getTransferOutMap(bytes32 _channelId) view returns (address[2], uint256[2])
getWithdrawIntent(bytes32 _channelId) view returns (address, uint256, uint256, bytes32)
State-modifying
Events clearPays(bytes32 _channelId, address _peerFrom, bytes _payIdList)
confirmSettle(bytes32 _channelId)
confirmWithdraw(bytes32 _channelId)
cooperativeSettle(bytes _settleRequest)
cooperativeWithdraw(bytes _cooperativeWithdrawRequest)
deposit(bytes32 _channelId, address _receiver, uint256 _transferFromAmount) payable
depositInBatch(bytes32[] _channelIds, address[] _receivers, uint256[] _transferFromAmounts)
disableBalanceLimits()
enableBalanceLimits()
intendSettle(bytes _signedSimplexStateArray)
intendWithdraw(bytes32 _channelId, uint256 _amount, bytes32 _recipientChannelId)
migrateChannelFrom(address _fromLedgerAddr, bytes _migrationRequest)
migrateChannelTo(bytes _migrationRequest) returns (bytes32)
openChannel(bytes _openRequest) payable
renounceOwnership()
setBalanceLimits(address[] _tokenAddrs, uint256[] _limits)
snapshotStates(bytes _signedSimplexStateArray)
transferOwnership(address newOwner)
vetoWithdraw(bytes32 _channelId)
ClearOnePay(bytes32 indexed channelId, bytes32 indexed payId, address indexed peerFrom, uint256 amount)
ConfirmSettle(bytes32 indexed channelId, uint256[2] settleBalance)
ConfirmSettleFail(bytes32 indexed channelId)
ConfirmWithdraw(bytes32 indexed channelId, uint256 withdrawnAmount, address indexed receiver, bytes32 indexed recipientChannelId, uint256[2] deposits, uint256[2] withdrawals)
CooperativeSettle(bytes32 indexed channelId, uint256[2] settleBalance)
CooperativeWithdraw(bytes32 indexed channelId, uint256 withdrawnAmount, address indexed receiver, bytes32 indexed recipientChannelId, uint256[2] deposits, uint256[2] withdrawals, uint256 seqNum)
Deposit(bytes32 indexed channelId, address[2] peerAddrs, uint256[2] deposits, uint256[2] withdrawals)
IntendSettle(bytes32 indexed channelId, uint256[2] seqNums)
IntendWithdraw(bytes32 indexed channelId, address indexed receiver, uint256 amount)
MigrateChannelFrom(bytes32 indexed channelId, address indexed oldLedgerAddr)
MigrateChannelTo(bytes32 indexed channelId, address indexed newLedgerAddr)
OpenChannel(bytes32 indexed channelId, uint256 tokenType, address indexed tokenAddress, address[2] peerAddrs, uint256[2] initialDeposits)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SnapshotStates(bytes32 indexed channelId, uint256[2] seqNums)
VetoWithdraw(bytes32 indexed channelId)
ClearOnePay(bytes32 indexed channelId, bytes32 indexed payId, address indexed peerFrom, uint256 amount)
ConfirmSettle(bytes32 indexed channelId, uint256[2] settleBalance)
ConfirmSettleFail(bytes32 indexed channelId)
ConfirmWithdraw(bytes32 indexed channelId, uint256 withdrawnAmount, address indexed receiver, bytes32 indexed recipientChannelId, uint256[2] deposits, uint256[2] withdrawals)
CooperativeSettle(bytes32 indexed channelId, uint256[2] settleBalance)
CooperativeWithdraw(bytes32 indexed channelId, uint256 withdrawnAmount, address indexed receiver, bytes32 indexed recipientChannelId, uint256[2] deposits, uint256[2] withdrawals, uint256 seqNum)
Deposit(bytes32 indexed channelId, address[2] peerAddrs, uint256[2] deposits, uint256[2] withdrawals)
IntendSettle(bytes32 indexed channelId, uint256[2] seqNums)
IntendWithdraw(bytes32 indexed channelId, address indexed receiver, uint256 amount)
OpenChannel(bytes32 indexed channelId, uint256 tokenType, address indexed tokenAddress, address[2] peerAddrs, uint256[2] initialDeposits)
SnapshotStates(bytes32 indexed channelId, uint256[2] seqNums)
VetoWithdraw(bytes32 indexed channelId)
constructor(address _ethPool, address _payRegistry, address _celerWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.