Birdez Gang
Verified contract
Active on
Ethereum with 2,731 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 "Birdez Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250494 | 3 days ago | | | 0 | 0.00077603546 | |
| 21199687 | 10 days ago | | | 0 | 0.0012898143 | |
| 21199682 | 10 days ago | | | 0 | 0.0015179941 | |
| 21199634 | 10 days ago | | | 0 | 0.0012326328 | |
| 21199628 | 10 days ago | | | 0 | 0.0013933167 | |
| 21185344 | 12 days ago | | | 0 | 0.0012793739 | |
| 21184444 | 13 days ago | | | 0 | 0.0036551534 | |
| 21168221 | 15 days ago | | | 0 | 0.0014215711 | |
| 21071482 | a month ago | | | 0 | 0.0011019804 | |
| 20979769 | a month ago | | | 0 | 0.00074636212 |
ABI
ABI objects
Getter at block 21274514
MAX_BIRDEZ() view returns (uint256)
1333
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_WHITELIST_MINT() view returns (uint256)
2
MINT_PRICE() view returns (uint256)
77770000000000000
isBaseURILocked() view returns (bool)
false
name() view returns (string)
Birdez Gang
owner() view returns (address)
0x3a758ac55197986ceb2b12338b2aad4c252dac31
publicSale() view returns (bool)
false
reservedMerkleRoot() view returns (bytes32)
0x962dfeaa970fa3ccd733cd2a516934204009fc8c715504db55cd0c84f0ba6226
symbol() view returns (string)
BIRDEZGANG
totalSupply() view returns (uint256)
1333
whitelistMerkleRoot() view returns (bytes32)
0x83ea54119b516fd4ab8aa4c8e007248e68b65439c3cf40c0201d246d09c4f74b
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holdingTime(address _owner, uint256 _tokenId) view returns (uint256 _time)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
teamPaymentShares(uint256) view returns (uint256)
teamPayments(uint256) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
lockBaseURI()
mint(uint256 _numberOfTokens) 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 newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateReservedMerkleRoot(bytes32 _newMerkleRoot)
updateWhitelistMerkleRoot(bytes32 _newMerkleRoot)
whitelistedMint(uint256 _numberOfTokens, bytes32[] merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.