Alpha Birds
Verified contract
Active on
Ethereum with 603 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 "Alpha Birds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15327442 | 2 years ago | | | 0 | 0.0015026530 | |
| 15201921 | 2 years ago | | | 0 | 0.00041058602 | |
| 15198720 | 2 years ago | | | 0 | 0.00014680822 | |
| 15193937 | 2 years ago | | | 0 | 0.00043245138 | |
| 15186911 | 2 years ago | | | 0 | 0.0024920647 | |
| 15184875 | 2 years ago | | | 0 | 0.00057519697 | |
| 15184017 | 2 years ago | | | 0 | 0.00081510010 | |
| 15183636 | 2 years ago | | | 0 | 0.0020499512 | |
| 15183202 | 2 years ago | | | 0 | 0.00058178889 | |
| 15183065 | 2 years ago | | | 0 | 0.00060377631 |
ABI
ABI objects
Getter at block 21444763
maxFreePerWallet() view returns (uint256)
5
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
mintEnabled() view returns (bool)
true
name() view returns (string)
Alpha Birds
owner() view returns (address)
0x0b0211ae8df1ae3865074e717a1db7e598aa0dc3
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
AB
totalFree() view returns (uint256)
2000
totalSupply() view returns (uint256)
2596
Read-only
_mintedFreeAmount(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)
flipSale()
mint(uint256 count) 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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()