MagicEthereumToaster
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "MagicEthereumToaster"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966037 | a year ago | | | 0 | 0.0013668003 | |
| 17965974 | a year ago | | | 0 | 0.0015496828 | |
| 17965974 | a year ago | | | 0 | 0.0017385788 | |
| 17965973 | a year ago | | | 0 | 0.0016568952 | |
| 17965966 | a year ago | | | 0 | 0.0016758792 | |
| 17965965 | a year ago | | | 0 | 0.0015966223 | |
| 17965958 | a year ago | | | 0 | 0.00092158520 | |
| 17965957 | a year ago | | | 0 | 0.0015369094 | |
| 17965955 | a year ago | | | 0 | 0.0016606246 | |
| 17965953 | a year ago | | | 0 | 0.0014483802 |
ABI
ABI objects
Getter at block 21185932
buyTax() view returns (uint256 marketing, uint256 liquidity, uint256 total, address meth)
(marketing=0, liquidity=0, total=0, meth=0xee7909e94fae831f9f4fcce931710b3698be4af6)
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
marketingWallet() view returns (address)
0xee7909e94fae831f9f4fcce931710b3698be4af6
maxTransactionAmount() view returns (uint256)
200000000000000000000000
maxWallet() view returns (uint256)
200000000000000000000000
name() view returns (string)
Magic Ethereum Toaster
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256 marketing, uint256 liquidity, uint256 total, address meth)
(marketing=99, liquidity=0, total=99, meth=0xee7909e94fae831f9f4fcce931710b3698be4af6)
swapTokensAtAmount() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
METH
totalSupply() view returns (uint256)
10000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x54e868dcf5f7641f1dda3ba1cf5316d3796d1ff4
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setFees(uint256 _buyMarketing, uint256 _buyLiquidity, address _buyMeth, uint256 _sellMarketing, uint256 _sellLiquidity, address _sellMeth)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address _marketingWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquidity(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.