Shiba $Wing
Verified contract
Active on
Ethereum with 1,030 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,510.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WING | ERC-20 | 6.657709M | $0.001579 |
$10,510.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280199 | 21 hours ago | | | 0 | 0.0016116818 | |
| 21278478 | a day ago | | | 0 | 0.00044200864 | |
| 21277773 | a day ago | | | 0 | 0.00041434413 | |
| 21277627 | a day ago | | | 0 | 0.00062718608 | |
| 21277007 | a day ago | | | 0 | 0.00028758086 | |
| 21276922 | a day ago | | | 0 | 0.00052756544 | |
| 21274387 | 2 days ago | | | 0 | 0.00049843685 | |
| 21272542 | 2 days ago | | | 0 | 0.0011226963 | |
| 21272227 | 2 days ago | | | 0 | 0.00088034600 | |
| 21272219 | 2 days ago | | | 0 | 0.0010193480 |
ABI
ABI objects
Getter at block 21286376
buyPercent() view returns (uint256)
2
decimals() view returns (uint8)
18
lockedTokenAddress() view returns (address)
0x511e55d7d71e1412760d7de9f2fde25b1f2dedd8
marketingAddress() view returns (address)
0x91218f351422c03d5202d81c0f86676371dea121
marketingBps() view returns (uint256)
5000
maxTx() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Shiba $Wing
nftHolderAddress() view returns (address)
0x6efffb1f8605d943b19dbf821cc3db89f3478e37
nftHolderBps() view returns (uint256)
1500
openTrading() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
repurchaseAddress() view returns (address)
0x906deb29011f948bad4daa32a34878e8635f5718
repurchaseBps() view returns (uint256)
2500
sellPercent() view returns (uint256)
2
symbol() view returns (string)
WING
totalSupply() view returns (uint256)
888888888000000000000000000
uniPair() view returns (address)
0x29fa0a54438a9aca8f12d4b77152ee3907592905
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
freelos(address) view returns (bool)
liberatos(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
clearStuckToken(address _token, uint256 _numTokens)
removeLimits()
renounceOwnership()
setConfig(uint256 _buyPercent, uint256 _sellPercent)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setShare(uint256 _marketingBps, uint256 _repurchaseBps, uint256 _nftHolderBps)
setWallets(address _marketingWallet, address _repurchaseWallet, address _nftHolderWallet, address _lockedTokenWallet)
startTrading()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, address _router)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
LimitExceeded()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingNotOpen()
UnauthorizedCaller()