Baby Birdez
Verified contract
Active on
Ethereum with 6,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WRLD | ERC-20 | 1.245K | $0.014666 |
$18.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078673 | 23 days ago | | | 0 | 0.00060122278 | |
| 21027922 | a month ago | | | 0 | 0.00042323825 | |
| 20970559 | a month ago | | | 0 | 0.0014854144 | |
| 20784333 | 2 months ago | | | 0 | 0.00075269997 | |
| 20765197 | 2 months ago | | | 0 | 0.00020807103 | |
| 20730001 | 2 months ago | | | 0 | 0.00015519510 | |
| 20677080 | 3 months ago | | | 0 | 0.000089506861 | |
| 20652530 | 3 months ago | | | 0 | 0.000030452494 | |
| 20642384 | 3 months ago | | | 0 | 0.00062937685 | |
| 20635376 | 3 months ago | | | 0 | 0.00040902234 |
ABI
ABI objects
Getter at block 21246703
DAO() view returns (address)
0xf5599b2fb8c9db34876c1c9a585721cfd4252eeb
MAX_BABY_FIRST_PHASE() view returns (uint256)
1444
MAX_WHITELIST_MINT() view returns (uint256)
4
MINT_PRICE() view returns (uint256)
70000000000000000
breeder() view returns (address)
0xa0b329ea79e09fa19ffdc781eca58cc8916ee855
genesisBirdez() view returns (address)
0x6bab62a185980f96bbf83b0b80013962c3b2772d
isBaseURILocked() view returns (bool)
false
name() view returns (string)
Baby Birdez
owner() view returns (address)
0x3a758ac55197986ceb2b12338b2aad4c252dac31
publicSale() view returns (bool)
true
symbol() view returns (string)
BABYBIRDEZ
totalSupply() view returns (uint256)
5000
whitelistMerkleRoot() view returns (bytes32)
0x68447bf7255d059ce13bc9b00ae8ce29c590ac9666ac2241c1a0d8ec2e08b0a5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHatch(uint256) 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()
hatch(uint256 _tokenId)
lockBaseURI()
mint(uint256 _numberOfTokens) payable
mintTo(address _to, uint256 _numberOfTokens)
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)
setBreeder(address _newBreeder)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address _genesisBirdez)
This contract contains no fallback and receive objects.
This contract contains no error objects.