Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.30)
Native
Value
$3.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,304.95 |
$3.3 | |
UNI-V2 | ERC-20 | 50.603496K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053607 | a month ago | | | 0 | 0.00013163853 | |
| 20919483 | 2 months ago | | | 0 | 0.00061981009 | |
| 20787121 | 2 months ago | | | 0 | 0.00044593195 | |
| 20582397 | 3 months ago | | | 0 | 0.000067867579 | |
| 19839349 | 7 months ago | | | 0 | 0.00024461650 | |
| 19640211 | 7 months ago | | | 0 | 0.0012638767 | |
| 19640201 | 7 months ago | | | 0 | 0.0018721614 | |
| 18452806 | a year ago | | | 0 | 0.00043274197 | |
| 18378775 | a year ago | | | 0 | 0.00064314764 | |
| 18378769 | a year ago | | | 0 | 0.00089108209 |
ABI
ABI objects
Getter at block 21274260
BURN_PERCENTAGE() view returns (uint256)
80
DOMAIN_SEPARATOR() view returns (bytes32)
0xdfc3f9ba703fddaa1b87cf53dc8eb0b8f01ebe546edccd7106c07b548b8a3ab9
MAXIMUM_CIRCULATING_SUPPLY() view returns (uint256)
1337420697000000000000000000
blockListingDelay() view returns (uint256)
300
decimals() view returns (uint8)
18
fee_divisor() view returns (uint256)
100
governor() view returns (address)
0xc708f0d7aec2f6573a8e736d2552a4089d1c170e
lastLockContribution() view returns (uint256)
17865288
lgeActive() view returns (bool)
false
listingLPBalance() view returns (uint256)
84027908327592921007111
name() view returns (string)
MemeFi
requiredResetAmount() view returns (uint256)
13373485265492681360631
symbol() view returns (string)
MEFI
totalContributions() view returns (uint256)
5279333117655767640
totalSupply() view returns (uint256)
1337348526549268136063191973
uniswapV2Pair() view returns (address)
0xc517ec313e6cfa3d3f84a490f794bc3f18a9b4b4
unlockBlockDelay() view returns (uint256)
198250
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
contributions(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
list()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recover(address token)
renounce(address _new_governor)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Contribution(address indexed sender, uint256 amount)
LiquidityLockReset(address indexed sender, uint256 new_amount, uint256 old_amount, uint256 treasury)
Listing(address lister, uint256 totalContributions, uint256 listingLPBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
Unlock(address indexed sender, uint256 amount)
constructor()
receive()
CanOnlyUnlock()
ContributionTooLow()
LGEHasNotBegun()
ListingDelayNotElapsed()
NotDuringLGE()
NotGovernor()
NotZeroAddress()
UnlockDelayNotElapsed()
ZeroContribution()