BabyWizards
Verified contract
Active on
Ethereum with 4,543 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 "BabyWizards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151748 | a day ago | | | 0 | 0.00046146197 | |
| 21121131 | 5 days ago | | | 0 | 0.00023225564 | |
| 21102405 | 8 days ago | | | 0 | 0.00043863759 | |
| 21101435 | 8 days ago | | | 0 | 0.00029677200 | |
| 21096744 | 9 days ago | | | 0 | 0.00022338640 | |
| 21083203 | 11 days ago | | | 0 | 0.00032775673 | |
| 21067984 | 13 days ago | | | 0 | 0.00091774356 | |
| 21044799 | 16 days ago | | | 0 | 0.00030687242 | |
| 20954212 | a month ago | | | 0 | 0.00043026835 | |
| 20934394 | a month ago | | | 0 | 0.00065786006 |
ABI
ABI objects
Getter at block 21158594 getWalletAddresses() view returns (address aeAddress, address lmdAddress)
baseTokenURILocked() view returns (bool)
false
currentMode() view returns (uint8)
3
maxSupply() view returns (uint256)
10000
name() view returns (string)
BabyWizards
openSeaProxyRegistryAddress() view returns (address)
0x269e03f6c273e11d2ead20359a38564873279c27
owner() view returns (address)
0xc9305ccd1e70621ea58504feddc0d131911fc11c
price() view returns (uint256)
22200000000000000
symbol() view returns (string)
BABIES
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeBabyClaimed(address a) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifyPresale(bytes32[] _merkleProof, address sender) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
endSale()
generalAdoption(uint256 adoptCount) payable
generalFreeAdoption(bytes32[] _merkleProof, uint256 adoptCount) payable
lockBaseTokenURI()
openSeaProxy(address newAddress)
preSaleAdoption(bytes32[] merkleProof, bytes32[] freeMerkleProof, uint256 adoptCount) 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 baseTokenURI_)
setFreeBabyMerkleRoot(bytes32 merkRoot)
setIsOpenSeaProxyActive(bool isOpenSeaProxyActive_)
setMaxAdopt(uint256 newNumber)
setPresaleMerkleRoot(bytes32 merkRoot)
setWalletAddresses(address a)
startDevTeam()
startGeneralSale()
startPreSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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(uint256 maxSupply_, string baseTokenURI_, uint256 price_, uint256 MAX_PER_ADDRESS_, address openSeaProxyRegistryAddress_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()