Rekt Birbs

Verified contract

Proxy

Active on Ethereum with 2,063 txns
Deployed by via 0xb4850e91 at 17481119
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Rekt Birbs"

0xf74e1b5d59b87efcee4759f40e8edf67cb67a8d862a9c95c97e2efd1196b7215
0xc703318e8f2118bccb66c7fe8aa8cab37596248c5a4fccd57048c18f97e17db8
0x2c3b34c6d9aba205f951d1d782daa8ad607c9b94bc185728e27b69d08619e918
0x60ff4e471db3b04d0f7521207a0abd0c5e0f543325f3b26d42d2ea14ffa5aae8
From
0x87cdbefbdc6ffffa2c68033fcbbff323b19f0867e3db538ac0eadda335082063
From
0xd26e08ee9a6b12b536b32cfbe8dc349df957808c763bc652791137d0c8542273
0xcf175819aaf865e20ae94a8a14773bf5b0eccdcf7710cf810683db64406fa932
0x1948509330cc3cb5de57e7ee115b63a4c2f3ed52a6ac7fe9231507440623ffd4
0x126e141883f77dc4e22deed5b0c4bec6d38614c19460225f8a4efdb37ebb2452
0x27add03b6ff355eea3dbe4f6b2b5df6ceb84370b422e691cd08981efa4f9d85e

Functions
Getter at block 21246979
baseURI(view returns (string)
ipfs://ipfs/QmUjebGhBXk3AceqaH9BP1ZFcybLBU5YaF5J3Hfo48wYfX/
costPublic(view returns (uint256)
1000000000000000
freePerWallet(view returns (uint256)
5
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
6666
maxMintPublic(view returns (uint256)
10
maxSupply(view returns (uint256)
6666
name(view returns (string)
Rekt Birbs
owner(view returns (address)
0x93e68d3a01d5e914dc45da9688c351ce053c619d
symbol(view returns (string)
BIRB
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
devMint(uint256 _quantity
initialize(string namestring symbolstring _baseURIuint256 _maxSupplyuint256 _maxFreeSupplyuint256 _costPublicuint256 _maxMintPublicuint256 _freePerWalletuint256 _dShareaddress _withdrawAddressaddress _dev
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setFreePerWallet(uint256 _newFreePerWallet
setMaxBatchSize(uint256 _newBatchSize
setMaxFreeSupply(uint256 _maxFreeSupply
setPublicMintEnabled(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

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(