MetaShib Token
Verified contract
Active on
Ethereum with 582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0032…0a80
0x0032…0a80
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,339.54 |
$0 | |
METASHIB | ERC-20 | 1.893509B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766493 | 2 months ago | | | 0 | 0.00063073266 | |
| 20452954 | 3 months ago | | | 0 | 0.00027877800 | |
| 19948318 | 6 months ago | | | 0 | 0.00040457938 | |
| 18908940 | 10 months ago | | | 0 | 0.0033846815 | |
| 17592236 | a year ago | | | 0 | 0.0087318162 | |
| 17506627 | a year ago | | | 0 | 0.0050475464 | |
| 17260730 | a year ago | | | 0 | 0.0017670701 | |
| 17173020 | 2 years ago | | | 0 | 0.0019716638 | |
| 17067205 | 2 years ago | | | 0 | 0.012744975 | |
| 17067204 | 2 years ago | | | 0 | 0.0021230183 |
ABI
ABI objects
Getter at block 21169183
amountInPool() view returns (uint256)
9848
cooldownEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
isBlueMode() view returns (bool)
false
isRedMode() view returns (bool)
false
name() pure returns (string)
MetaShib Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
METASHIB
thisBalance() view returns (uint256)
1893509156978815490
totalSupply() pure returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address ad) view returns (bool)
timeToBuy(address buyer) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBot(address notbot)
excludeFromFee(address ad)
includeToFee(address ad)
openTrading()
renounceOwnership()
setBots(address[] bots_)
setCooldownEnabled(bool onoff)
setMarketingWallet(address marketingWalletAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CooldownEnabledUpdated(bool _cooldown)
FeeMultiplierUpdated(uint256 _multiplier)
FeeRateUpdated(uint256 _rate)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address FeeAddress, address marketingWalletAddress)
receive()
This contract contains no error objects.