MCC

Verified contract

Active on Ethereum with 875 txns
Deployed by via 0x5ba87c18 at 18779807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
2 additional variables
Native
Value $55.31
0x65efb68efd0155a94c463c31d99ee5ddd2e3c35e206f954a11253a15c7417198
0x60532ff6a4e58daa517aa4122f45ed6c490563d319691f739e40fc3254f1e0de
0xb70d9275938883f6edb8e99ca4a3db519c239432622d2ce3d876f8249e64af29
0x5b321ee9ae74c793b8d9651cebd8e8b9014081f11f71f115ca2f54a48ccf4526
0xbeb505b3c9f84dde453217d8e0c2e6654da8682afc8bd4ab632e4f68c44d3cf2
0x3a0d994b9fff65eed7080559a948978238c44f2332c052a1c93db624181cd7ae
0xacdc2c45c91ce449c93f293d0b46831f7d9d2c0c681801aac95e814e06abcd37
0x15b4e1406646fae62ec16875be7fe7ae81c5f3e0e9299a2b109c430736bf8f10
0x6d34522c89ebc0074052691d46891aadef424f4411e9959d9877df996a55a614
0xf890a75e9188c4584d069dc8d50a6c9f044c8c5df20d2e46c018f0c1e76e5986

Functions
Getter at block 21206393
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MULTIPLIER(view returns (uint256)
10000
canBuy(view returns (bool)
false
claimable(view returns (uint256)
0
decimals(view returns (uint8)
18
discount(view returns (uint256)
0
duration(view returns (uint256)
345600
marketingAddress(view returns (address)
0x5c521e252aa2d92411d6f5f3a4d030eae70d7d74
maxWallet(view returns (uint256)
10000000000000000000000
name(view returns (string)
MCC
node(view returns (address)
0xc154445e00aa28a5f78ba20ee1b441e09970b0dd
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
staking(view returns (address)
0xc154445e00aa28a5f78ba20ee1b441e09970b0dd
swapThreshold(view returns (uint256)
1000000000000000000000
symbol(view returns (string)
Meme Capital Corp
taxInfo(view returns (uint256 buyFeeuint256 sellFee)
(buyFee=300, sellFee=300)
teamAddress(view returns (address)
0x5c521e252aa2d92411d6f5f3a4d030eae70d7d74
teamShare(view returns (uint256)
7000
timePassed(view returns (uint256)
0
totalSupply(view returns (uint256)
115792089237318195423570985008687907853
treasury(view returns (address)
0x5c521e252aa2d92411d6f5f3a4d030eae70d7d74
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isDexAddress(addressview returns (bool)
isExcludedFromFee(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenPrice(addressview returns (uint256)
userInfo(addressview returns (uint256 startuint256 purchaseduint256 claimeduint256 end)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 _amount
buy(address _tokenuint256 _amountpayable 
claim(
excludeFromFee(address accountbool isEx
excludeFromMaxTransaction(address accountbool isEx
grantRole(bytes32 roleaddress account
includeFromDexAddresss(address updAdsbool isEx
mint(address _receiveruint256 _amount
recoverERC20(address token
recoverETH(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setAddress(address _teamaddress _marketingaddress _treasury
setCanBuy(bool _status
setDuration(uint256 _duration
setStaking(address _stakingaddress _node
setSwapTaxSettings(uint256 _swapThresholduint256 _maxWalletuint256 _teamShare
setTaxFee(uint256 buyFeeuint256 sellFee
setTokenPrice(address _tokenuint256 _priceuint256 _discount
setUp(payable 
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _router
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
SafeERC20FailedOperation(address token