Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($97.45)
Native
Value
$97.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.039931 | $2,440.54 |
$97.45 | |
MOB | ERC-20 | 95.8B | -- | -- | |
MOB | ERC-20 | 118.124278M | -- | -- | |
MOB | ERC-20 | 100K | -- | -- | |
OHNO | ERC-20 | 2.57K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
BINKITTY | ERC-20 | 61 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21965878 | 20 hours ago | | | 0 | 1.1692824e-7 | |
| 21763122 | 6 days ago | | | 0 | 1.5120462e-7 | |
| 21762963 | 6 days ago | | | 0 | 1.5182111e-7 | |
| 21702060 | 7 days ago | | | 0 | 1.5352485e-7 | |
| 21683283 | 7 days ago | | | 0 | 1.5348512e-7 | |
| 21580152 | 10 days ago | | | 0 | 1.5320702e-7 | |
| 21530640 | 11 days ago | | | 0 | 1.5324675e-7 | |
| 21515447 | 11 days ago | | | 0 | 2.5858021e-7 | |
| 21493987 | 12 days ago | | | 0 | 0.000000080344625764 | |
| 21460406 | 13 days ago | | | 0 | 0.0000015618042 |
ABI
ABI objects
Getter at block 22002110
buyFee() view returns (uint8)
25
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x7fe7e95e587b19263a98eba99a98b85750f11264
name() view returns (string)
Marvin
owner() view returns (address)
0x8904dbef93be631343c663395c50dd216542bf0d
sellFee() view returns (uint8)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
150000000000000000000000000
symbol() view returns (string)
MOB
totalSupply() view returns (uint256)
1500000000000000000000000000000
tradeCooldown() view returns (uint8)
0
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromAntibot(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
lastTrade(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromAntibot(address account)
excludeFromFees(address account)
excludeMultipleAccountsFromFees(address[] accounts)
includeInAntibot(address account)
includeInFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint8 value)
setMarketingWallet(address account)
setSellFee(uint8 value)
setSwapTokensAtAmount(uint256 amount)
setTradeCooldown(uint8 newTradeCooldown)
toggleSwapEnabled(bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromAntibot(address indexed account)
ExcludeFromFees(address indexed account)
ExcludeMultipleAccountsFromFees(address[] accounts)
IncludeInAntibot(address indexed account)
IncludeInFees(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapTokensForEthFailed(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TransferETHFailed(uint256 amount)
UpdatedBuyFee(uint256 amount)
UpdatedMarketingWallet(address account)
UpdatedSellFee(uint256 amount)
UpdatedSwapEnabled(bool value)
UpdatedSwapTokensAtAmount(uint256 amount)
UpdatedTradeCooldown(uint8 tradeCooldown, uint8 previousTradeCooldown)
constructor(address owner_)
receive()
This contract contains no error objects.