Rekt Birbs
Verified contract
Proxy
Active on
Ethereum with 2,063 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Rekt Birbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20206233 | 5 months ago | | | 0 | 0.00013592589 | |
| 19364153 | 9 months ago | | | 0 | 0.0046781808 | |
| 19150853 | 10 months ago | | | 0 | 0.0011129688 | |
| 19093319 | 10 months ago | | | 0 | 0.00083199436 | |
| 19093318 | 10 months ago | | | 0 | 0.00085223758 | |
| 18909964 | a year ago | | | 0 | 0.00053810615 | |
| 18877579 | a year ago | | | 0 | 0.0025541844 | |
| 18877300 | a year ago | | | 0 | 0.0018714885 | |
| 18381784 | a year ago | | | 0 | 0.00029086326 | |
| 18362556 | a year ago | | | 0 | 0.00044031091 |
ABI
ABI objects
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 owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
devMint(uint256 _quantity)
initialize(string name, string symbol, string _baseURI, uint256 _maxSupply, uint256 _maxFreeSupply, uint256 _costPublic, uint256 _maxMintPublic, uint256 _freePerWallet, uint256 _dShare, address _withdrawAddress, address _dev)
mint(uint256 _quantity) 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)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()