Mcdeez Coin
Verified contract
Active on
Ethereum with 2,463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCDEEZ | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20806424 | 2 months ago | | | 0 | 0.00052047800 | |
| 20784990 | 2 months ago | | | 0 | 0.0042908040 | |
| 19554278 | 8 months ago | | | 0 | 0.00054663919 | |
| 19330312 | 9 months ago | | | 0 | 0.0011574194 | |
| 18936423 | 10 months ago | | | 0 | 0.0014217071 | |
| 18920104 | 10 months ago | | | 0 | 0.00047860227 | |
| 18918238 | 10 months ago | | | 0 | 0.00085267683 | |
| 18905234 | a year ago | | | 0 | 0.00066736413 | |
| 18899183 | a year ago | | | 0 | 0.00043785819 | |
| 18864686 | a year ago | | | 0 | 0.0036742880 |
ABI
ABI objects
Getter at block 21201720
buyTaxPercent() view returns (uint256)
1
decimals() view returns (uint8)
18
limited() view returns (bool)
false
marketingWallet() view returns (address)
0xb71649c08d4e8c1073e6acc26e10003d0e26131b
maxHoldingAmount() view returns (uint256)
4206900000000000000000000000000
name() view returns (string)
Mcdeez Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTaxPercent() view returns (uint256)
2
symbol() view returns (string)
MCDEEZ
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2Pair() view returns (address)
0x58c23378f238f3f35e972b50a95fcc5d4b8c94cf
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedFromFees(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events activate()
airdrop(address[] recipients, uint256[] values)
approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
changeMarketingWallet(address _newMarketingWallet)
changeMinAmountToSwapTaxes(uint256 newMinAmount)
changeTaxPercent(uint256 _newBuyTaxPercent, uint256 _newSellTaxPercent)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTaxes(bool _enable)
excludeFromFees(address _address, bool _isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, uint256 _maxHoldingAmount)
toggleLimited()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.
This contract contains no error objects.