This contract is being backfilled. You may encounter incomplete storage history.

Flappy Birbs

Verified contract

Proxy

Active on Ethereum with 2,565 txns
Deployed by via 0x29590475 at 16436427
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables
Native
Value $25.48
0x47fe66432c1317786052f8cce35ae30e8bb5fac45d2c0d37fd36f49fb0ff34d3
0x6201fbd04b472d7ce6d63e93ad23c5bd84e80f6fc3438d2624d6fa19db258f7e
0xe019de7833aa9d250e4fc8003d85718070aaabf06ce5b79ffcfa168e94802487
0x77939b9993a98e55f9e74d618d60182daab19049f16782fd062b27b4570cba46
0x675586db8c496efca8c25e2e83a8d823641cc6808d0dcc6225b2c459cf3495be
0x2c0555d6d29478531cd0a722ab651d38175b0d4b7a2ea1cec5072bda0c0d17fb
0x533afa1b526eae7188bc6ceea174e4e6d8ebfb2be9ebd1128203613a14104152
0x60a1b14549b6950255564edee646c9d97bccfae3312379f9a88dff9865fdbf80
0x6af8e6122099e974a431c5f675e730eee5ca4dd6f6ffa920ac1979c08ddce0c0
0x47ab90dc0d1c56b37d4e1ba3adc26478d51ca4b7f626418c4489e37a272d748c

Functions
Getter at block 20801098
implementation(view returns (address)
0xf96fd95d60fb0318b639a8211ef60ee467f2892a
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x27D5fC4511A2AC033C215bBA3Bd0e28E401e9Bff], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
3
maxPerWallet(view returns (uint32)
3
name(view returns (string)
Flappy Birbs
open(view returns (bool)
true
owner(view returns (address)
0x27d5fc4511a2ac033c215bba3bd0e28e401e9bff
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
3333
symbol(view returns (string)
BIRB
totalSupply(view returns (uint256)
3333
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(