Staking

Verified contract

Active on Ethereum with 5,214 txns
Deployed by via 0xc05badf6 at 15969876
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,628,307.06
ERC-20
--
0x0cfdef6d68b0feb43127e514f064f966f99432f9fec2daa1bae7c5040b0178cd
0xe0473971dd6234d10eb7aa280c3742a7b6faa6c5f5dcdc345c9656d079ddecf8
0x56e45fc2f14bec045d5bc07c99e168556be58c112bb45e941437c587c47a2dba
0x073458a744f7835c13f690497e31b5da1897c373d4caace73ffc58f26d2e8ccb
0x24ad7fab8b5b760e39822b2202e4da5d16f72eda969db44909ab85c2bb040ec2
0x04aec366f7cc890a96704c078ce872ed4e9f140f984678c33328da608be5ff2f
0x5608e84411388c47c82c64c6d50f76d53e3af77a7718b351e14ceb96b584d131
0x645988f74ba12ca5beb802f3605ce32cb6a248ec1a41cdfdab98fbc8e91eef30
0xebfb4fbb2d45f1c5c32457a00f8b1e197241ec0c97e3e794a7af03a8cc18a613
0x6c8424942d25535e62f48750a4fcbdc430bbbd14282c9830f69235682e8984a1

Functions
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(addressview returns (uint256)
calculatePenalty(uint256 amountview returns (uint256)
penalties(addressview returns (uint16)
staked(addressview returns (uint256)
timers(addressview returns (uint256)
State-modifying
renounceOwnership(
setCooldown(uint256 newCooldown
setCooldownTimer(uint256 amount
setPenalty(uint16 newPenalty
setTreasury(address newTreasury
stake(uint256 amount
transferOwnership(address newOwner
unstake(uint256 amount
Events
CooldownChanged(uint256 newCooldown
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PenaltyChanged(uint16 newPenalty
SetCooldownTimer(address indexed accountuint256 amount
Staked(address indexed accountuint256 amount
TreasuryChanged(address newTreasury
Unstaked(address indexed accountuint256 amount
Constructor
constructor(address token_address treasury_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CooldownOverflow(
NotEnoughBalance(
NotEnoughStakedBalance(
PenaltyOverflow(
UnstakingDifferentAmount(
ZeroAddress(
ZeroAmount(