Musk Ver 2.0
Verified contract
Active on
Ethereum with 59 txns
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 |
---|---|---|---|---|---|
Musk 2.0 | ERC-20 | 1.262117M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17587089 | a year ago | | | 0 | 0.0016199115 | |
| 17585967 | a year ago | | | 0 | 0.0019158911 | |
| 17585891 | a year ago | | | 0 | 0.0018849286 | |
| 17584998 | a year ago | | | 0 | 0.00058909836 | |
| 17584968 | a year ago | | | 0 | 0.0019073181 | |
| 17584949 | a year ago | | | 0 | 0.0019790975 | |
| 17584944 | a year ago | | | 0 | 0.0022003324 | |
| 17584825 | a year ago | | | 0 | 0.0016218705 | |
| 17584825 | a year ago | | | 0 | 0.0032264617 | |
| 17584711 | a year ago | | | 0 | 0.0017772017 |
ABI
ABI objects
Getter at block 21386698
decimals() view returns (uint8)
18
name() view returns (string)
Musk Ver 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
Musk 2.0
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x8eb3bab8e938e747417b7679493b65648d3bf27c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeDEVWallet(address _DEVWallet)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBot(address account, bool flag)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFeeOnBuy, uint256 _DEVFeeOnBuy)
updateSellFees(uint256 _marketingFeeOnSell, uint256 _DEVFeeOnSell)
Approval(address indexed owner, address indexed spender, uint256 value)
DEVWalletChanged(address DEVWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendDEV(uint256 tokensSwapped, uint256 bnbSend)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 marketingFeeOnBuy, uint256 DEVFeeOnBuy)
UpdateSellFees(uint256 marketingFeeOnSell, uint256 DEVFeeOnSell)
constructor()
receive()
This contract contains no error objects.