Swipe Staking Proxy
Verified contract
Proxy
Active on
Ethereum with 39,073 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($81,677.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SXP | ERC-20 | 259.687236K | $0.314522 |
$81,677.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17109189 | 2 years ago | | | 0 | 0.0043639772 | |
| 16732002 | 2 years ago | | | 0 | 0.0019259755 | |
| 16279341 | 2 years ago | | | 0 | 0.0014815123 | |
| 15549177 | 2 years ago | | | 0 | 0.00081033611 | |
| 15549162 | 2 years ago | | | 0 | 0.00079952897 | |
| 14620674 | 3 years ago | | | 0 | 0.0024959200 | |
| 14620674 | 3 years ago | | | 0 | 0.0025874970 | |
| 14620674 | 3 years ago | | | 0 | 0.0024421320 | |
| 14620674 | 3 years ago | | | 0 | 0.0023025816 | |
| 14620674 | 3 years ago | | | 0 | 0.0050000000 |
ABI
ABI objects
Getter at block 21157913
getAuthorizedNewOwner() view returns (address newOwner)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address implementation)
0x696769ffebe92730b821992defce3cc0b75b6778
getOwner() view returns (address owner)
0xbef258d30cac1cc193baef4a45fd93fec504f8be
name() view returns (string)
Swipe Staking Proxy
_authorizedNewGuardian() view returns (address)
0x0000000000000000000000000000000000000000
_claimNonce() view returns (uint256)
11649
_guardian() view returns (address)
0x5108944f6ac60adc9f152648c7c6b14d29426eb4
_minimumStakeAmount() view returns (uint256)
100000000000000000000
_minimumWithdrawableAge() view returns (uint256)
11520
_prevMinimumWithdrawableAge() view returns (uint256)
0
_prevRewardAmount() view returns (uint256)
40000000000000000000000
_prevRewardCycle() view returns (uint256)
86400
_prevRewardCycleTimestamp() view returns (uint256)
1604518132
_prevRewardPendingPeriod() view returns (uint256)
604800
_rewardAmount() view returns (uint256)
20000000000000000000000
_rewardCycle() view returns (uint256)
86400
_rewardCycleTimestamp() view returns (uint256)
1605472722
_rewardPendingPeriod() view returns (uint256)
604800
_rewardPoolAmount() view returns (uint256)
0
_rewardProvider() view returns (address)
0x08f949f52e9b1a4a6f1c2963728ab3296f0d9827
_sxpTokenAddress() view returns (address)
0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9
_totalStaked() view returns (uint256)
252837630291643418727047
name() view returns (string)
Swipe Staking Proxy
Read-only
_approvedClaimMap(address, uint256) view returns (uint256)
getPriorStakedAmount(address staker, uint256 blockNumber) view returns (uint256)
getStakedAmount(address staker) view returns (uint256)
getWithdrawableStakedAmount(address staker) view returns (uint256)
State-modifying
Events assumeOwnership()
authorizeOwnershipTransfer(address authorizedAddress)
setImplementation(address _newImplementation)
setImplementationAndCall(address _newImplementation, bytes _newImplementaionCallData) payable
approveClaim(address toAddress, uint256 amount) returns (uint256)
assumeGuardianship()
authorizeGuardianshipTransfer(address authorizedAddress)
claim(uint256 nonce)
depositRewardPool(uint256 amount)
initialize(address guardian, address sxpTokenAddress, address rewardProvider)
setMinimumStakeAmount(uint256 newMinimumStakeAmount)
setMinimumWithdrawableAge(uint256 newMinimumWithdrawableAge)
setRewardPolicy(uint256 newRewardCycle, uint256 newRewardAmount, uint256 newRewardPendingPeriod)
setRewardProvider(address newRewardProvider)
stake(uint256 amount)
transferOtherErc20Token(address tokenAddress, uint256 amount, address toAddress) returns (bool)
withdraw(uint256 amount)
withdrawRewardPool(uint256 amount)
ApproveClaim(address indexed toAddress, uint256 indexed amount, uint256 indexed nonce)
Claim(address indexed toAddress, uint256 indexed amount, uint256 indexed nonce)
DepositRewardPool(address indexed depositor, uint256 indexed amount)
GuardianUpdate(address indexed oldValue, address indexed newValue)
GuardianshipTransferAuthorization(address indexed authorizedAddress)
Initialize(address indexed owner, address indexed sxp, address indexed rewardProvider, uint256 minimumStakeAmount, uint256 rewardCycle, uint256 rewardAmount, uint256 rewardCycleTimestamp)
MinimumStakeAmountUpdate(uint256 indexed oldValue, uint256 indexed newValue)
RewardPolicyUpdate(uint256 oldCycle, uint256 oldAmount, uint256 indexed newCycle, uint256 indexed newAmount, uint256 indexed newTimeStamp)
RewardProviderUpdate(address indexed oldValue, address indexed newValue)
Stake(address indexed staker, uint256 indexed amount)
Withdraw(address indexed toAddress, uint256 indexed amount)
WithdrawRewardPool(address indexed toAddress, uint256 indexed amount)
ApproveClaim(address indexed toAddress, uint256 indexed amount, uint256 indexed nonce)
Claim(address indexed toAddress, uint256 indexed amount, uint256 indexed nonce)
DepositRewardPool(address indexed depositor, uint256 indexed amount)
GuardianUpdate(address indexed oldValue, address indexed newValue)
GuardianshipTransferAuthorization(address indexed authorizedAddress)
Initialize(address indexed owner, address indexed sxp, address indexed rewardProvider, uint256 minimumStakeAmount, uint256 rewardCycle, uint256 rewardAmount, uint256 rewardPendingPeriod, uint256 rewardCycleTimestamp)
MinimumStakeAmountUpdate(uint256 indexed oldValue, uint256 indexed newValue)
MinimumWithdrawableAgeUpdate(uint256 indexed oldMinimumWithdrawableAge, uint256 indexed newMinimumWithdrawableAge)
RewardPolicyUpdate(uint256 oldCycle, uint256 oldAmount, uint256 oldPendingPeriod, uint256 oldTimeStamp, uint256 indexed newCycle, uint256 indexed newAmount, uint256 indexed newPendingPeriod, uint256 newTimeStamp)
RewardProviderUpdate(address indexed oldValue, address indexed newValue)
Stake(address indexed staker, uint256 indexed amount)
Withdraw(address indexed toAddress, uint256 indexed amount)
WithdrawRewardPool(address indexed toAddress, uint256 indexed amount)
constructor()
fallback()
fallback()
This contract contains no error objects.