LuffyTokenErc
Verified contract
Active on
Ethereum with 93 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUFFY | ERC-20 | 3.3264M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18497664 | a year ago | | | 0 | 0.0012686604 | |
| 18444267 | a year ago | | | 0 | 0.00077704705 | |
| 18444164 | a year ago | | | 0 | 0.0013933148 | |
| 18443705 | a year ago | | | 0 | 0.0010368551 | |
| 18443264 | a year ago | | | 0 | 0.0010404959 | |
| 18442945 | a year ago | | | 0 | 0.0017302323 | |
| 18442749 | a year ago | | | 0 | 0.0011947573 | |
| 18442713 | a year ago | | | 0 | 0.0010521620 | |
| 18442698 | a year ago | | | 0 | 0.00098757097 | |
| 18442555 | a year ago | | | 0 | 0.0012262787 |
ABI
ABI objects
Getter at block 21230308
EnableTxLimit() view returns (bool)
false
_maxTxAmount() view returns (uint256)
420000000000000
_totalSellFee() view returns (uint256)
0
_totalbuyFee() view returns (uint256)
0
_walletMax() view returns (uint256)
420000000000000
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
8
developmentWallet() view returns (address)
0xb1fff8fba00634905174256d357d8e88ef3ae0c4
dexPair() view returns (address)
0x90139f7fcf0b88906e4c112da3793a6cb42ecf55
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
37787632900000000
launchedAt() view returns (uint256)
18442021
lpReceiverWallet() view returns (address)
0xb1fff8fba00634905174256d357d8e88ef3ae0c4
name() view returns (string)
LuffyToken
normalizeTrade() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardWallet() view returns (address)
0xb1fff8fba00634905174256d357d8e88ef3ae0c4
swapEnabled() view returns (bool)
false
swapThreshold() view returns (uint256)
50000000000000000000000
swapbylimit() view returns (bool)
false
symbol() view returns (string)
LUFFY
totalSupply() view returns (uint256)
42000000000000000
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTxLimit(bool _status)
enableWalletLimit(bool _status)
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch() payable
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, address recipient, uint256 _amount)
setBuyFee(uint256 _developmentFee, uint256 _lpFee, uint256 _rewardFee)
setDevelopmentWallet(address _newWallet)
setLpWallet(address _newWallet)
setManualPair(address _pair)
setManualRouter(address _router)
setMarketPair(address _pair, bool _status)
setMaxWalletLimit(uint256 newLimit)
setRewardWallet(address _newWallet)
setSellFee(uint256 _developmentFee, uint256 _lpFee, uint256 _rewardFee)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
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)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.