ZigStaking
Verified contract
Active on
Ethereum with 3,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31,108,328.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIG | ERC-20 | 199.273639M | $0.156108 |
$31,108,209.22 | |
SPECTRE | ERC-20 | 34.5 | $3.46 |
$119.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305378 | 2 hours ago | | | 0 | 0.00084990977 | |
| 21305375 | 2 hours ago | | | 0 | 0.00084580016 | |
| 21304765 | 4 hours ago | | | 0 | 0.0011302021 | |
| 21304560 | 5 hours ago | | | 0 | 0.00081508565 | |
| 21304408 | 6 hours ago | | | 0 | 0.0012441162 | |
| 21303918 | 7 hours ago | | | 0 | 0.0012094012 | |
| 21303904 | 7 hours ago | | | 0 | 0.0011905881 | |
| 21303797 | 8 hours ago | | | 0 | 0.00077806511 | |
| 21303389 | 9 hours ago | | | 0 | 0.0017164383 | |
| 21303186 | 10 hours ago | | | 0 | 0.0015966795 |
ABI
ABI objects
Getter at block 21306056
MAX_PENALTY_PERIOD() view returns (uint64)
7776000
getTotalStaked() view returns (uint256)
199273638902208823239163869
isStakeReleased() view returns (bool)
false
owner() view returns (address)
0x3a2b7e57793735a1c7dad2d7c86c5ac0ccb37006
penaltyPeriod() view returns (uint64)
1209600
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateTotalReleased(uint256 _stakeIndex) view returns (uint256)
getUserStakes(address _user) view returns (struct ZigStakingStakeInfo[])
State-modifying
Events acceptOwnership()
renounceOwnership()
stakeTokens(uint256 _amount)
toggleStakeStatus()
transferOwnership(address newOwner)
unstakeAndWithdrawTokens(uint256 _stakeIndex, uint256 _amount)
withdrawTokens(uint256 _stakeIndex, uint256 _releaseIndex)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeStatusToogled(bool _stakeStatus)
TokensStaked(address indexed _owner, uint256 _amount, uint64 _stakeDate)
TokensUnstaked(address indexed _owner, uint256 _amount, uint64 _endStakeDate)
TokensWithdrawn(address indexed _owner, uint256 _amount, uint64 _endStakeDate)
constructor(address _zigContract, uint64 _penaltyPeriod)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CantUnlockTokensYet()
FailedInnerCall()
InsufficientStakedTokens()
InvalidPenaltyPeriod()
InvalidReleaseIndex()
InvalidStakeIndex()
NoTokens()
NullAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
StakeIsReleased()
StakedYet()
UnstakedYet()
WithdrawnYet()