Slot
XX
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
Balances ($55.31)
Native
Value
$55.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.017544 | $3,152.75 |
$55.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19703513 | 7 months ago | | | 0 | 0.00040585797 | |
| 19683362 | 7 months ago | | | 0 | 0.00069993584 | |
| 19427274 | 8 months ago | | | 0 | 0.0018890085 | |
| 19427234 | 8 months ago | | | 0 | 0.0018935140 | |
| 19309190 | 9 months ago | | | 0 | 0.00060198750 | |
| 18985167 | 10 months ago | | | 0 | 0.0022482222 | |
| 18973351 | 10 months ago | | | 0 | 0.00063904575 | |
| 18973343 | 10 months ago | | | 0 | 0.00082511642 | |
| 18973335 | 10 months ago | | | 0 | 0.0010234768 | |
| 18963365 | 10 months ago | | | 0 | 0.0013094419 |
ABI
ABI objects
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 buyFee, uint256 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(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isDexAddress(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenPrice(address) view returns (uint256)
userInfo(address) view returns (uint256 start, uint256 purchased, uint256 claimed, uint256 end)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _amount)
buy(address _token, uint256 _amount) payable
claim()
excludeFromFee(address account, bool isEx)
excludeFromMaxTransaction(address account, bool isEx)
grantRole(bytes32 role, address account)
includeFromDexAddresss(address updAds, bool isEx)
mint(address _receiver, uint256 _amount)
recoverERC20(address token)
recoverETH()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAddress(address _team, address _marketing, address _treasury)
setCanBuy(bool _status)
setDuration(uint256 _duration)
setStaking(address _staking, address _node)
setSwapTaxSettings(uint256 _swapThreshold, uint256 _maxWallet, uint256 _teamShare)
setTaxFee(uint256 buyFee, uint256 sellFee)
setTokenPrice(address _token, uint256 _price, uint256 _discount)
setUp() payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
SafeERC20FailedOperation(address token)