Blur Birds

Verified contract

Active on Ethereum with 239 txns
Deployed by via 0x1b9679fa at 16636468
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Blur Birds"

0x2f659ea515680fca020a1c4080fce259c9696a477c4392d415ca58637b4050c0
0xbd2b19359e84d7a8c3d661bf9e71bc04e13977231215a0fc4f9de73c629f9b6d
0x63bb7a846888e3e3a7b938aec639e6e3be69ca7371691238d761d89d1eed5bac
0xf5630d8131082046afa18dbdf78080b36026393959d4c2638926bea37a4bb92d
0xbc5813eb5b65d05918bdddd6aa118705faad43a1c52234f8c3a2bd46370639f2
0xb5241608144427d6a48601d456ed946bb3fcc138fd7988bcd759925cebe07266
0x82f971c573b0b9b2ffea569c93d0f920431325413efcca086047f03b5843a974
0xa76ec5e06c408a017b5087eadbdb5022631f1839766847121f8c70c910460b71
0x9e9b16b451dbf943e393c5b9503d37d401b0b83b0a152977bfdbf9470b716783
0x7c36ca6f3c9fbc87caf2faa7eabeb43ad4a8fa92ba778ca24e82c001c715a871

Functions
Getter at block 21004762
maxSupply(view returns (uint256)
1111
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
Blur Birds
owner(view returns (address)
0x777eabb78c8d660924b45250f985d020b4331260
symbol(view returns (string)
BB
totalSupply(view returns (uint256)
1111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256[] tokenids
mint(uint256 amountpayable 
reserve(address addruint256 amount
safeTransferFrom(address fromaddress to
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(