ShadowNodeStakev1
Verified contract
Active on
Ethereum with 2,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc668…62d3
0xc668…62d3
Balances ($486,680.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SVPN | ERC-20 | 114.64906M | $0.004245 |
$486,680.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175392 | 9 hours ago | | | 0 | 0.0021531166 | |
| 21175374 | 9 hours ago | | | 0 | 0.010564856 | |
| 21171654 | a day ago | | | 0 | 0.0038847465 | |
| 21171652 | a day ago | | | 0 | 0.0097669627 | |
| 21170639 | a day ago | | | 0 | 0.0079873212 | |
| 21169287 | a day ago | | | 0 | 0.0033133293 | |
| 21166826 | 2 days ago | | | 0 | 0.0033734076 | |
| 21166821 | 2 days ago | | | 0 | 0.013490965 | |
| 21163660 | 2 days ago | | | 0 | 0.0011232852 | |
| 21163657 | 2 days ago | | | 0 | 0.0021233492 |
ABI
ABI objects
Getter at block 21178079
currentEpoch() view returns (uint256)
42
owner() view returns (address)
0x9bc02868e5fb157f05812a06b02d1cc45125d07c
rewardToken() view returns (address)
0xc668695dcbcf682de106da94bde65c9bc79362d3
shadowNode() view returns (address)
0xc668695dcbcf682de106da94bde65c9bc79362d3
totalRewardsClaimed() view returns (uint256)
9396405722329708726072351
totalStaked() view returns (uint256)
109485375042919646794640000
Read-only
balanceOf(address user) view returns (uint256)
calculateRewards(address user) view returns (uint256 rewards)
epochData(uint256) view returns (uint256 epochStart, uint256 epochEnd, uint256 epochRewardRate)
stakers(address) view returns (uint256 lastClaimedEpoch, uint256 totalStakedAmount)
stakersInfo(address[] users) view returns (uint256[][])
State-modifying
Events claim()
emergencyWithdraw(address token, uint256 amount, address _to)
emergencyWithdrawETH(uint256 amount, address _to)
renounceOwnership()
setAntibotTime(uint256 _antibottime_)
setPaused(bool _paused_)
stake(uint256 amount)
startInitial()
startNewEpoch(uint256 _rewards)
transferOwnership(address newOwner)
unstake(uint256 amount)
Claimed(address indexed user, uint256 amount)
Epoch(uint256 indexed epoch, uint256 epochStart, uint256 epochEnd, uint256 epochRewardRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address _shadowNodeAddress, address _rewardToken)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)