Flappy Boys
Verified contract
Active on
Ethereum with 5,797 txns
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 Boys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20845196 | a month ago | | | 0 | 0.00044300494 | |
| 20203706 | 4 months ago | | | 0 | 0.00011506183 | |
| 20057088 | 5 months ago | | | 0 | 0.00030223769 | |
| 19819751 | 6 months ago | | | 0 | 0.00029285962 | |
| 19409454 | 8 months ago | | | 0 | 0.0010108333 | |
| 19291763 | 9 months ago | | | 0 | 0.0018250880 | |
| 19179565 | 9 months ago | | | 0 | 0.0010846738 | |
| 19121375 | 9 months ago | | | 0 | 0.00055948652 | |
| 19120364 | 9 months ago | | | 0 | 0.0015578405 | |
| 19108026 | 9 months ago | | | 0 | 0.00046664370 |
ABI
ABI objects
Getter at block 21166289
baseURI() view returns (string)
ipfs://QmXHcK3qAR49bS5uPUidBzLDe6GZdJUHobXHAmZEHq4EuX/
devSupply() view returns (uint256)
133
isPresaleLive() view returns (bool)
true
isSaleLive() view returns (bool)
true
maxMintPerAddress() view returns (uint256)
2
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
75000000000000000
name() view returns (string)
Flappy Boys
ogMaxMintPerAddress() view returns (uint256)
3
ogMerkleRoot() view returns (bytes32)
0xbfebca3a9eafb8b3a66f9e9cf6289f07cd9b42a65f2e33d1e1eb6c0531d6740d
ogMintPrice() view returns (uint256)
65000000000000000
ogSupply() view returns (uint256)
0
owner() view returns (address)
0xb756905d2a1832ed6006d22821edad097a330bed
symbol() view returns (string)
FlappyBoys
totalSupply() view returns (uint256)
3333
wlMerkleRoot() view returns (bytes32)
0x9c6944031e4c4a6fa3e13073833f153047eef0c563e258cc2fa79e22060a0c19
Read-only
addressMintCount(address) view returns (uint256)
addressMintedAmount(address _address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
ogMint(uint256 quantity, bytes32[] merkleProof) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setOGMerkleRoot(bytes32 merkleRoot)
setOGSupply(uint256 _ogSupply)
setWhitelistMerkleRoot(bytes32 merkleRoot)
togglePresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
wlMint(uint256 quantity, bytes32[] merkleProof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _devSupply, uint256 _mintPrice, uint256 _ogMintPrice, uint256 _maxMintPerAddress, uint256 _ogMaxMintPerAddress, uint256 _ogSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()