Rare y00ts
Verified contract
Active on
Ethereum with 595 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 "Rare y00ts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16218215 | 2 years ago | | | 0 | 0.00055851177 | |
| 16165934 | 2 years ago | | | 0 | 0.0010331528 | |
| 16158302 | 2 years ago | | | 0 | 0.00036099917 | |
| 16158301 | 2 years ago | | | 0 | 0.00038553308 | |
| 16158301 | 2 years ago | | | 0 | 0.00031951307 | |
| 16158297 | 2 years ago | | | 0 | 0.00038736528 | |
| 16157974 | 2 years ago | | | 0.0025 | 0.0015522750 | |
| 16157844 | 2 years ago | | | 0.0025 | 0.0017164247 | |
| 16157830 | 2 years ago | | | 0.0125 | 0.0017477406 | |
| 16157646 | 2 years ago | | | 0 | 0.00062367106 |
ABI
ABI objects
Getter at block 21195181
WLpaused() view returns (bool)
true
cost() view returns (uint256)
2500000000000000
hiddenURL() view returns (string)
ipfs://QmYRCkpzzdPthbpBYyXjkZFCBCz2vEqkuG4YzAKW9GCHCg/
maxFreeMintAmountPerWallet() view returns (uint8)
0
maxMintAmountPerTx() view returns (uint8)
5
maxMintAmountPerWallet() view returns (uint8)
20
maxSupply() view returns (uint16)
7500
name() view returns (string)
Rare y00ts
owner() view returns (address)
0xae37bc930dd7b7fb63331d46a2ce2b1119e889cb
paused() view returns (bool)
true
reveal() view returns (bool)
false
symbol() view returns (string)
RAREY00TS
totalSupply() view returns (uint256)
1443
whiteListCost() view returns (uint256)
2500000000000000
Read-only
NFTPerPublicAddress(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Mint(uint8 _mintAmount) payable
Reserve(uint16 _mintAmount, address _receiver)
addToPresaleWhitelist(address[] entries)
approve(address to, uint256 tokenId)
removeFromPresaleWhitelist(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxMintAmountPerWallet(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setWLCost(uint256 _cost)
setWLPaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount) payable
withdraw()
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()