Marvin Inu
Verified contract
Active on
Ethereum with 10,770 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 18 | $1.002 |
$18.04 | |
Marvin | ERC-20 | 21.393352K | $0.000026 |
$0.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244137 | 21 minutes ago | | | 0 | 0.00062762431 | |
| 21244136 | 21 minutes ago | | | 0 | 0.00061912806 | |
| 21244119 | 25 minutes ago | | | 0 | 0.00075444339 | |
| 21244004 | an hour ago | | | 0 | 0.00043851892 | |
| 21243992 | an hour ago | | | 0 | 0.00080250300 | |
| 21243961 | an hour ago | | | 0 | 0.00070609130 | |
| 21243929 | an hour ago | | | 0 | 0.00078323388 | |
| 21243927 | an hour ago | | | 0 | 0.00088074122 | |
| 21243884 | an hour ago | | | 0 | 0.00068534536 | |
| 21243879 | an hour ago | | | 0 | 0.00097232244 |
ABI
ABI objects
Getter at block 21244239
BUY_TAX() view returns (uint256)
1
MAX_PURCHASE_LIMIT_ETH() view returns (uint256)
100000000000000000
SELL_TAX() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Marvin Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Marvin
taxWallet() view returns (address)
0xa9d124de176b737a5ecd2018cacae5d61c29d846
totalSupply() view returns (uint256)
420690000000000000000000000000
uniswapV2Pair() view returns (address)
0x9b49a32b76216ead560d33076b3cabc51dbfe0f0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
whitelistEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isTaxExempt(address) view returns (bool)
isWhitelisted(address) view returns (bool)
totalPurchases(address) view returns (uint256)
State-modifying
Events addToBlacklist(address account)
addToWhitelist(address account)
addToWhitelistBatch(address[] accounts)
approve(address spender, uint256 value) returns (bool)
disableWhitelist()
enableWhitelist()
removeBlacklist(address account)
removeWhitelist(address account)
renounceOwnership()
rescueERC20(address tokenAddress)
rescueETH()
setTaxExemptStatus(address account, bool status)
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()
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)