The Universe Of SmilesX

Verified contract

Active on Ethereum with 9 txns
Deployed by via 0x33a180ec at 18362795
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional variables

No balances found for "The Universe Of SmilesX"

0x260b95a8f5783f00f3e225b95f931027265a73a8a6ec0819c661cc945ee9dfa2
0xdda01b321f52d0603dcc7f217088d7ae5efdd4a4203cfaec703392d3ce4a7e7f
0x75811bdd25a683ed373bb9f47486d74905a78b29938d83f650de9e54baf4c982
0x0e088c3b854c2f291a5b02562425ee27b8f00b721f97a8b328ec579d11833892
0xec9ac45a15fa6a8cc67c3cd4b7d1df01828a59ab2f06388035e8d87822cfa72f
0x64f3778d4fa5f0d8924e3f062e793ed6094803368f73a3c4eab211c620f40601
0x58dfbcd01f0f0b42eebedcc9dedf6603f0fe522115a37651afda98e22c153b96
0x27cf64679bd0edb420b0da233416b954a4a80e99e9af9a9747883869cfb422df
0x9008de8e7477bf907bf036e53363ad5903affb811aae67abc0581abb6c178d77

Functions
Getter at block 21227971
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_MAX_SUPPLY(view returns (uint256)
4444
contractURI(view returns (string)
max_per_wallet(view returns (uint256)
5
name(view returns (string)
The Universe Of SmilesX
notRevealedUri(view returns (string)
https://bafybeied66m7jrecbidmktrzwmh2nw5musob7moamwpsnxifyyygujpmim.ipfs.nftstorage.link/notrevealed.json
owner(view returns (address)
0xf68a0d541587b1eff0cf40bb1215c50a7ebff3d9
presaleCost(view returns (uint256)
40000000000000000
presale_mint_status(view returns (bool)
false
presale_per_wallet(view returns (uint256)
2
publicSaleCost(view returns (uint256)
70000000000000000
public_mint_status(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
TUOS
totalSupply(view returns (uint256)
1000
total_presale_count(view returns (uint256)
0
total_presale_limit(view returns (uint256)
300
total_wl_count(view returns (uint256)
0
total_wl_limit(view returns (uint256)
200
whitelistCost(view returns (uint256)
20000000000000000
whitelistSigner(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
wl_mint_status(view returns (bool)
false
wl_per_wallet(view returns (uint256)
1
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presaleMinted(addressview returns (uint256)
publicSaleMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
wlMinted(addressview returns (uint256)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
mint(uint256 quantitypayable 
ownerMint(address ownerAddressuint256 quantity
presale(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setMax_per_wallet(uint256 _max_per_wallet
setNotRevealedURI(string _notRevealedURI
setPUBLIC_MAX_SUPPLY(uint256 _PUBLIC_MAX_SUPPLY
setPresaleCost(uint256 _presaleCost
setPresale_per_wallet(uint256 _presale_per_wallet
setPublicSaleCost(uint256 _publicSaleCost
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setTotal_presale_limit(uint256 _total_presale_limit
setTotal_wl_limit(uint256 _total_wl_limit
setWhitelistCost(uint256 _whitelistCost
setWhitelistSigner(bytes32 newWhitelistSigner
setWl_per_wallet(uint256 _wl_per_wallet
toggleReveal(
toggle_presale_mint_status(
toggle_public_mint_status(
toggle_wl_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _proofuint256 quantitypayable 
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(