Check Birds
Verified contract
Active on
Ethereum with 7,529 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 "Check Birds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101585 | 8 days ago | | | 0 | 0.00029975200 | |
| 20830774 | 2 months ago | | | 0 | 0.00085603324 | |
| 20564393 | 3 months ago | | | 0 | 0.000065460070 | |
| 20489490 | 3 months ago | | | 0 | 0.000080664940 | |
| 20489435 | 3 months ago | | | 0 | 0.000057759832 | |
| 19881215 | 6 months ago | | | 0 | 0.00020473042 | |
| 19771854 | 6 months ago | | | 0 | 0.00022441224 | |
| 19515759 | 8 months ago | | | 0 | 0.00074789211 | |
| 19262490 | 9 months ago | | | 0 | 0.0017171261 | |
| 19233617 | 9 months ago | | | 0 | 0.0013259204 |
ABI
ABI objects
Getter at block 21162478
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PublicMintStatus() view returns (bool)
true
baseTokenURI() view returns (string)
ipfs://bafybeifgzr3hjrvhq4je7hlb3jwpdtclyxtp6qltexngsyvc52xjjeu4tm/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
6969
name() view returns (string)
Check Birds
owner() view returns (address)
0x745f467e4676f3337a3d85349644029a420bc67b
payMent() view returns (address)
0x745f467e4676f3337a3d85349644029a420bc67b
publicSalePrice() view returns (uint256)
3300000000000000
symbol() view returns (string)
Check Birds
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHoldTokenIdsByOwner(address _owner) view returns (uint256[])
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 airdrop(address[] marketmintaddress, uint256[] mintquantity) payable
approve(address operator, uint256 tokenId)
mint(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 _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(bool status)
setPublicPrice(uint256 mintprice)
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)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()