LoonBirds
Verified contract
Active on
Ethereum with 1,654 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($128.97)
Native
Value
$128.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.035 | $3,684.94 |
$128.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20203282 | 5 months ago | | | 0 | 0.00011379488 | |
| 19929552 | 6 months ago | | | 0 | 0.00075621778 | |
| 19630128 | 8 months ago | | | 0 | 0.0010336307 | |
| 18662181 | a year ago | | | 0 | 0.0012403058 | |
| 18365440 | a year ago | | | 0 | 0.00026832065 | |
| 18228253 | a year ago | | | 0 | 0.00042186134 | |
| 18228251 | a year ago | | | 0 | 0.00069508798 | |
| 17064303 | 2 years ago | | | 0 | 0.0013126963 | |
| 16873552 | 2 years ago | | | 0 | 0.00031138848 | |
| 16735983 | 2 years ago | | | 0 | 0.00097280120 |
ABI
ABI objects
Getter at block 21327454
MAX_BIRDS() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://bafybeifvtunpilavdcghdsw6pjw6gpnjvhvvq45qiuyd3qdgoil2zexxry/
birdPrice() view returns (uint256)
5000000000000000
freeMintIsActive() view returns (bool)
false
maxBirdFree() view returns (uint256)
2724
maxBirdFreePerAddress() view returns (uint256)
100
maxBirdPurchase() view returns (uint256)
20
name() view returns (string)
LoonBirds
numberOfBirdsFreeMinted() view returns (uint256)
2724
owner() view returns (address)
0x0044e77f3e173eb74b5788120b0e94f3f38eb333
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalFreeMinted(address adr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
flipFreeMintState()
flipSaleState()
mintBird(uint256 numberOfTokens) payable
openFreeMint(uint256 _maxBirdFreePerAddress, uint256 _maxBirdFree)
renounceOwnership()
reserveBirds(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBirdPrice(uint256 newBirdPrice)
setMaxBirdFreePerAddress(uint256 _maxBirdFreePerAddress)
setMaxSupply(uint256 _maxSupply)
setTokenURIMode(uint256 mode)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to, uint256 amount)
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(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()