StormX
Verified contract
Proxy
Active on
Ethereum with 64,060 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 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
Balances ($1,241.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STMX | ERC-20 | 154.462939K | $0.006706 |
$1,035.82 | |
ACH | ERC-20 | 8.98186K | $0.02293 |
$205.95 | |
STMX | ERC-20 | 558.621361K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244306 | 38 minutes ago | | | 0 | 0.00064116706 | |
| 21244279 | 43 minutes ago | | | 0 | 0.0010906106 | |
| 21244182 | an hour ago | | | 0 | 0.00053735977 | |
| 21244177 | an hour ago | | | 0 | 0.00081265084 | |
| 21244177 | an hour ago | | | 0 | 0.00052732588 | |
| 21244175 | an hour ago | | | 0 | 0.00067881448 | |
| 21244175 | an hour ago | | | 0 | 0.00067881448 | |
| 21244175 | an hour ago | | | 0 | 0.00067881448 | |
| 21244175 | an hour ago | | | 0 | 0.00067881448 | |
| 21244172 | an hour ago | | | 0 | 0.00065152600 |
ABI
ABI objects
Getter at block 21244492
decimals() view returns (uint8)
18
name() view returns (string)
StormX
owner() view returns (address)
0xd8e3cfe29a437bee91720fe1afc2c26aeda98d01
symbol() view returns (string)
STMX
totalSupply() view returns (uint256)
12500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 initialSupply_, address owner_)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transfers(address[] recipients, uint256[] values) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InputLengthsDoNotMatch()