Storm Token
Verified contract
Active on
Ethereum with 176,898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OXT | ERC-20 | 51.124744 | $0.072099 |
$3.69 | |
CND | ERC-20 | 225.674 | $0.000287 |
$0.06 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
XPS | ERC-20 | 10M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
LTX | ERC-20 | 2.1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011926 | 20 days ago | | | 0 | 0.00026231003 | |
| 20998906 | 22 days ago | | | 0 | 0.00045313616 | |
| 20996805 | 22 days ago | | | 0 | 0.00053907748 | |
| 20964262 | a month ago | | | 0 | 0.0022929042 | |
| 20940544 | a month ago | | | 0 | 0.00069058113 | |
| 20800657 | 2 months ago | | | 0 | 0.00080606379 | |
| 20730677 | 2 months ago | | | 0 | 0.00018440406 | |
| 20655174 | 2 months ago | | | 0 | 0.00019411328 | |
| 20471658 | 3 months ago | | | 0 | 0.00019029023 | |
| 20453360 | 3 months ago | | | 0 | 0.000037369000 |
ABI
ABI objects
Getter at block 21157458
crowdsaleContractAddress() view returns (address)
0xc88c7e1aebd89187d13bd42e1ff814d32f492bf6
decimals() view returns (uint8)
18
name() view returns (string)
Storm Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x617592b603a57b88dc4d2d9cff180669390134bf
standard() view returns (string)
Storm Token v1.0
symbol() view returns (string)
STORM
totalSupply() view returns (uint256)
432947825975326292068866719
transfersEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
mintTokens(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
transfers(address[] _recipients, uint256[] _values) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _crowdsaleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.