Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STYL | ERC-20 | 150K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18069654 | a year ago | | | 0 | 0.00032748419 | |
| 18069651 | a year ago | | | 0 | 0.00030571179 | |
| 18069649 | a year ago | | | 0 | 0.00045445039 | |
| 18069648 | a year ago | | | 0 | 0.00037376104 | |
| 18069648 | a year ago | | | 0 | 0.00037347309 | |
| 18069647 | a year ago | | | 0 | 0.00037960917 | |
| 18069640 | a year ago | | | 0 | 0.00034378800 | |
| 18069640 | a year ago | | | 0 | 0.00058835953 | |
| 18069640 | a year ago | | | 0 | 0.00058863021 | |
| 18069637 | a year ago | | | 0 | 0.00062056879 |
ABI
ABI objects
Getter at block 21424759
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
150000000000000000000000
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Stylike
owner() view returns (address)
0x0fe2735ecce38b2fe77cc33479096861d8a4e9ae
pairV2() view returns (address)
0x04d643b884584cbdb5c1bd7f2904be4d1ccf2b1d
paused() view returns (bool)
false
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
STYL
totalSupply() view returns (uint256)
1000000000000000000000000000
tradeCooldownTime() view returns (uint256)
0
wolfinAddress() view returns (address)
0x8c516f774634a0b9bdb2e0fe4130ef1160640e49
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
totalFees(uint256) view returns (uint16)
wolfinFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
updateTradeCooldownTime(uint256 _tradeCooldownTime)
wolfinAddressSetup(address _newAddress)
wolfinFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
wolfinAddressUpdated(address wolfinAddress)
wolfinFeeSent(address recipient, uint256 amount)
wolfinFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.