Staked Perpetual
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Staked Perpetual"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12547579 | 3 years ago | | | 0 | 0.0048300900 |
ABI
ABI objects
Getter at block 21261619
TOKEN_AMOUNT_LIMIT() view returns (uint256)
20
candidate() view returns (address)
0x0000000000000000000000000000000000000000
cooldownPeriod() view returns (uint256)
0
decimals() view returns (uint8)
18
getStakeModuleLength() view returns (uint256)
0
name() view returns (string)
Staked Perpetual
owner() view returns (address)
0xf89a56f41c6501be8dbee6344d882dcbfa3122c9
perpToken() view returns (address)
0x0000000000000000000000000000000000000001
symbol() view returns (string)
sPERP
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfAt(address _owner, uint256 __blockNumber) view returns (uint256)
isStakeModuleExisted(address _stakeModule) view returns (bool)
stakeModules(uint256) view returns (address)
stakerCooldown(address) view returns (uint256)
stakerWithdrawPendingBalance(address) view returns (uint256 d)
totalSupplyAt(uint256 __blockNumber) view returns (uint256)
State-modifying
Events addStakeModule(address _stakeModule)
approve(address, uint256) returns (bool)
initialize(address _perpToken, uint256 _cooldownPeriod)
removeStakeModule(address _stakeModule)
renounceOwnership()
setCooldownPeriod(uint256 _cooldownPeriod)
setOwner(address newOwner)
stake(struct Decimaldecimal _amount)
transfer(address, uint256) returns (bool)
transferFrom(address, address, uint256) returns (bool)
unstake()
updateOwner()
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeModuleAdded(address stakedModule)
StakeModuleRemoved(address stakedModule)
Staked(address staker, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unstaked(address staker, uint256 amount)
Withdrawn(address staker, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.