MEMELISA Token
Verified contract
Active on
Ethereum with 325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xecde…da17
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEMELI | ERC-20 | 1.933998B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19247221 | 9 months ago | | | 0 | 0.00070579275 | |
| 19118249 | 9 months ago | | | 0 | 0.00064085740 | |
| 19046343 | 10 months ago | | | 0 | 0.0022412366 | |
| 19043956 | 10 months ago | | | 0 | 0.0010394578 | |
| 19043951 | 10 months ago | | | 0 | 0.0010981758 | |
| 19043946 | 10 months ago | | | 0 | 0.0016491653 | |
| 18925275 | 10 months ago | | | 0 | 0.00052752399 | |
| 18911218 | 10 months ago | | | 0 | 0.00042319837 | |
| 18884561 | 10 months ago | | | 0 | 0.0014723090 | |
| 18870670 | a year ago | | | 0 | 0.0010149026 |
ABI
ABI objects
Getter at block 21167623
DOMAIN_SEPARATOR() view returns (bytes32)
0xd2486639400ddcef98ff2fe59c1aa049ade73d9d3707223d4e0fa1bc75dbeadb
buyBPS() view returns (uint256)
0
decimals() view returns (uint8)
18
feeCollected() view returns (uint256)
1933997642235349065929489972
feeSwapBps() view returns (uint256)
1000
feeSwapTrigger() view returns (uint256)
10000000000000000000
initialBuyBPS() view returns (uint256)
1000
initialSellBPS() view returns (uint256)
3000
name() view returns (string)
MEMELISA Token
owner() view returns (address)
0xb3bb8e43b04dd8da77245185482051a14adc7514
pair() view returns (address)
0xecde3dd5205abe59a79b24cdb2f7f9afda0eda17
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellBPS() view returns (uint256)
500
startedAt() view returns (uint256)
1687978847
startedIn() view returns (uint256)
17579763
symbol() view returns (string)
MEMELI
totalSupply() view returns (uint256)
176510956246118000000000000000
treasury() view returns (address)
0x3b6869106b4f747fb36bb94f7089165add128365
weekBuyBPS() view returns (uint256)
500
weekSellBPS() view returns (uint256)
2000
zeroBlockBuyBPS() view returns (uint256)
9000
zeroBlockSellBPS() view returns (uint256)
9000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
blocked(address) view returns (bool)
isLiqudityPool(address account) view returns (bool)
nonces(address) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blocklist(address account, bool _blocked)
burn(uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setBps(uint256 _buyBPS, uint256 _sellBPS)
setFeeSwapConfig(uint256 _feeSwapTrigger, uint256 _feeSwapBps)
setTreasury(address _treasury)
setUni(address _router, address _pair)
start()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address account, bool _whitelisted)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
Blocked()
NotStartedYet()