Staking
Verified contract
Active on
Ethereum with 5,214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,628,307.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STMX | ERC-20 | 183.940863M | $0.008852 |
$1,628,307.06 | |
STMX | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327587 | 3 hours ago | | | 0 | 0.0010633127 | |
| 21327006 | 5 hours ago | | | 0 | 0.00088208149 | |
| 21325136 | 11 hours ago | | | 0 | 0.0012658384 | |
| 21323979 | 15 hours ago | | | 0 | 0.0029929153 | |
| 21319612 | a day ago | | | 0 | 0.00091597583 | |
| 21319596 | a day ago | | | 0 | 0.00088329287 | |
| 21319179 | a day ago | | | 0 | 0.00099479966 | |
| 21318864 | a day ago | | | 0 | 0.00097169714 | |
| 21316332 | 2 days ago | | | 0 | 0.0020835748 | |
| 21316283 | 2 days ago | | | 0 | 0.0024351797 |
ABI
ABI objects
Getter at block 21328435
COOLDOWN_UPPER_LIMIT() view returns (uint256)
31536000
cooldown() view returns (uint256)
1209600
owner() view returns (address)
0x5a8c45e03a4cda35b2f47f5f0ed5706a4ef77e2f
penalty() view returns (uint16)
0
token() view returns (address)
0xa62cc35625b0c8dc1faea39d33625bb4c15bd71c
treasury() view returns (address)
0x5ed7edca7cea9522c0305f6eac7b63efa778fc78
Read-only
amounts(address) view returns (uint256)
calculatePenalty(uint256 amount) view returns (uint256)
penalties(address) view returns (uint16)
staked(address) view returns (uint256)
timers(address) view returns (uint256)
State-modifying
Events renounceOwnership()
setCooldown(uint256 newCooldown)
setCooldownTimer(uint256 amount)
setPenalty(uint16 newPenalty)
setTreasury(address newTreasury)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 amount)
CooldownChanged(uint256 newCooldown)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PenaltyChanged(uint16 newPenalty)
SetCooldownTimer(address indexed account, uint256 amount)
Staked(address indexed account, uint256 amount)
TreasuryChanged(address newTreasury)
Unstaked(address indexed account, uint256 amount)
constructor(address token_, address treasury_)
This contract contains no fallback and receive objects.
CooldownOverflow()
NotEnoughBalance()
NotEnoughStakedBalance()
PenaltyOverflow()
UnstakingDifferentAmount()
ZeroAddress()
ZeroAmount()