MAGA AGAIN
Verified contract
Active on
Ethereum with 12,691 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($264.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 245.220891 | $1.001 |
$245.47 | |
MAGAA | ERC-20 | 5.198965K | $0.001881 |
$9.78 | |
USDC | ERC-20 | 5.452933 | $0.998456 |
$5.44 | |
FIGHT | ERC-20 | 968.682832 | $0.003658 |
$3.54 | |
WHACKD | ERC-20 | 369 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159174 | an hour ago | | | 0 | 0.0014632938 | |
| 21159165 | an hour ago | | | 0 | 0.0016328792 | |
| 21158899 | 2 hours ago | | | 0 | 0.0016048741 | |
| 21158492 | 4 hours ago | | | 0 | 0.0013199017 | |
| 21157654 | 7 hours ago | | | 0 | 0.00061930010 | |
| 21157627 | 7 hours ago | | | 0 | 0.0014387920 | |
| 21157150 | 8 hours ago | | | 0 | 0.00090361046 | |
| 21155330 | 14 hours ago | | | 0 | 0.00073998983 | |
| 21155317 | 14 hours ago | | | 0 | 0.00071587633 | |
| 21155176 | 15 hours ago | | | 0 | 0.00065219666 |
ABI
ABI objects
Getter at block 21159605
buyTax() view returns (uint256 marketing)
100
decimals() view returns (uint8)
18
maxAmountPerTx() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
MAGA AGAIN
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256 marketing)
100
swapTokensAtAmount() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
MAGAA
taxWallet1() view returns (address)
0xee4fe51310ba173bdbe76d45240772ff76f3a4aa
taxWallet2() view returns (address)
0x9d6ced5850d285c24ce7c6848c70551c7fae2b3a
totalBuyTax() view returns (uint256)
100
totalSellTax() view returns (uint256)
100
totalSupply() view returns (uint256)
1000000000000000000000000000
trading() view returns (bool)
true
uniswapPair() view returns (address)
0x6d1bf1bad3ad84fec48d8808d752b683cf30c77c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
isExcludedFromTaxes(address) view returns (bool)
State-modifying
Events addToBlacklist(address[] blacklistedAddresses)
approve(address spender, uint256 value) returns (bool)
claimStuckERC20(address token, uint256 value, address wallet)
claimStuckEth(address wallet)
disableTrading()
enableTrading()
removeFromBlacklist(address[] blacklistedAddresses)
renounceOwnership()
renounceTaxWallet1()
renounceTaxWallet2()
setExcludeFromTaxes(address account, bool value)
setMaxAmountPerTx(uint256 percent)
setMaxWalletPercent(uint256 percent)
setSwapTokensAtAmount(uint256 tokens)
setWallets(address newTaxWallet1, address newTaxWallet2)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferTaxWallet1(address newTaxWallet1)
transferTaxWallet2(address newTaxWallet2)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxesUpdated(uint256 indexed buyTax)
EthClaimed(address indexed wallet, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxesUpdated(uint256 indexed sellTax)
TaxWallet1Transferred(address indexed oldTaxWallet1, address indexed newTaxWallet1)
TaxWallet2Transferred(address indexed oldTaxWallet2, address indexed newTaxWallet2)
Transfer(address indexed from, address indexed to, uint256 value)
collectedFee(uint256 indexed fee)
disabledTrading()
enabledTrading()
constructor()
receive()
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)