Auction
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 5 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Auction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Auction"
ABI
ABI objects
Getter at block 21102092 calculateNearestWeeklyAuction() view returns (uint256) calculateStepsFromStart() view returns (uint256) getUniswapLastPrice() view returns (uint256) getUniswapMiddlePriceForSevenDays() view returns (uint256)
CALLER_ROLE() view returns (bytes32)
0x843c3a00fa95510a35f425371231fd3fe4642e719cb4595160763d6d02594b50
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MIGRATOR_ROLE() view returns (bytes32)
0x600e5f1c60beb469a3fa6dd3814a4ae211cc6259a6d033bae218a742f2af01d3
addresses() view returns (address mainToken, address staking, address uniswap, address recipient)
(mainToken=0x0000000000000000000000000000000000000000, staking=0x0000000000000000000000000000000000000000, uniswap=0x0000000000000000000000000000000000000000, recipient=0x0000000000000000000000000000000000000000)
auctionV1() view returns (address)
0x0000000000000000000000000000000000000000
init_() view returns (bool)
false
lastAuctionEventId() view returns (uint256)
0
lastAuctionEventIdV1() view returns (uint256)
0
options() view returns (uint256 autoStakeDays, uint256 referrerPercent, uint256 referredPercent, bool referralsOn, uint256 discountPercent, uint256 premiumPercent)
(autoStakeDays=0, referrerPercent=0, referredPercent=0, referralsOn=false, discountPercent=0, premiumPercent=0)
start() view returns (uint256)
0
stepTimestamp() view returns (uint256)
0
Read-only
auctionBidOf(uint256, address) view returns (uint256 eth, address ref, bool withdrawn)
auctionsOf(address, uint256) view returns (uint256)
auctionsOf_(address account) view returns (uint256[])
existAuctionsOf(uint256, address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
reservesOf(uint256) view returns (uint256 eth, uint256 token, uint256 uniswapLastPrice, uint256 uniswapMiddlePrice)
State-modifying
Events bid(uint256 amountOutMin, uint256 deadline, address ref) payable
callIncomeDailyTokensTrigger(uint256 amount)
callIncomeWeeklyTokensTrigger(uint256 amount)
grantRole(bytes32 role, address account)
init(uint256 _stepTimestamp, address _mainTokenAddress, address _stakingAddress, address _uniswapAddress, address _recipientAddress, address _nativeSwapAddress, address _foreignSwapAddress, address _subbalancesAddress, address _auctionV1Address)
initialize(address _manager, address _migrator)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAuctionBidOf(uint256 sessionId, address[] userAddresses, uint256[] eths, address[] refs)
setAuctionsOf(address[] _userAddresses, uint256[] _sessionPerAddressCounts, uint256[] _sessionIds)
setAutoStakeDays(uint256 _autoStakeDays)
setDiscountPercent(uint256 percent)
setExistAuctionsOf(uint256 sessionId, address[] userAddresses, bool[] exists)
setNormalVariables(uint256 _lastAuctionEventId, uint256 _start)
setPremiumPercent(uint256 percent)
setReferralsOn(bool _referralsOn)
setReferredPercentage(uint256 percent)
setReferrerPercentage(uint256 percent)
setReservesOf(uint256[] sessionIds, uint256[] eths, uint256[] tokens, uint256[] uniswapLastPrices, uint256[] uniswapMiddlePrices)
withdraw(uint256 auctionId)
withdrawV1(uint256 auctionId)
AuctionIsOver(uint256 eth, uint256 token, uint256 indexed auctionId)
Bid(address indexed account, uint256 value, uint256 indexed auctionId, uint256 indexed time)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdraval(address indexed account, uint256 value, uint256 indexed auctionId, uint256 indexed time)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.