thebabysaudis

Verified contract

Active on Ethereum with 1,091 txns
Deployed by via 0x67ccfba7 at 15111049
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "thebabysaudis"

0xcf1715c0db1aa47d336092d02a03de015dce788adeea48545194539145120c71
0xe2dfe674e1eab1cb75831449bfc41eb61665c0814ac884f75fb3b54c1966f527
0x01b6995a34abdc7a8f9e3327414ef832c3311a002f4473cc07f85d9a0133b9bc
0x8f5067fb9126cb3953790046f1846e0b477a1c70b0e7507b48e7a66f504aa776
0x70eab523dba6477a9d38ec560e16cd7f888d92df558028638ef7aa23afd626c1
0xeec00b9e0bd3d43248872d7a0cd0bcb7367d0edec6656d8a253438879089e34b
0xd77a0671c0c5e81ecb13e777d5f77088a65acef566cbcbb4e2b69d96d79b0696
0x25b393bdcad6935fe1562be60242ce816bdadd40455214ac7ca013563c30f216
0xbb54246c7e95ca99c39f2ae80d73f38b28a17b525c65c1210969bd55d58bba30
0x44e7b8e03cd3779b226d1c022b3d0c4d66389d97752fc49dd0e63c896d4f84f8

Functions
Getter at block 20983452
MaxFreeMintPerWallet(view returns (uint256)
3
MaxMintPerTx(view returns (uint256)
10
MaxMintPerWallet(view returns (uint256)
10
baseURI(view returns (string)
ipfs://QmYMjXqU164CkVy5k1pTFBQaNX5GYDPVUvHjW7sMeKFGZU/
isSaleLive(view returns (bool)
true
maxSupply(view returns (uint256)
5555
mintPrice(view returns (uint256)
0
name(view returns (string)
thebabysaudis
owner(view returns (address)
0xf051675ad27d0a8ac3ecbe2adff486e6a08cfd78
symbol(view returns (string)
babysaudi
totalSupply(view returns (uint256)
5555
Read-only
addressClaimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freemint(uint256 quantity
mint(uint256 quantitypayable 
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setMintPrice(uint256 _MintPrice
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(