MEME Inu.
Verified contract
Active on
Ethereum with 5,226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd552…affe
0xef74…6f20
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEME | ERC-20 | 100 | -- | -- | |
MEME | ERC-20 | 11.110512 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230655 | 8 days ago | | | 0 | 0.0010528407 | |
| 21164059 | 17 days ago | | | 0 | 0.00087405971 | |
| 21158379 | 18 days ago | | | 0 | 0.00069413838 | |
| 21150347 | 19 days ago | | | 0 | 0.00062456628 | |
| 20957681 | 2 months ago | | | 0 | 0.00058352443 | |
| 20859430 | 2 months ago | | | 0 | 0.00022920994 | |
| 20859424 | 2 months ago | | | 0 | 0.00028473262 | |
| 20813251 | 2 months ago | | | 0 | 0.00071291141 | |
| 20178298 | 5 months ago | | | 0 | 0.00014139684 | |
| 20178297 | 5 months ago | | | 0 | 0.00024650854 |
ABI
ABI objects
Getter at block 21287602
DENOMINATOR() view returns (uint256)
10000
MULTIPLYER() view returns (uint256)
15
allowSwap() view returns (bool)
true
burnToTreasury() view returns (uint256)
300
burntoken() view returns (address)
0xef74de2e521f83713b21cd979813d640ed4d6f20
cap() view returns (uint256)
3080000000000000000000000000
decimals() view returns (uint8)
18
dontBurn() view returns (uint256)
35555000000000000000000
meme() view returns (address)
0xd5525d397898e5502075ea5e830d8914f6f0affe
memeTreasury() view returns (address)
0x7af3ba4a5854438a6bf27e4d005cd07d5497c33e
name() view returns (string)
MEME Inu.
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
symbol() view returns (string)
MEME
totalSupply() view returns (uint256)
768013621809862869999999995
treasuryMinted() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintAmount(uint256 amount) view returns (uint256 swapAmount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTreasuryAmount()
renounceOwnership()
setAllowSwap(bool allow)
setBurnToTreasury(uint256 _amount)
setBurnToken(address _burntoken)
setDontBurn(uint256 amount)
setMemeTreasury(address treasury)
setMustBurn(uint256 amount)
swap(uint256 amount) returns (uint256 received)
swapMax() returns (uint256 received)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address sender, uint256 amount, uint256 received)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _memeAddress, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.