BlazeAuction
Verified contract
Active on
Ethereum with 6,625 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfcd7…2a36
Balances ($381.13)
Native
Value
$381.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.114 | $3,343.27 |
$381.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259003 | 4 hours ago | | | 0.06 | 0.0011340626 | |
| 21257633 | 8 hours ago | | | 0.024 | 0.00094724733 | |
| 21257627 | 8 hours ago | | | 0 | 0.00073183267 | |
| 21257079 | 10 hours ago | | | 0.02 | 0.00084594064 | |
| 21256926 | 11 hours ago | | | 0.01 | 0.00072960084 | |
| 21256781 | 11 hours ago | | | 0.75 | 0.0010875381 | |
| 21256776 | 11 hours ago | | | 0 | 0.00081805439 | |
| 21256686 | 12 hours ago | | | 0.02 | 0.00082255549 | |
| 21255883 | 14 hours ago | | | 0.03 | 0.00049799211 | |
| 21253426 | a day ago | | | 0 | 0.00050214691 |
ABI
ABI objects
Getter at block 21260150 getEthPrice() view returns (uint256)
BUY_BURN_ETH_IN_USD() view returns (uint256)
30000000000000000000000
ETH_BATCH_AMOUNT() view returns (uint256)
2000000000000000
EXCEPTION_PERIOD_DURATION() view returns (uint256)
259200
blazeWallet() view returns (address)
0x3aaaed787dae015ae1c3556471d65d2a869be28e
blz() view returns (address)
0xfcd7ccee4071aa4ecfac1683b7cc0afecaf42a36
buyBurnContract() view returns (address)
0x27d80441831252950c528343a4f5ccc6b1e0ea95
currentCycle() view returns (uint256)
151
currentCycleReward() view returns (uint256)
7876264210950027493945
getCurrentCycle() view returns (uint256)
151
i_initialTimestamp() view returns (uint256)
1719394859
i_periodDuration() view returns (uint256)
86400
isInitialBuyBurnLiquidityShared() view returns (bool)
true
isInitialBuyBurnMintDone() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
stakingContract() view returns (address)
0xbc0043bc5b0c394d9d05d49768f9548f8cf9587b
totalNumberOfBatchesPurchased() view returns (uint256)
409472
Read-only
accCycleAllBatchesPurchased(address, uint256) view returns (uint256)
accCycleBatchesPurchased(address) view returns (uint256)
accRewards(address) view returns (uint256)
cycleAccruedFees(uint256) view returns (uint256)
cycleTotalBatchesPurchased(uint256) view returns (uint256)
getAmountsInRangeWithStructs(address user, uint256 startCycle, uint256 endCycle) view returns (struct BlazeAuctionAuctions[])
getUnclaimedRewards(address account) view returns (uint256)
lastActiveCycle(address) view returns (uint256)
rewardPerCycle(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
claimFees()
claimRewards()
mintBlazeTokensForLP()
purchaseBatch(uint256 batchNumber) payable
renounceOwnership()
setBuyBurnContract(address buyBurnContractAddress)
setStakingContract(address stakingContractAddress)
setUSDCPriceTwa(uint32 mins)
transferOwnership(address newOwner)
FeesClaimed(uint256 indexed cycle, address indexed account, uint256 reward)
NewCycleStarted(uint256 indexed cycle, uint256 reward)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed userAddress, uint256 batchNumber)
RewardsClaimed(uint256 indexed cycle, address indexed account, uint256 reward)
constructor(address blazeWalletAddress, bytes32 deploySalt)
This contract contains no fallback and receive objects.
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()