Staked ALT (XTER Vault)

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x13e8ef9a at 19631107
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 47 additional slots
-
variable spans 47 additional slots
-
variable spans 1 additional slot
-
variable spans 43 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
1 additional variable

No balances found for "Staked ALT (XTER Vault)"

No transactions found for "Staked ALT (XTER Vault)"


Functions
Getter at block 21205910
MAX_BPS(view returns (uint256)
10000
MAX_COOLDOWN_SEC(view returns (uint40)
4320000
MAX_EXPIRY(view returns (uint40)
1099511627775
MAX_OPERATOR_FEE_BPS(view returns (uint16)
2000
MAX_PROTOCOL_FEE_BPS(view returns (uint16)
2000
PRECISION_FACTOR(view returns (uint256)
1000000000000000000
 
activationThreshold(view returns (uint256)
cooldownSeconds(view returns (uint40)
0
decimals(pure returns (uint256)
18
expiryDuration(view returns (uint16)
0
minVotingStake(view returns (uint256)
0
name(pure returns (string)
Staked ALT (XTER Vault)
operatorConfig(view returns (uint40 cooldownSeconds)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolConfig(view returns (address vaultuint40 cooldownSecondsstruct StakedMultiTokenFee fee)
(vault=0x0000000000000000000000000000000000000000, cooldownSeconds=0, fee=(0, 0, 0))
stakedToken(view returns (address)
0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb
stakingStartTimestamp(view returns (uint40)
1712854800
symbol(pure returns (string)
STALTXTER
 
totalActiveOperators(view returns (uint256)
totalAlerts(view returns (uint256)
0
totalCooldownAmount(view returns (uint256)
0
totalDistributions(view returns (uint16)
0
totalFrozenAmount(view returns (uint256)
0
totalFrozenCooldownAmount(view returns (uint256)
0
totalOperators(view returns (uint256)
0
totalStakedAmount(view returns (uint256)
0
totalSupply(view returns (uint256)
0
totalVotingStake(view returns (uint256)
0
Read-only
addressToUint256(address operatorpure returns (uint256)
alerts(bytes32view returns (uint128 voteCountuint40 expiryuint16 resetCountbool isActive)
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address stakeraddress operatorview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
contains(bytes32 messageHashview returns (bool)
cooldowns(addressaddressview returns (uint40 timestampuint216 amount)
distributionIndex(uint16 distributionIdview returns (uint256)
distributionUserIndex(uint16 distributionIdaddress operatoraddress stakerview returns (uint256)
distributions(uint16view returns (uint128 emissionPerSecondaddress rewardTokenaddress rewardVaultuint40 startTimeuint40 endTimeuint256 indexuint40 updateTimestamp)
exists(uint256 idview returns (bool)
getAccruedRewards(uint16 distributionIdaddress stakeraddress operatorview returns (uint256)
getVotedAlerts(address operatorview returns (bytes32[])
isActiveAlert(uint128 voteCountview returns (bool)
isActiveOperator(address operatorview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isAuthenticated(address nodeKeyview returns (bool)
isFrozenOperator(address operatorview returns (bool)
isOperator(address operatorview returns (bool)
nodeKeys(addressview returns (address)
operatorFee(address operatorview returns (uint40 cooldownEndTimestampuint16 bpsuint16 pendingBPS)
operators(addressview returns (address)
queryMessageHashes(uint256 startuint256 querySizeview returns (bytes32[])
queryOperators(uint256 startuint256 querySizeview returns (address[])
rewardBalance(uint16 distributionIdaddress operatoraddress stakerview returns (uint256)
rewardBalanceKey(uint16 distributionIdaddress operatoraddress stakerpure returns (bytes32)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalCooldownAmounts(addressview returns (uint256)
totalSupply(address operatorview returns (uint256)
totalSupply(uint256 idview returns (uint256)
totalVotingStake(address operatorview returns (uint256)
uri(uint256view returns (string)
votedAlerts(addressuint256view returns (bytes32)
votingStake(address stakeraddress operatorview returns (uint256)
State-modifying
acceptOwnership(
authenticateNodeKey(address nodeKey
claimRewards(uint16 distributionIdaddress toaddress operatoruint256 amount
claimRewardsBatch(uint16[] ids_address[] recipients_address[] operators_uint256[] amounts_
cooldownToUnstake(address operatoruint256 amountToAdd
cooldownToUpdateOperatorFee(uint16 feeBPS_
cooldownToUpdateProtocolFee(uint16 feeBPS_
createDistribution(uint128 emissionPerSecond_uint40 startTime_uint40 endTime_address rewardToken_address rewardVault_
freezeOperator(address operator
initialize(address initialOwner_string uri_uint40 cooldownSec_uint40 cooldownSecForOperatorFeeUpdate_uint40 cooldownSecForProtocolFeeUpdate_address protocolFeeVault_uint16 initialProtocolFeeBPS_uint256 initialMinVotingStake_uint16 initialExpiryDuration
pause(
registerNodeKey(address operator
registerOperator(address operatoruint16 feeBPS_
removeAlert(bytes32 messageHash
removeNodeKey(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setCooldownSecForOperatorFee(uint40 cooldownSec_
setCooldownSecForProtocolFee(uint40 cooldownSec_
setCooldownSecForUnstaking(uint40 cooldownSec_
setDistributionEnd(uint16 distributionIduint40 endTime
setExpiryDuration(uint16 duration
setMinVotingStake(uint256 minVotingStake_
setOperatorFeeBPS(
setProtocolFeeBPS(
setURI(string newuri
stake(address toaddress operatoruint256 amount
switchOperator(address fromOperatoraddress toOperatoruint256 amount
transferOwnership(address newOwner
unpause(
unstake(address toaddress operatoruint256 amount
voteForBlockAlert(uint256 blockNumber
voteForMessageAlert(string message
Events
AlertRemoved(bytes32 messageHashaddress admin
AlertVoted(bytes32 messageHashaddress operatoruint128 voteCountbool isActive
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CollectFee(uint16 distributionIdaddress operatoruint256 protocolFeeuint256 operatorFeeuint256 userRewards
CooldownToUnstake(address indexed useraddress indexed operatoruint256 amount
CooldownToUpdateOperatorFee(address operatoruint16 feeBPSuint40 cooldownEndTimestamp
CooldownToUpdateProtocolFee(uint16 feeBPSuint40 cooldownEndTimestamp
DistributionIndexUpdated(uint256 indexed distributionIDuint256 index
ExpiryDurationUpdated(uint16 durationaddress admin
Frozen(address operatoraddress owner
Initialized(uint64 version
NodeKeyAuthenticated(address nodeKeyaddress operator
NodeKeyRegistered(address nodeKeyaddress operator
NodeKeyRemoved(address nodeKeyaddress operator
OperatorAdded(address operatoraddress owner
OperatorRegistered(address operator
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RewardsAccrued(address useraddress operatoruint256 amount
RewardsClaimed(address indexed fromaddress indexed toaddress operatoruint256 amount
SetCooldownSecForOperatorFee(uint40 cooldownSeconds
SetCooldownSecForProtocolFee(uint40 cooldownSeconds
SetCooldownSecForUnstaking(uint40 cooldownSeconds
SetMinVotingStake(uint256 minVotingStake
SetOperatorFeeBPS(address operatoruint16 feeBPS
SetProtocolFeeBPS(uint16 feeBPS
Stake(address indexed fromaddress indexed onBehalfOfaddress operatoruint256 assets
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
URIUpdated(string arg0
Unpaused(address account
Unstake(address indexed fromaddress indexed toaddress operatoruint256 assets
UserIndexUpdated(uint256 indexed distributionIDaddress indexed useraddress indexed operatoruint256 index
Constructor
constructor(address altToken_uint40 stakingStartTimestamp_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AlreadyActiveAlert(
AlreadyAuthenticated(
AlreadyRegistered(
AlreadyRemoved(
AlreadyVoted(
ArrayLengthMismatch(
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
EnforcedPause(
ExpectedPause(
FailedInnerCall(
FrozenOperator(
GreaterThanMaxCooldownSec(
InsufficientAmount(
InsufficientCooldown(
InvalidBPS(
InvalidCooldownAmount(
InvalidDestination(
InvalidDistributionEndTime(
InvalidDistributionStartTime(
InvalidInitialization(
InvalidStakingStartTime(
InvalidStartIndex(
LessThanMinStakeToVote(
NodeKeyNotAuthenticated(
NotInitializing(
NotOperator(
OperatorMismatch(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
StakingNotStartedYet(
ZeroAddress(
ZeroAmount(
ZeroUnstakeable(
ZeroVotingStake(