MouseWorm
Verified contract
Active on
Ethereum with 2,569 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WORMIE | ERC-20 | 2.094M | -- | -- | |
MWORM | ERC-20 | 2.094M | -- | -- | |
MOUSEWORM | ERC-20 | 120.361452 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674393 | 2 months ago | | | 0 | 0.000066271741 | |
| 20393536 | 3 months ago | | | 0 | 0.000036209390 | |
| 19404283 | 8 months ago | | | 0 | 0.0011405742 | |
| 19122777 | 9 months ago | | | 0 | 0.0010019570 | |
| 19014397 | 10 months ago | | | 0 | 0.00082447347 | |
| 18677709 | a year ago | | | 0 | 0.00077798370 | |
| 18644658 | a year ago | | | 0 | 0.0028896149 | |
| 18631569 | a year ago | | | 0 | 0.00092355700 | |
| 18517533 | a year ago | | | 0 | 0.00096127014 | |
| 18513732 | a year ago | | | 0 | 0.0022674823 |
ABI
ABI objects
Getter at block 21161302
buyBurnFee() view returns (uint256)
0
buyDevFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
3
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
6
delayDigit() view returns (uint256)
0
devWallet() view returns (address)
0xd4a79d62ddbc39b33297498c43e4cc4f468cdb7f
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
20000000000
maxWallet() view returns (uint256)
20000000000
name() view returns (string)
MouseWorm
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBurnFee() view returns (uint256)
0
sellDevFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
3
supply() view returns (uint256)
1000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000
symbol() view returns (string)
MOUSEWORM
tokensForBurn() view returns (uint256)
0
tokensForDev() view returns (uint256)
120361452
totalSupply() view returns (uint256)
1000000000000
tradingActive() view returns (bool)
true
transDigit() view returns (uint256)
2
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x426ec9b9a11da1c9a082f921cafe86989c3c64ab
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletDigit() view returns (uint256)
2
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockBots(address[] bots_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBot(address notbot)
updateBuyFees(uint256 _burnFee, uint256 _devFee)
updateDelayDigit(uint256 newNum)
updateDevWallet(address newWallet)
updateSellFees(uint256 _burnFee, uint256 _devFee)
updateTransDigit(uint256 newNum)
updateWalletDigit(uint256 newNum)
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)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.