Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONFACE | ERC-20 | 1.702542M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18552120 | a year ago | | | 0 | 0.0011367872 | |
| 18165840 | a year ago | | | 0 | 0.00088617520 | |
| 18165832 | a year ago | | | 0 | 0.00080850965 | |
| 18165817 | a year ago | | | 0 | 0.0010565188 | |
| 18165817 | a year ago | | | 0 | 0.0010565188 | |
| 18165798 | a year ago | | | 0 | 0.00040464216 | |
| 18165795 | a year ago | | | 0 | 0.00035563851 | |
| 18165795 | a year ago | | | 0 | 0.00079187776 | |
| 18165795 | a year ago | | | 0 | 0.00079187776 | |
| 18165794 | a year ago | | | 0 | 0.00036143568 |
ABI
ABI objects
Getter at block 21383728
decimals() view returns (uint8)
18
getBuyFee() view returns (uint256)
0
getSellFee() view returns (uint256)
0
marketingWallet() view returns (address)
0x6d5865440ac6b61c483950421369062ee7dfd9cd
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
20000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Moonface
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
swapWithLimit() view returns (bool)
false
symbol() view returns (string)
MOONFACE
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActiveTime() view returns (uint256)
1695075947
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb370f2bad96e4a48ea83f5fff1e4df64ee821567
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setExcludeFromMaxTransactionLimit(address account, bool exclude)
setExcludeFromMaxWallet(address account, bool exclude)
setMaxTransactionAmount(uint256 _maxTransactionAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSwapTokensAtAmount(uint256 newAmount)
setSwapWithLimit(bool _swapWithLimit)
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)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MaxTransactionLimitAmountChanged(uint256 maxTransferRate)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletLimitRate)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSend(uint256 tokensSwapped, uint256 valueReceived)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
SwapWithLimitUpdated(bool swapWithLimit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.