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 | 4.68411B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15747527 | 2 years ago | | | 0 | 0.0022607974 | |
| 15694450 | 2 years ago | | | 0 | 0.00082807917 | |
| 15691350 | 2 years ago | | | 0 | 0.0027353082 | |
| 15686166 | 2 years ago | | | 0 | 0.0016710205 | |
| 15683236 | 2 years ago | | | 0 | 0.0053480630 | |
| 15681709 | 2 years ago | | | 0 | 0.00042281620 | |
| 15671906 | 2 years ago | | | 0 | 0.00031454321 | |
| 15667816 | 2 years ago | | | 0 | 0.0032742614 | |
| 15665135 | 2 years ago | | | 0 | 0.0013426780 | |
| 15657328 | 2 years ago | | | 0 | 0.00091165346 |
ABI
ABI objects
Getter at block 21181233
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.