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 "FLAPPY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049474 | 22 days ago | | | 0 | 0.00011120028 | |
| 20959672 | a month ago | | | 0 | 0.00056893658 | |
| 20895353 | a month ago | | | 0 | 0.000085990752 | |
| 20867736 | 2 months ago | | | 0 | 0.00031147049 | |
| 20867377 | 2 months ago | | | 0 | 0.00024798199 | |
| 20863203 | 2 months ago | | | 0 | 0.00039404833 | |
| 20853756 | 2 months ago | | | 0 | 0.00046660988 | |
| 20851783 | 2 months ago | | | 0 | 0.00036094483 | |
| 20777477 | 2 months ago | | | 0 | 0.00035035371 | |
| 20770375 | 2 months ago | | | 0 | 0.00022854633 |
ABI
ABI objects
Getter at block 21204103
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
294068030046811542919474
name() view returns (string)
FLAPPY
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x8c7bf9e892fda8c430b239a76ac8aebb726c73f0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sniperAddress() view returns (address)
0xaa84801b159590de4bf417e3ed9f4741c8310d6a
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
FLAPPY
totalSupply() view returns (uint256)
1000000001000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
sniperFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
renounceOwnership()
setAMM(address AMM, bool isAMM)
sniperAddressSetup(address _newAddress)
sniperFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
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)
InvalidAMM(address AMM)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)