ShadesOfYou
Verified contract
Active on
Ethereum with 6,855 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 "ShadesOfYou"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303268 | 21 hours ago | | | 0 | 0.00065138253 | |
| 21267121 | 6 days ago | | | 0 | 0.00045579042 | |
| 20551333 | 3 months ago | | | 0 | 0.000069722289 | |
| 20408743 | 4 months ago | | | 0 | 0.00010444010 | |
| 20342702 | 4 months ago | | | 0 | 0.00020307737 | |
| 20158076 | 5 months ago | | | 0 | 0.00010407747 | |
| 20113276 | 5 months ago | | | 0 | 0.00061323740 | |
| 19991525 | 6 months ago | | | 0 | 0.00055621692 | |
| 19986723 | 6 months ago | | | 0 | 0.00018115971 | |
| 19826752 | 7 months ago | | | 0 | 0.00026545934 |
ABI
ABI objects
Getter at block 21309399
MAX_ALLOW_LIST_MINT() view returns (uint256)
5
MAX_DEV_RESERVE() view returns (uint256)
50
MAX_PER_ADDRESS() view returns (uint256)
20
PROVENANCE() view returns (string)
052daf0c8010857d4a91fea2add94dc2603383bfd6bc1dd613614f95553f1490
TOKEN_LIMIT() view returns (uint256)
7000
TOKEN_PRICE() view returns (uint256)
50000000000000000
allowListSaleActive() view returns (bool)
true
name() view returns (string)
ShadesOfYou
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x93148e93f15c9796cd6adb9c5414613f9b440dba
saleActive() view returns (bool)
true
symbol() view returns (string)
SOY
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipAllowListSaleActive()
flipSaleActive()
mint(uint256 quantity) payable
mintAllowList(uint256 numTokens, bytes32[] proof) payable
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListRoot(bytes32 _root)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxAllowList(uint256 newMax)
setMaxPerWallet(uint256 newMax)
setMintCost(uint256 newCost)
setOwnersExplicit(uint256 quantity)
setProvenance(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.