AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 10,582 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xb147…42c0
-
variable spans 13 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,118.87 |
$0 | |
AXN | ERC-20 | 8.306648B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409137 | 4 months ago | | | 0 | 0.00021427000 | |
| 15066228 | 2 years ago | | | 0 | 0.0012432400 | |
| 15066228 | 2 years ago | | | 0 | 0.00074594400 | |
| 14364389 | 3 years ago | | | 0 | 0.0031684940 | |
| 14168195 | 3 years ago | | | 0 | 0.0099459200 | |
| 14167909 | 3 years ago | | | 0 | 0.0099459200 | |
| 14167909 | 3 years ago | | | 0 | 0.0099459200 | |
| 14167909 | 3 years ago | | | 0 | 0.0099459202 | |
| 14167909 | 3 years ago | | | 0 | 0.0093243000 | |
| 14167909 | 3 years ago | | | 0 | 0.0093243000 |
ABI
ABI objects
Getter at block 21212767
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=0x71f85b2e46976bd21302b64329868fd15eb0d127, staking=0x1920d646574e097c2c487f69f40814f95d45bf8c, uniswap=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, recipient=0x59fa1b52a142c4e4d9fc8caffb13375895c4ea19)
auctionV1() view returns (address)
0xb1475c18ea63f025308eed9950b9f954acc742c0
calculateNearestWeeklyAuction() view returns (uint256)
1470
calculateStepsFromStart() view returns (uint256)
1465
getAuctionModes() view returns (uint8[7])
[1, 1, 1, 1, 1, 1, 1]
getCurrentAuctionId() view returns (uint256)
1465
getVentureAutoStakeDays() view returns (uint8)
60
init_() view returns (bool)
true
lastAuctionEventId() view returns (uint256)
339
lastAuctionEventIdV1() view returns (uint256)
34
middlePriceDays() view returns (uint256)
1
options() view returns (uint256 autoStakeDays, uint256 referrerPercent, uint256 referredPercent, bool referralsOn, uint256 discountPercent, uint256 premiumPercent)
(autoStakeDays=60, referrerPercent=10, referredPercent=10, referralsOn=true, discountPercent=7, premiumPercent=0)
start() view returns (uint256)
1605250956
stepTimestamp() view returns (uint256)
86400
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[])
autoStakeDaysOf(uint256, address) 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)
getTokensOfDay(uint8 _day) view returns (address[], uint256[])
hasRole(bytes32 role, address account) view returns (bool)
reservesOf(uint256) view returns (uint256 eth, uint256 token, uint256 uniswapLastPrice, uint256 uniswapMiddlePrice)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addReservesToAuction(uint256 daysInFuture, uint256 amount) returns (uint256)
bid(uint256[] amountOutMin, uint256 deadline, address ref) payable
callIncomeDailyTokensTrigger(uint256 amount)
callIncomeWeeklyTokensTrigger(uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _manager, address _migrator)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAuctionMode(uint8 _day, uint8 _mode)
setAutoStakeDays(uint256 _autoStakeDays)
setDiscountPercent(uint256 percent)
setMiddlePriceDays(uint256 _middleDays)
setPremiumPercent(uint256 percent)
setRecipient(address newRecipient)
setReferralsOn(bool _referralsOn)
setReferredPercentage(uint256 percent)
setReferrerPercentage(uint256 percent)
setTokensOfDay(uint8 day, address[] coins, uint8[] percentages)
setTokensOfForAllDays(address[] coins, uint8[] percentages)
setVentureAutoStakeDays(uint8 _autoStakeDays)
setupRole(bytes32 role, address account)
withdraw(uint256 auctionId, uint256 stakeDays)
withdrawV1(uint256 auctionId, uint256 stakeDays)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AuctionIsOver(uint256 eth, uint256 token, uint256 indexed auctionId)
Bid(address indexed account, uint256 value, uint256 indexed auctionId, uint256 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)
VentureBid(address indexed account, uint256 ethBid, uint256 indexed auctionId, uint256 time, address[] coins, uint256[] amountBought)
Withdraval(address indexed account, uint256 value, uint256 indexed auctionId, uint256 time, uint256 stakeDays)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.