The Universe Of SmilesX
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "The Universe Of SmilesX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19291767 | 9 months ago | | | 0 | 0.0010519680 | |
| 19290974 | 9 months ago | | | 0 | 0.0029479034 | |
| 18381993 | a year ago | | | 0 | 0.00012797467 | |
| 18381986 | a year ago | | | 0 | 0.00017021313 | |
| 18368207 | a year ago | | | 0 | 0.00013678797 | |
| 18368196 | a year ago | | | 0 | 0.00015542213 | |
| 18368193 | a year ago | | | 0 | 0.00016284746 | |
| 18367855 | a year ago | | | 0 | 0.00015806016 | |
| 18362840 | a year ago | | | 0 | 0.00024284048 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (uint256)
publicSaleMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
wlMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
mint(uint256 quantity) payable
ownerMint(address ownerAddress, uint256 quantity)
presale(uint256 quantity) 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 _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 _receiver, uint96 _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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof, uint256 quantity) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()