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 | 1.606161B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15736709 | 2 years ago | | | 0 | 0.0025186775 | |
| 15736638 | 2 years ago | | | 0 | 0.0023800729 | |
| 15686026 | 2 years ago | | | 0 | 0.0014934435 | |
| 15685995 | 2 years ago | | | 0 | 0.0017158819 | |
| 15685972 | 2 years ago | | | 0 | 0.0018067204 | |
| 15681711 | 2 years ago | | | 0 | 0.00039010706 | |
| 15671913 | 2 years ago | | | 0 | 0.00029227192 | |
| 15670368 | 2 years ago | | | 0 | 0.0038847509 | |
| 15662453 | 2 years ago | | | 0 | 0.00094516673 | |
| 15662318 | 2 years ago | | | 0 | 0.00079166991 |
ABI
ABI objects
Getter at block 21276476
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.