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 |
---|---|---|---|---|---|
MOON | ERC-20 | 26.091627B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18298775 | a year ago | | | 0 | 0.00014741647 | |
| 18298703 | a year ago | | | 0 | 0.00015358314 | |
| 18298700 | a year ago | | | 0 | 0.00017990058 | |
| 18298604 | a year ago | | | 0 | 0.00039744196 | |
| 18298602 | a year ago | | | 0 | 0.00041166069 | |
| 18298599 | a year ago | | | 0 | 0.00036405521 | |
| 18298596 | a year ago | | | 0 | 0.00030015728 | |
| 18298596 | a year ago | | | 0 | 0.00060370728 | |
| 18298595 | a year ago | | | 0 | 0.00041223241 | |
| 18298594 | a year ago | | | 0 | 0.00041357016 |
ABI
ABI objects
Getter at block 21293900
_buyTax() view returns (uint256)
0
_limitsOn() view returns (bool)
false
_mktWallet() view returns (address)
0x0ef0f615ac997ff122653de8f80244c089f46c40
_sellTax() view returns (uint256)
0
_txLmt() view returns (uint256)
10000000000000000000000000000
_uniPair() view returns (address)
0x86c7af8aa3f0af0d6412cfb3541a8fdc2d176245
_walletLmt() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
moon pls
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MOON
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
CheckIfBuyerIsBanana(address from, address to) view returns (bool)
_uniPairs(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 value) returns (bool)
decreaseAllowance(address spender, uint256 requestedDecrease) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lowerFees() returns (bool)
removeLimits() returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
TaxesSwaped(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)