Animebirds
Verified contract
Active on
Ethereum with 1,150 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 "Animebirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20133421 | 5 months ago | | | 0 | 0.00098771007 | |
| 19737265 | 7 months ago | | | 0 | 0.00022908592 | |
| 19203270 | 9 months ago | | | 0 | 0.00095358478 | |
| 18155191 | a year ago | | | 0 | 0.00044614051 | |
| 17621946 | a year ago | | | 0 | 0.0020525622 | |
| 17574292 | a year ago | | | 0 | 0.00054370573 | |
| 17573587 | a year ago | | | 0 | 0.00059995153 | |
| 17573538 | a year ago | | | 0 | 0.00058324891 | |
| 17573511 | a year ago | | | 0 | 0.00062394524 | |
| 17573509 | a year ago | | | 0 | 0.00062625194 |
ABI
ABI objects
Getter at block 21219475
MAX_FREE_MINTS_PER_WALLET() view returns (uint16)
1
maxSupply() view returns (uint256)
3000
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Animebirds
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x7dbfc2cb9179675a96d21b7a4e139c99be8cc523
symbol() view returns (string)
ANIMEBIRDS
totalFreeMinted() view returns (uint256)
2903
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
lowerMaxSupply(uint256 supply)
mint(uint64 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet)
setMintPrice(uint256 price)
setOperatorFilteringEnabled(bool value)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()