Staking5
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Staking5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Staking5"
ABI
ABI objects
Getter at block 21191362 currentEpochMultiplier() view returns (uint128) getCurrentEpoch() view returns (uint128)
epoch1Start() view returns (uint256)
0
epochDuration() view returns (uint256)
0
Read-only
balanceOf(address user, address token) view returns (uint256)
computeNewMultiplier(uint256 prevBalance, uint128 prevMultiplier, uint256 amount, uint128 currentMultiplier) pure returns (uint128)
epochIsInitialized(address token, uint128 epochId) view returns (bool)
getEpochPoolSize(address tokenAddress, uint128 epochId) view returns (uint256)
getEpochUserBalance(address user, address token, uint128 epochId) view returns (uint256)
State-modifying
Events approveAccess(address addr)
deposit(address tokenAddress, address wallet, uint256 amount)
emergencyWithdraw(address wallet, address tokenAddress)
getAndClearReward(address account, address tokenAddress) returns (uint256)
manualBatchEpochInit(address[] tokens, uint128 startingEpochId, uint128 endingEpochId)
manualEpochInit(address[] tokens, uint128 epochId)
revokeAccess(address addr)
transfer(address tokenAddress, uint256 amount, address from, address to)
withdraw(address tokenAddress, address wallet, uint256 amount)
Deposit(address indexed user, address indexed tokenAddress, uint256 amount)
EmergencyWithdraw(address indexed user, address indexed tokenAddress, uint256 amount)
ManualEpochInit(address indexed caller, uint128 indexed epochId, address[] tokens)
Withdraw(address indexed user, address indexed tokenAddress, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.