Baby Posers
Verified contract
Active on
Ethereum with 2,307 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 "Baby Posers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904064 | a year ago | | | 0 | 0.00065011442 | |
| 15989202 | 2 years ago | | | 0 | 0.00065389818 | |
| 15906499 | 2 years ago | | | 0 | 0.00050837283 | |
| 15906428 | 2 years ago | | | 0 | 0.00072891500 | |
| 15812744 | 2 years ago | | | 0 | 0.00078461719 | |
| 15784481 | 2 years ago | | | 0 | 0.0012954824 | |
| 15784303 | 2 years ago | | | 0 | 0.0023556512 | |
| 15650723 | 2 years ago | | | 0 | 0.00039435382 | |
| 15649589 | 2 years ago | | | 0 | 0.00020220791 | |
| 15649589 | 2 years ago | | | 0 | 0.00020220791 |
ABI
ABI objects
Getter at block 21217337
baseURI() view returns (string)
ipfs://QmNtHAJpf9DaVMfFTUop3pcB3VEGbbjNq2DY9asYj3rctZ/
cost() view returns (uint256)
2000000000000000
hiddenMetadataUri() view returns (string)
maxFree() view returns (uint256)
5000
maxSupply() view returns (uint256)
5000
maxperAddressFreeLimit() view returns (uint256)
2
maxperAddressPublicMint() view returns (uint256)
10
maxperWallet() view returns (uint256)
20
name() view returns (string)
Baby Posers
owner() view returns (address)
0x7d35e2714dfd57290cd94d476c1ba964e7303b33
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
bp
totalSupply() view returns (uint256)
5000
Read-only
addressFreeMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
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)
mint(uint256 _mintAmount) payable
mintFree(uint256 _mintAmount) payable
mintTeam(uint256[] quantity, address[] recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxperAddressFreeMint(uint256 _amount)
setMaxperAddressPublicMint(uint256 _amount)
setRevealed(bool _state)
setmaxFreeSupply(uint256 _newMaxFreeSupply)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.