GemStaking
Verified contract
Active on
Ethereum with 1,134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3010…27dc
Balances ($1,929,620.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEMS | ERC-20 | 11.412945M | $0.169073 |
$1,929,620.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134512 | 4 days ago | | | 0 | 0.0013329527 | |
| 21134266 | 4 days ago | | | 0 | 0.0011196394 | |
| 21121509 | 6 days ago | | | 0 | 0.00090006026 | |
| 21113387 | 7 days ago | | | 0 | 0.00074697128 | |
| 21077722 | 12 days ago | | | 0 | 0.0018019388 | |
| 21073136 | 12 days ago | | | 0 | 0.0016837822 | |
| 21069737 | 13 days ago | | | 0 | 0.00093737572 | |
| 21068763 | 13 days ago | | | 0 | 0.0015077590 | |
| 21057296 | 15 days ago | | | 0 | 0.0012445596 | |
| 21048859 | 16 days ago | | | 0 | 0.00071839397 |
ABI
ABI objects
Getter at block 21162266
LOCKUP_PERIOD() view returns (uint256)
31536000
minStakeAmount() view returns (uint256)
5555000000000000000000
owner() view returns (address)
0x574197bdf0f7c3b68732a2c07a9b653f0bf21bae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x3010ccb5419f1ef26d40a7cd3f0d707a0fa127dc
Read-only
stakeIndex(address) view returns (uint256)
stakes(address, uint256) view returns (uint256 amount, uint256 endTime)
State-modifying
Events acceptOwnership()
changeMinStakeAmount(uint256 newMinAmount)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256[] indexes)
MinimumAmountChanged(uint256 previousMinStakeAmount, uint256 newMinStakeAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed staker, uint256 amount, uint256 indexed stakerStakeIndex, uint256 stakeEndTime)
Unstaked(address indexed staker, uint256 amount, uint256 indexed stakerUnstakeIndex)
constructor(address tokenAddress, uint256 minStakeValue, uint256 lockupDuration, address owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidAmount()
LockupPeriodNotOver()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
SameMinValue()
ZeroAddress()
ZeroAmount()