BlazeStaking
Verified contract
Active on
Ethereum with 2,713 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($1,311,823.84)
Native
Value
$479,511.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 149.434845 | $3,208.83 |
$479,511.01 | |
BLAZE | ERC-20 | 547.574229K | $1.52 |
$832,312.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158143 | 28 minutes ago | | | 0 | 0.0059435510 | |
| 21158136 | 29 minutes ago | | | 0 | 0.0060607602 | |
| 21157497 | 3 hours ago | | | 0 | 0.0013405015 | |
| 21155439 | 9 hours ago | | | 0 | 0.0029716154 | |
| 21155428 | 10 hours ago | | | 0 | 0.00096523444 | |
| 21155427 | 10 hours ago | | | 0 | 0.0016476118 | |
| 21155425 | 10 hours ago | | | 0 | 0.0016518887 | |
| 21155422 | 10 hours ago | | | 0 | 0.0019277633 | |
| 21154380 | 13 hours ago | | | 0 | 0.00058914295 | |
| 21154375 | 13 hours ago | | | 0 | 0.0015264225 |
ABI
ABI objects
Getter at block 21158279
_deploymentTimeStamp() view returns (uint32)
1719394907
getCurrentDayInContract() view returns (uint256 __currentDay)
138
getCurrentShareRate() view returns (uint256 __shareRate)
806089174969661475
getGlobalDistributionTriggeringStatus() view returns (uint8)
0
getLastDistributionAddress() view returns (address __lastDsitributionAddress)
0xe249c7a82573f55eb2b215cd6695800cfdfa4acc
getTotalSharesInfo() view returns (uint256 __totalSharesAllocated, uint256 __totalCompletedStakeShares, uint256 __currentActiveShares)
(__totalSharesAllocated=2203730047157183612819904, __totalCompletedStakeShares=25854195897625866740570, __currentActiveShares=2177875851259557746079334)
getTotalStakedTokens() view returns (uint256 __blazeTokens)
547574228900000000000000
getTotalStakesInfo() view returns (uint256 __totalStakes, uint256 __totalCompletedStakes, uint256 __currentActiveStakes)
(__totalStakes=1127, __totalCompletedStakes=54, __currentActiveStakes=1073)
getTotalUndistributedFees() view returns (uint256 __totalUndistributedFees)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateSharesAndBonus(uint256 __blazeAmount, uint256 __durationInDays) view returns (uint256 __shares, uint256 __bonus)
getAvailableRewardsForClaim(address __user) view returns (uint256 __totalRewards)
getCurrentCycleIndex(uint16 __cycle) view returns (uint256 __currentCycleIndex)
getCurrentSharesOfUser(address __user) view returns (uint256)
getNextCycleDistributionDay(uint16 __cycle) view returns (uint256 __nextDistributionDay)
getRewardsPerShare(uint16 __cycle, uint32 __index) view returns (uint256 __rewardsPerShare, uint256 __distributionDay)
getStakeInfoByUserStakeId(address __user, uint256 __userStakeId) view returns (struct StakeInfo)
getStakes(address __user, uint256 __cursor, uint256 __size) view returns (struct CompleteStakeInfo[] __stakes, uint256 __counter)
getTotalCycleRewards(uint16 __cycle) view returns (uint256 __totalRewards)
getUser2888BlazeToken(address __user, uint256 __cycle) view returns (uint256 _blazeTokenStaked)
getUserLastCycleClaimIndex(address __user, uint16 __cycle) view returns (uint32 __cycleIndex, uint96 __sharesIndex)
getUserLatestShareIndex(address __user) view returns (uint256 __userLatestIndex)
getUserSharesAtParticularUserIndex(address __user, uint256 __index) view returns (uint256 __shares, uint256 __updationDay)
State-modifying
Events acceptOwnership()
claimFeeRewards()
dailyDetailsUpdater()
distributeFeeRewardsForAll()
renounceOwnership()
setFeeRewardsForAllCycle()
setLastDistributionAddress(address __lastDistributionAddress)
stakeBlaze(uint256 __blazeAmount, uint256 __durationInDays)
transferOwnership(address newOwner)
unstakeBlaze(address __user, uint256 __id)
CycleDistributionTriggered(address indexed caller, uint256 indexed cycleNo, uint256 indexed rewardAmount)
DistributionRewardsClaimed(address indexed user, uint256 indexed rewardAmount)
ETHDistributed(address indexed caller, uint256 indexed amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeEnded(address indexed user, uint256 indexed globalStakeId, uint256 indexed __blazeAmount)
StakeStarted(address indexed user, uint256 indexed globalStakeId, uint256 __blazeAmount, uint256 __durationInDays)
constructor(address _blazeTokenAddress)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)