PredixNetworkStaking
Verified contract
Active on
Ethereum with 281 txns
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 |
---|---|---|---|---|---|
PRDX | ERC-20 | 600.046457K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19281610 | 10 months ago | | | 0 | 0.0025448020 | |
| 16391844 | 2 years ago | | | 0 | 0.0020110579 | |
| 16163684 | 2 years ago | | | 0 | 0.0012517370 | |
| 14316773 | 3 years ago | | | 0 | 0.0037132279 | |
| 14024160 | 3 years ago | | | 0 | 0.0064497520 | |
| 13223361 | 3 years ago | | | 0 | 0.0030717497 | |
| 13136832 | 3 years ago | | | 0 | 0.0058696378 | |
| 13087271 | 3 years ago | | | 0 | 0.0034462028 | |
| 13004303 | 3 years ago | | | 0 | 0.0059294250 | |
| 12880026 | 3 years ago | | | 0 | 0.00084992600 |
ABI
ABI objects
Getter at block 21392256
_lvl1() view returns (uint256)
50000000000000000000
_lvl2() view returns (uint256)
500000000000000000000
_lvl3() view returns (uint256)
5000000000000000000000
coins_staking() view returns (uint256)
93170640257690000100000
get_total_coins_staking() view returns (uint256 amount)
93170640257690000100000
owner() view returns (address)
0xbfe9e1a7582df5663452d52bc422c8e6138fcf0e
token_addr() view returns (address)
0x556148562d5ddeb72545d7ec4b3ec8edc8f55ba7
week() view returns (uint256)
604800
Read-only
calc_lvl1(uint256 amount, uint256 age) view returns (uint256 reward)
calc_lvl2(uint256 amount, uint256 age) view returns (uint256 reward)
calc_lvl3(uint256 amount, uint256 age) view returns (uint256 reward)
getCoinAge(address staker) view returns (uint256 age)
getStakingReward(address staker) view returns (uint256 __reward)
get_is_staking(address user) view returns (bool is_staking)
get_staking_amount(address staker) view returns (uint256 staking_amount)
isStaking(address) view returns (bool)
stakingAmount(address) view returns (uint256)
stakingStart(address) view returns (uint256)
State-modifying
Events renounceOwnership()
set_token_address(address addr)
stake(address staker, uint256 amount) payable returns (bool success)
stop_stake() returns (bool success)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ended_stake(address staker, uint256 reward)
staked(address staker, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.