ProofOfStableClone
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($124.13)
Native
Value
$124.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.034458 | $3,602.30 |
$124.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8548678 | 5 years ago | | | 0 | 0.0015231300 | |
| 8548630 | 5 years ago | | | 0 | 0.0015229550 | |
| 8548627 | 5 years ago | | | 0 | 0.0012372850 | |
| 8548577 | 5 years ago | | | 0 | 0.00079896900 | |
| 5725079 | 6 years ago | | | 0 | 0.00035743350 | |
| 5675364 | 7 years ago | | | 0 | 0.00037779000 | |
| 5675355 | 7 years ago | | | 0 | 0.00060880400 | |
| 5675349 | 7 years ago | | | 0 | 0.0011421280 | |
| 5675346 | 7 years ago | | | 0 | 0.00093550600 | |
| 5675343 | 7 years ago | | | 0 | 0.00093550600 |
ABI
ABI objects
Getter at block 21281279
totalStake() view returns (uint256)
2630175
Read-only
dividendsForUser(address _user) view returns (uint256)
investment(address) view returns (uint256)
stake(address) view returns (uint256)
State-modifying
Events claim()
deposit() payable
reinvest()
startGame()
withdraw(uint256 _amount)
Claim(address user, uint256 dividends)
Deposit(address user, uint256 amount)
Reinvest(address user, uint256 dividends)
Withdraw(address user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.