Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
deco | ERC-20 | 3.3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11015055 | 4 years ago | | | 0 | 0.028734900 | |
| 11011125 | 4 years ago | | | 0 | 0.021557400 |
ABI
ABI objects
Getter at block 21389011
deco() view returns (address)
0x1f1e77ae2d6c62d60786141c17a50cd61d4e0081
owner() view returns (address)
0xf7184c60ef1140039607391ef80652ff0cbcfb58
round() view returns (uint256)
2
totalDividends() view returns (uint256)
53125000000
totalStakes() view returns (uint256)
3215000000000000000000
Read-only
getPendingReward(address staker) view returns (uint256 _pendingReward)
payouts(uint256) view returns (uint256)
yourStakeddeco(address staker) view returns (uint256 stakeddeco)
yourdecoBalance(address user) view returns (uint256 decoBalance)
State-modifying
Events ADDFUNDS(uint256 tokens)
CLAIMREWARD()
STAKE(uint256 tokens)
WITHDRAW(uint256 tokens)
transferOwnership(address _newOwner)
CLAIMEDREWARD(address staker, uint256 reward)
OwnershipTransferred(address indexed _from, address indexed _to)
PAYOUT(uint256 round, uint256 tokens, address sender)
STAKED(address staker, uint256 tokens, uint256 stakingFee)
UNSTAKED(address staker, uint256 tokens, uint256 unstakingFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.