Solareum
Verified contract
Proxy
Active on
Ethereum with 6,077 txns
Unified 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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
28 additional
variables
Balances ($404.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 249.133749 | $1.00 |
$249.13 | |
SRM | ERC-20 | 17.571498K | $0.008821 |
$155.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244953 | 3 hours ago | | | 0 | 0.00063548765 | |
| 21242392 | 12 hours ago | | | 0 | 0.00044539312 | |
| 21239457 | a day ago | | | 0 | 0.00090082329 | |
| 21234937 | 2 days ago | | | 0 | 0.00052124441 | |
| 21234832 | 2 days ago | | | 0 | 0.00050665649 | |
| 21234202 | 2 days ago | | | 0 | 0.00053540879 | |
| 21234168 | 2 days ago | | | 0 | 0.00059156876 | |
| 21234151 | 2 days ago | | | 0 | 0.0010966622 | |
| 21233496 | 2 days ago | | | 0 | 0.00024208246 | |
| 21233487 | 2 days ago | | | 0 | 0.00058038118 |
ABI
ABI objects
Getter at block 21245874 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_FEE_RATE() view returns (uint256)
50
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
autoRebase() view returns (bool)
true
checkSwapThreshold() view returns (uint256)
17279265311745566504904
decimals() view returns (uint8)
18
getGonSwapTreshold() view returns (uint256)
20008022309329048855892746252171976963317496166410133250760000000000000000
getSupplyDeltaOnNextRebase() view returns (uint256)
893929000000000000000
lastReduction() view returns (uint256)
1729357595
liquidityFee() view returns (uint256)
10
marketingAndDevAddress() view returns (address)
0x10852dbdc5d65a6cda9ee789f6d7d2cec419bb97
marketingAndDevFee() view returns (uint256)
20
name() view returns (string)
Solareum
nextRebase() view returns (uint256)
1732308035
pair() view returns (address)
0x1637d0bce998bb73b05837825ac34938714fea2c
pairedToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
paused() view returns (bool)
false
rebaseEnabled() view returns (bool)
true
rebaseFrequency() view returns (uint256)
33300
rebaseReductionAmount() view returns (uint256)
50
rewardYield() view returns (uint256)
893929
rewardYieldDenominator() view returns (uint256)
100000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
shouldRebase() view returns (bool)
true
swapEnabled() view returns (bool)
true
symbol() view returns (string)
SRM
timeBetweenRebaseReduction() view returns (uint256)
5184000
tokenHandler() view returns (address)
0x2dcc16110fdf883824431652cfdcf9cde1254a26
totalFee() view returns (uint256)
30
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
Read-only
_makerPairs(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address who) view returns (uint256)
checkFeeExempt(address _addr) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _dexAddress, address _pairedToken, address _marketingAndDevAddress)
manualRebase()
manualSync()
pause()
renounceRole(bytes32 role, address account)
retrieveToken(address tokenAddress, uint256 tokens, address destination) returns (bool success)
revokeRole(bytes32 role, address account)
setAutomatedMarketMakerPair(address _pair, bool _value, bool _defaultPair)
setFeeExempt(address _addr, bool _value)
setFeeReceivers(address _marketingAndDevAddress)
setFees(uint256 _liquidityFee, uint256 _marketingAndDevFee)
setGonSwapTreshold(uint256 _gonSwapThreshold)
setNextRebase(uint256 _nextRebase)
setRebaseFrequency(uint256 _rebaseFrequency)
setRebasing(bool _rebaseEnabled, bool _autoRebase)
setTradingEnabled(bool enabled)
swapBack()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
Paused(address account)
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)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.