Stormheim
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STORM | ERC-20 | 278.962716M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17559152 | a year ago | | | 0 | 0.00054052478 | |
| 17452096 | a year ago | | | 0 | 0.0017724707 | |
| 17314214 | a year ago | | | 0 | 0.0015470580 | |
| 17205462 | a year ago | | | 0 | 0.0042157369 | |
| 17099422 | 2 years ago | | | 0 | 0.0018775394 | |
| 17036545 | 2 years ago | | | 0 | 0.0011507725 | |
| 16982111 | 2 years ago | | | 0 | 0.0034734801 | |
| 16980176 | 2 years ago | | | 0 | 0.00097862237 | |
| 16980175 | 2 years ago | | | 0 | 0.00097349307 | |
| 16980165 | 2 years ago | | | 0 | 0.0049607436 |
ABI
ABI objects
Getter at block 21095470
_buyEcosystemFee() view returns (uint256)
3
_buyLiquidityFee() view returns (uint256)
14
_buyMarketingFee() view returns (uint256)
10
_buyTeamFee() view returns (uint256)
3
_maxWalletAmount() view returns (uint256)
10000000001000000000000000000
_sellEcosystemFee() view returns (uint256)
3
_sellLiquidityFee() view returns (uint256)
14
_sellMarketingFee() view returns (uint256)
10
_sellTeamFee() view returns (uint256)
3
canPause() view returns (bool)
true
decimals() pure returns (uint8)
18
name() pure returns (string)
Stormheim
numTokensToSwap() view returns (uint256)
1000000000000000000000000000
owner() view returns (address)
0x13b9d932e38b2b50b03451ad168696aecf7047c6
symbol() pure returns (string)
STORM
totalSupply() pure returns (uint256)
500000000000000000000000000000
tradingOpen() view returns (bool)
true
transferFeeIncreaseFactor() view returns (uint256)
100
uniswapV2Pair() view returns (address)
0x390d4250c07018c3661c70fa56528ca6d2b49b76
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
State-modifying
Events addBot(address account)
approve(address spender, uint256 amount) returns (bool)
disablePauseAbility()
disableToken()
enableToken()
excludeFromFee(address account)
includeInFee(address account)
manualSendToken(address token)
manualsend()
manualswap()
openTrading(uint256 botBlocks)
removeBot(address account)
renounceOwnership()
setBuyTaxes(uint256 marketingFee, uint256 liquidityFee, uint256 teamFee, uint256 ecosystemFee)
setMaxWalletAmount(uint256 maxWalletAmount)
setSellTaxes(uint256 marketingFee, uint256 liquidityFee, uint256 teamFee, uint256 ecosystemFee)
setTransferTransactionMultiplier(uint256 _multiplier)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateEcosystemAddress(address ecosystemAddress)
updateLpRecipient(address lpRecipient)
updateMarketingAddress(address marketingAddress)
updateMaxBuy(uint256 maxBuy)
updateMaxSell(uint256 maxSell)
updateNumTokensToSwap(uint256 numTokens)
updateTeamAddress(address teamAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesUpdated(uint256 _buyMarketingFee, uint256 _buyLiquidityFee, uint256 _buyTeamFee, uint256 _buyEcosystemFee)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesUpdated(uint256 _sellMarketingFee, uint256 _sellLiquidityFee, uint256 _sellTeamFee, uint256 _sellEcosystemFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.