Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc631…c133
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTFA | ERC-20 | 2.795627B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15714660 | 2 years ago | | | 0 | 0.0056987373 | |
| 15700104 | 2 years ago | | | 0 | 0.0023997850 | |
| 15694513 | 2 years ago | | | 0 | 0.0011831318 | |
| 15684561 | 2 years ago | | | 0 | 0.0018361549 | |
| 15684434 | 2 years ago | | | 0 | 0.0028424111 | |
| 15681792 | 2 years ago | | | 0 | 0.0032341836 | |
| 15681711 | 2 years ago | | | 0 | 0.00039010706 | |
| 15671909 | 2 years ago | | | 0 | 0.00033312348 | |
| 15668847 | 2 years ago | | | 0 | 0.0065410984 | |
| 15665831 | 2 years ago | | | 0 | 0.0014618406 |
ABI
ABI objects
Getter at block 21386753
asset() view returns (address)
0xc631be100f6cf9a7012c23de5a6ccb990eafc133
getOwner() view returns (address)
0xf643e3273c51bb6b9b1dc144b14b5b2d29ea979d
interest_rate() view returns (uint8)
1
lower_amount() view returns (uint256)
50000000000000000
maturity() view returns (uint256)
0
penalization() view returns (uint8)
0
Read-only
get_gains(address _address, uint256 _rec_number) view returns (uint256)
ledger(address, uint256) view returns (uint256 from, uint256 amount, uint256 gain, uint256 penalization, uint256 to, bool ended)
ledger_length(address _address) view returns (uint256)
State-modifying
Events changeOwner(address newOwner)
end(uint256 i)
set(uint256 _lower, uint256 _maturity, uint8 _rate, uint8 _penalization)
start(uint256 _value)
OwnerSet(address indexed oldOwner, address indexed newOwner)
StakeEnd(address indexed user, uint256 value, uint256 penalty, uint256 interest, uint256 index)
StakeStart(address indexed user, uint256 value, uint256 index)
constructor(address _erc20, address _owner, uint8 _rate, uint256 _maturity, uint8 _penalization, uint256 _lower)
This contract contains no fallback and receive objects.
This contract contains no error objects.