FlexMeme
Verified contract
Active on
Ethereum with 3,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FlexMeme"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264427 | 13 hours ago | | | 0 | 0.00086768792 | |
| 21223223 | 6 days ago | | | 0 | 0.0015953852 | |
| 21211451 | 8 days ago | | | 0 | 0.00079135900 | |
| 21210603 | 8 days ago | | | 0 | 0.00050718909 | |
| 21200995 | 9 days ago | | | 0 | 0.00063783106 | |
| 21200746 | 9 days ago | | | 0 | 0.00089189228 | |
| 21186100 | 11 days ago | | | 0 | 0.0015236279 | |
| 21178341 | 13 days ago | | | 0 | 0.0012676064 | |
| 21159577 | 15 days ago | | | 0 | 0.0014919196 | |
| 21138673 | 18 days ago | | | 0 | 0.00079391083 |
ABI
ABI objects
Getter at block 21268368
_feeBurnPct() view returns (uint256)
0
_feeRewardAddress() view returns (address)
0x66b7220f12c15eaa7aec7ef61056c2edf5eb2779
_feeRewardPct() view returns (uint256)
0
_lgePairAddress() view returns (address)
0x95cc126fcb77c055a196032e06b12934bbd070ab
_lgeTimestamp() view returns (uint256)
1682517563
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_whitelister() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getLGEWhitelistRound() view returns (uint256, uint256, uint256, uint256, bool, uint256)
(0, 0, 0, 0, false, 0)
name() view returns (string)
FlexMeme
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FLEX
totalSupply() view returns (uint256)
789244355586023827965244950717
Read-only
_feeExcluded(address) view returns (bool)
_feeRewardSwapPath(uint256) view returns (address)
_lgeWhitelistRounds(uint256) view returns (uint256 duration, uint256 amountMax)
_pair(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
createLGEWhitelist(address pairAddress, uint256[] durations, uint256[] amountsMax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
modifyLGEWhitelist(uint256 index, uint256 duration, uint256 amountMax, address[] addresses, bool enabled)
renounceOwnership()
renounceWhitelister()
setFeeExcluded(address a, bool excluded)
setFees(uint256 feeBurnPct, uint256 feeRewardPct, address[] feeRewardSwapPath, address feeRewardAddress)
setPair(address a, bool pair)
setRouter(address r)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWhitelister(address newWhitelister)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelisterTransferred(address indexed previousWhitelister, address indexed newWhitelister)
constructor(uint256 feeBurnPct, uint256 feeRewardPct, address feeRewardAddress, address router)
This contract contains no fallback and receive objects.
This contract contains no error objects.