MagicInternetMoney
Verified contract
Active on
Ethereum with 613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MagicInternetMoney"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20572629 | 3 months ago | | | 0 | 0.000045637285 | |
| 20484605 | 3 months ago | | | 0 | 0.0011210556 | |
| 19911276 | 6 months ago | | | 0 | 0.00044354269 | |
| 19900866 | 6 months ago | | | 0 | 0.00014598457 | |
| 18580100 | a year ago | | | 0 | 0.0010217472 | |
| 18580079 | a year ago | | | 0 | 0.0016606538 | |
| 18575956 | a year ago | | | 0 | 0.0011337440 | |
| 18565295 | a year ago | | | 0 | 0.0030239922 | |
| 18564634 | a year ago | | | 0 | 0.0029126023 | |
| 18494609 | a year ago | | | 0 | 0.0010235328 |
ABI
ABI objects
Getter at block 21190817
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0x539350d09eda38b60e86ebae8cf6fcb99e4a476e
maxHoldingAmount() view returns (uint256)
69420000000000000000000000000000
minimumHoldingsToBuy() view returns (uint256)
0
name() view returns (string)
MagicInternetMoney
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
$MIM
tokenHoldingsRequiredToBuy() view returns (bool)
false
totalSupply() view returns (uint256)
69420000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
18430732
transferDelayEnabled() view returns (bool)
false
Read-only
_isExcludedMaxHoldingAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklistedWallets(address) view returns (bool)
State-modifying
Events airdropToWallets(address[] wallets, uint256[] amountsInTokens)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTokenHoldingsRequiredToBuy()
disableTransferDelay()
enableTrading(uint256 blocksForPenalty)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manageBlacklistWallets(address _wallet, bool _blacklisted)
removeLimits()
renounceOwnership()
setExcludedMaxHoldingAmount(address _wallet, bool _excluded)
setMaxHoldingAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
RemovedTokenHoldingsRequiredToBuy()
ReuppedApprovals()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferDelayDisabled()
TransferForeignToken(address token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.