SingleStaking
Verified contract
Active on
Ethereum with 217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae11…3186
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PREME | ERC-20 | 62.921752M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17866795 | a year ago | | | 0 | 0.00044414443 | |
| 17866753 | a year ago | | | 0 | 0.00041016164 | |
| 17704512 | a year ago | | | 0 | 0.0010801818 | |
| 17703818 | a year ago | | | 0 | 0.0031820173 | |
| 17703814 | a year ago | | | 0 | 0.0028283325 | |
| 17702735 | a year ago | | | 0 | 0.0028672284 | |
| 17701517 | a year ago | | | 0 | 0.0020262584 | |
| 17701318 | a year ago | | | 0 | 0.0024587271 | |
| 17701315 | a year ago | | | 0 | 0.0026003499 | |
| 17701302 | a year ago | | | 0 | 0.0028594807 |
ABI
ABI objects
Getter at block 21413506
asset() view returns (address)
0xae117d146b6847965d7613f80ebb32fecf243186
getOwner() view returns (address)
0x0de2035e9619a137ba4ca77c89afc2c70954f2e9
interest_rate() view returns (uint16)
12
lower_amount() view returns (uint256)
0
maturity() view returns (uint256)
10368000
penalization() view returns (uint8)
10
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, uint16 _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, uint16 _rate, uint256 _maturity, uint8 _penalization, uint256 _lower)
This contract contains no fallback and receive objects.
This contract contains no error objects.