FlappyBird
Verified contract
Active on
Ethereum with 357 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "FlappyBird"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18275486 | a year ago | | | 0 | 0.00038050367 | |
| 18224256 | a year ago | | | 0 | 0.00019915564 | |
| 18223001 | a year ago | | | 0 | 0.00043477737 | |
| 18195834 | a year ago | | | 0 | 0.00033553073 | |
| 18173078 | a year ago | | | 0 | 0.00046179740 | |
| 18163448 | a year ago | | | 0 | 0.0012880162 | |
| 18161740 | a year ago | | | 0 | 0.00042224545 | |
| 18161732 | a year ago | | | 0 | 0.00038180842 | |
| 18159236 | a year ago | | | 0 | 0.00035513091 | |
| 18157577 | a year ago | | | 0 | 0.00042903292 |
ABI
ABI objects
Getter at block 21274709
buyFee() view returns (uint8)
5
decimals() pure returns (uint8)
18
feeSplit() view returns (uint16 marketing, uint16 LP)
(marketing=100, LP=0)
maxTransaction() view returns (uint256)
30000000000000000000000001
maxWallet() view returns (uint256)
30000000000000000000000001
name() pure returns (string)
FlappyBird
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8)
5
swapAtMax() view returns (uint256)
10000000000000000000000000
swapAtMin() view returns (uint256)
500000000000000000000000
symbol() pure returns (string)
BIRD
totalSupply() pure returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address wallet) view returns (bool)
exemptFromLimits(address wallet) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
manualTaxSwapAndSend(uint8 swapTokenPercent, bool sendEth)
openTrading()
receiver(address[] addresses, uint256[] amounts)
removeLimits()
renounceOwnership()
setExempt(address wallet, bool noFees, bool noLimits)
setFeeSplit(uint16 sharesAutoLP, uint16 sharesMarketing)
setFees(uint8 buy, uint8 sell)
setLimits(uint16 maxTransactionPermille, uint16 maxWalletPermille)
setTaxSwap(uint32 minValue, uint32 maxValue, uint256 minSwaps)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallets(address marketing, address LPtokens)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address previousOwner, address owner)
SetFeeSplit(uint16 indexed sharesAutoLP, uint16 indexed sharesMarketing)
SetFees(uint8 indexed buyTax, uint8 indexed sellTax)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address mw, address r)
receive()
This contract contains no error objects.