UUPSProxy
Verified contract
Proxy
Active on
Base with 3,405 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BORING | ERC-20 | 1.195295M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
(#108890802455623700743212941211605789212437997797385389505983339154989818033117) | PA | ERC-721 | 1 | -- | -- |
(#105860714354296219754722009232360348498871253049665451640592813019967575569389) | PA | ERC-721 | 1 | -- | -- |
(#102788582576860145558214614538132734907066986912760645092192848447985116295859) | PA | ERC-721 | 1 | -- | -- |
(#98928581251844034868716909534655042610360165884965459661525119964358769549733) | PA | ERC-721 | 1 | -- | -- |
(#98649424049258966128498082563814339774621652091989411617615852424638493142188) | PA | ERC-721 | 1 | -- | -- |
(#83424611334753475431683056959097604459306283716638764150461899476234596853627) | PA | ERC-721 | 1 | -- | -- |
(#79126202466915170684332984487311655085589929533870955827698154914329698629078) | PA | ERC-721 | 1 | -- | -- |
(#76286204034404618139575349229438458884855071286617920413991212069107805045732) | PA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746098 | 3 hours ago | | | 0 | 0.000020295691 | |
| 22728456 | 13 hours ago | | | 0 | 0.0000055927284 | |
| 22728229 | 13 hours ago | | | 0 | 0.0000069199923 | |
| 22725608 | 15 hours ago | | | 0 | 0.00029553992 | |
| 22722890 | 16 hours ago | | | 0 | 0.0000072155292 | |
| 22712791 | a day ago | | | 0 | 0.000036071379 | |
| 22703699 | a day ago | | | 0 | 0.000035329055 | |
| 22701780 | a day ago | | | 0 | 0.000042825645 | |
| 22693767 | a day ago | | | 0 | 0.000038861920 | |
| 22691051 | a day ago | | | 0 | 0.000038485954 |
ABI
ABI objects
Getter at block 22752288 getAllTorexesMetadata() view returns (struct TorexMetadata[] metadataList)
DISTRIBUTION_TAX_RATE_PM() view returns (uint256)
900000
IN_TOKEN_FEE_PM() view returns (uint256)
5000
MINIMUM_STAKING_AMOUNT() view returns (uint256)
1000000000000000000
QE_REFERRAL_BONUS() view returns (uint256)
50000
boringToken() view returns (address)
0x2112b92a4f6496b7b2f10850857ffa270464d054
distributionFeeManager() view returns (address)
0xfdad7082c6d2e07dd232be252bfd65841ea1c83c
emissionTreasury() view returns (address)
0x14a201a50b3ffc7ca9851dd137aa47ff33924025
getCodeAddress() view returns (address codeAddress)
0x498aa0aa9b98b8af81988e7283954d3f9f9a391f
getQETargetTotalEmissionRate() view returns (int96)
36848373365406152
getTypeId() pure returns (bytes32)
0xaf54b89170fc1c1d2c7122546e5769a61bec80f9a933370daf017aa0832a2f66
owner() view returns (address)
0x4ee5d45eb79aea04c02961a2e543bbaf5cec81b3
proxiableUUID() pure returns (bytes32)
0xaf54b89170fc1c1d2c7122546e5769a61bec80f9a933370daf017aa0832a2f66
sleepPodBeacon() view returns (address)
0xf28ba7108b96ff7d9bc43a302a504babda68be4b
torexFactory() view returns (address)
0x3dc7060698d6ffd00a16e79ac513ff7a140bc217
Read-only
getAllTorexesMetadata(uint256 skip, uint256 first) view returns (struct TorexMetadata[] metadataList)
getBoringPoolScaler(address torex) view returns (int256 scaler)
getCurrentDistributor(address torex, address trader) view returns (address distributor)
getCurrentReferrerPod(address torex, address trader) view returns (address referrer)
getDistributorStats(address torex, address distributor) view returns (int256 distributedVolume, int96 totalFlowRate)
getFeePoolScaler(address torex) view returns (int256 scaler)
getMyBoringRewardInfo(address torex, address me) view returns (int96 totalRewardRate, int96 tradingRewardRate)
getSleepPod(address staker) view returns (address sleepPod)
getStakeableAmount(address staker) view returns (uint256 amount)
getStakedAmountOf(address torex, address staker) view returns (uint256 stakedAmount)
getTotalStakedAmount(address torex) view returns (uint256 stakedAmount)
getTotalityStats(address torex) view returns (int256 distributedVolume, int96 totalFlowRate)
isQEEnabledForTorex(address torex) view returns (bool)
State-modifying
Events initializeProxy(address initialAddress)
castrate()
createUniV3PoolTwapObserverAndTorex(struct TorexConfig torexConfig, int8 feePoolScalerN10Pow, int8 boringPoolScalerN10Pow, struct UniswapV3PoolTwapHoppableObserverUniV3PoolHop[] hops) returns (address torex)
decreaseStake(address torex, uint256 amount)
govQEEnableForTorex(address torex)
govQEUpdateTargetTotalEmissionRate(int96 r)
govQEUpdateTorexEmissionBoostFactor(address torex, uint256 f)
govUpdateLogic(address newSuperBoringLogic, address newSleepPodLogic, address newEmissionTreasuryLogic, address newDistributionFeeManagerLogic)
increaseStake(address torex, uint256 amount)
initialize(address owner)
onInFlowChanged(address trader, int96 prevFlowRate, int96, uint256, int96 newFlowRate, uint256, bytes userDataRaw) returns (int96 newFeeFlowRate)
onLiquidityMoved(struct LiquidityMoveResult) returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateCode(address newAddress)
updateStake(address torex, uint256 newStakedAmount)
CodeUpdated(bytes32 uuid, address codeAddress)
DistributorUpdated(address indexed torex, address trader, address indexed prevDistributor, address indexed newDistributor)
EmissionUpdated(address indexed torex, int96 emissionRate, uint256 q, uint256 qqSum)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferrerUpdated(address indexed torex, address indexed traderPod, uint128 newTraderUnits, address indexed referrerPod, uint128 newReferralUnits)
SleepPodCreated(address indexed staker, address indexed pod)
StakeUpdated(address indexed torex, address indexed staker, uint256 newStakedAmount)
TargetTotalEmissionRateUpdated(int96 targetTotalEmissionRate)
TorexCreated(address indexed torex)
This contract contains no constructor objects.
fallback()
receive()
MINIMUM_STAKING_AMOUNT_REQUIRED()
NO_SELF_REFERRAL()
ONLY_REGISTERED_TOREX_ALLOWED()