Staked Perpetual
Verified contract
Proxy
Active on
Ethereum with 12,457 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xbc39…3447
-
variable spans 49 additional slots
Balances ($693,905.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PERP | ERC-20 | 794.398791K | $0.873498 |
$693,905.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252983 | a day ago | | | 0 | 0.00065225976 | |
| 21252974 | a day ago | | | 0 | 0.0020824623 | |
| 21250822 | a day ago | | | 0 | 0.00089361787 | |
| 21250819 | a day ago | | | 0 | 0.0029377246 | |
| 21245468 | 2 days ago | | | 0 | 0.00088778463 | |
| 21245462 | 2 days ago | | | 0 | 0.0024046930 | |
| 21205626 | 8 days ago | | | 0 | 0.00048396442 | |
| 21205617 | 8 days ago | | | 0 | 0.00063413847 | |
| 21202073 | 8 days ago | | | 0 | 0.0022029519 | |
| 21188136 | 10 days ago | | | 0 | 0.0019099953 |
ABI
ABI objects
Getter at block 21260809
TOKEN_AMOUNT_LIMIT() view returns (uint256)
20
candidate() view returns (address)
0x0000000000000000000000000000000000000000
cooldownPeriod() view returns (uint256)
1
decimals() view returns (uint8)
18
getStakeModuleLength() view returns (uint256)
1
name() view returns (string)
Staked Perpetual
owner() view returns (address)
0x5e4b407eb1253527628bab875525aaec0099ffc5
perpToken() view returns (address)
0xbc396689893d065f41bc2c6ecbee5e0085233447
symbol() view returns (string)
sPERP
totalSupply() view returns (uint256)
558372889876373973541858
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.