Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea09…6977
0xb27a…c52d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UFR | ERC-20 | 16.948501K | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15464472 | 2 years ago | | | 0 | 0.00042929759 | |
| 15464434 | 2 years ago | | | 0 | 0.00052739566 | |
| 12250552 | 4 years ago | | | 0 | 0.0087926980 | |
| 12220402 | 4 years ago | | | 0 | 0.0067811820 | |
| 12117045 | 4 years ago | | | 0 | 0.0081919200 | |
| 11775657 | 4 years ago | | | 0 | 0.011127358 | |
| 11742490 | 4 years ago | | | 0 | 0.0062882560 | |
| 11653913 | 4 years ago | | | 0 | 0.0090862046 | |
| 11577870 | 4 years ago | | | 0 | 0.011089500 | |
| 11430027 | 4 years ago | | | 0 | 0.0014355545 |
ABI
ABI objects
Getter at block 21165855
availablePaymentTime() view returns (uint256)
86400
minWithdraw() view returns (uint256)
0
owner() view returns (address)
0x49951f41cd7cd1629d4d0468a2a2f087f8a48f1b
seedersProfitMargin() view returns (uint8)
3
store() view returns (address)
0xb27a380a00b3f1be3eb5fb3d4c65505a51f1c52d
token() view returns (address)
0xea097a2b1db00627b2fa17460ad260c016016977
torrentOwnerPercent() view returns (uint8)
50
Read-only
balanceOf(address _owner) view returns (uint256 balance)
check(string _torrent, address _from) view returns (uint256 amount)
totalReceivingOf(address _owner) view returns (uint256 balance)
totalSpendingOf(address _owner) view returns (uint256 balance)
State-modifying
Events migrateStore(address _to)
pay(string _torrent, uint256 _amount, address _owner, address[] _seeders, address[] _freeSeeders)
refill(uint256 _amount)
setAvailablePaymentTime(uint256 _availablePaymentTime)
setMinWithdraw(uint256 _minWithdraw)
setSeedersProfitMargin(uint8 _seedersProfitMargin)
setTorrentOwnerPercent(uint8 _torrentOwnerPercent)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
ChangeBalance(address indexed _to, uint256 _balance)
LogEvent(string _log)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pay(address indexed _to, uint256 _amount, bytes32 _hash)
Payment(string _torrent, uint256 _amount, address indexed _from)
Refill(address indexed _to, uint256 _amount)
Withdraw(address indexed _to, uint256 _amount)
constructor(address _store, address _token, uint8 _torrentOwnerPercent, uint8 _seedersProfitMargin, uint256 _minWithdraw)
fallback()
This contract contains no error objects.