FLAPPY

Verified contract

Active on Ethereum with 405 txns
Deployed by via 0x62a27865 at 20642215
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FLAPPY"

0xe36504313cb189ac2ea1a5994c00b870eb650a6f2d6776a6dcc4d0b5e644cecf
0xc500f1a51b01ae32e08c1bbe9c19014a1dd76f85e660866fd7543aaedde6be96
0xff7c8ff0f4b1a19c6b6c2b90fa4ee9052fb3fd85552f2482c09dba3006dfb28a
0x5b0a1c649f3df2b42254103ea8072187d5855985fbb6aa8dac884cd07859e163
0x5f10ff774b0988f85fe855ffa10a93ec5aec8fdd93fab02d92075d69ac0c2f43
0x293c32e5ecd1521abdcfa560aa213885e6fa778c5d161e4ad88644f53b5ab763
0x92e0a65ffd75cb282f5669a535e92660c60efb35052978dde4e12de529901ba8
0x0d14de50aafd9fa6f609b759230cdaf9db4593b66745af72dd90c7633a0a325e
0xcd32c5019ff81cdf919e865ce8c093699f1b82c2165ff6701439128cef709265
0x2d0184050f1f2867acb5799acd6bff9d8ec9bac9ee92f3b112e65afd375db523

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
sniperFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
excludeFromFees(address accountbool isExcluded
renounceOwnership(
setAMM(address AMMbool isAMM
sniperAddressSetup(address _newAddress
sniperFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 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