thebabysaudis
Verified contract
Active on
Ethereum with 1,091 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 "thebabysaudis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515909 | a year ago | | | 0 | 0.0013517838 | |
| 17515902 | a year ago | | | 0 | 0.0015002898 | |
| 17271611 | 2 years ago | | | 0 | 0.00093914730 | |
| 16937998 | 2 years ago | | | 0 | 0.00054384870 | |
| 16867459 | 2 years ago | | | 0 | 0.00060060798 | |
| 16853124 | 2 years ago | | | 0 | 0.00071393674 | |
| 16654877 | 2 years ago | | | 0 | 0.00091239558 | |
| 16620348 | 2 years ago | | | 0 | 0.0012522954 | |
| 16312642 | 2 years ago | | | 0 | 0.00066055377 | |
| 16267985 | 2 years ago | | | 0 | 0.00056972264 |
ABI
ABI objects
Getter at block 21309282
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(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freemint(uint256 quantity)
mint(uint256 quantity) payable
ownerMint(address to, uint256 quantity)
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)
setMintPrice(uint256 _MintPrice)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()