StormX
Verified contract
Active on
Ethereum with 190,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PINU | ERC-20 | 3.831333B | $0.00 |
$26.82 | |
LINK | ERC-20 | 1 | $14.63 |
$14.63 | |
UNISTAKE | ERC-20 | 1.5K | $0.004562 |
$6.84 | |
STMX | ERC-20 | 50.459559M | -- | -- | |
STORM | ERC-20 | 121.465217K | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156176 | 4 hours ago | | | 0 | 0.00056354683 | |
| 21151426 | 20 hours ago | | | 0 | 0.00025562964 | |
| 21148877 | a day ago | | | 0 | 0.00055044726 | |
| 21148781 | a day ago | | | 0 | 0.00027324870 | |
| 21148776 | a day ago | | | 0 | 0.00047140970 | |
| 21146983 | a day ago | | | 0 | 0.00047564901 | |
| 21140440 | 2 days ago | | | 0 | 0.00025448077 | |
| 21140434 | 2 days ago | | | 0 | 0.00023519998 | |
| 21135186 | 3 days ago | | | 0 | 0.0016474858 | |
| 21131825 | 4 days ago | | | 0 | 0.0010265553 |
ABI
ABI objects
Getter at block 21157364
chargeFee() view returns (uint256)
10000000000000000000
decimals() view returns (uint8)
18
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
initialized() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
StormX
owner() view returns (address)
0x5a8c45e03a4cda35b2f47f5f0ed5706a4ef77e2f
relayHubVersion() view returns (string)
1.0.0
rewardRole() view returns (address)
0x0000000000000000000000000000000000000000
stormXReserve() view returns (address)
0xf1a1ebcb7094553898076a46dd127ce18c4ac6d6
swap() view returns (address)
0x617592b603a57b88dc4d2d9cff180669390134bf
symbol() view returns (string)
STMX
token() view returns (address)
0xbe9375c6a420d2eeb258962efb95551a5b722803
totalSupply() view returns (uint256)
10000000000000000000000000000
transfersEnabled() view returns (bool)
true
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256 maxPossibleCharge) view returns (uint256, bytes)
allowance(address owner, address spender) view returns (uint256)
autoStakingDisabled(address) view returns (bool)
balanceOf(address account) view returns (uint256)
lockedBalanceOf(address) view returns (uint256)
unlockedBalanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
assignRewardRole(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfers(bool enable) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _swap)
lock(uint256 amount) returns (bool)
mint(address account, uint256 amount)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
renounceOwnership()
reward(address recipient, uint256 amount)
rewards(address[] recipients, uint256[] values)
setAutoStaking(bool enabled)
setChargeFee(uint256 newFee) returns (bool)
setStormXReserve(address newReserve) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transfers(address[] recipients, uint256[] values) returns (bool)
unlock(uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoStakingSet(address indexed account, bool status)
ChargeFeeSet(uint256 newFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
RewardRoleAssigned(address rewardRole)
StormXReserveSet(address newAddress)
SwapAddressAdded(address swap)
TokenLocked(address indexed account, uint256 amount)
TokenUnlocked(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TransfersEnabled(bool newStatus)
constructor(address reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.