Shade NFT Gen 1

Verified contract

Active on Ethereum with 3,636 txns
Deployed by via 0x55bcc514 at 15408811
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Shade NFT Gen 1"

0xa306f6bf628722d1a0c49fe90fc4c6b1851f443006c32aa374ac1eca2110fcd6
0x41c10b06d312ef575aa81061b38178c26bd437d86ec1f9b304c4cb44d7b68b30
0xbd70cc37c605e911b934f8f11317ca2b776de3665956c7d9642f10702b97c188
0x85e4d05a40d8ff8590804cb9aa8520447e7aca29d1e0f0fe89cbfb7597801edf
0x93914e7f4d0bbf93a0150db2a55fa51b5b09edeec8d59d8acd2a895d150ae34e
0x866411c7f01b0ed77018405b29ad35750238cc6625665c3f0969077057c12418
0x47f68ee15ac5c2758c213a0cdc6bfd3a5dd9b2d9a65926d3b939087e15fb8871
0x6ff6d07939e98df6d2b11a502005c68bd47a546b1f3cedee0551ab937775a725
0xec469584aaaf44a590e8ffafc9524b10a195bc9572cd22d10fb569f3d2a63d3c
0x3f8c11a8aacc936b477d62db6484fca138e916d7a1e6515e232e3a9abf711516

Functions
Getter at block 21078765
MAX_FREE_PER_TX(view returns (uint256)
1
MAX_FREE_SUPPLY(view returns (uint256)
1777
MAX_MINT_PER_TX(view returns (uint256)
10
cost(view returns (uint256)
0
freeMints(view returns (uint256)
1777
isWhitelist(view returns (bool)
false
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0xf6f9517e689ac212ccccb743fc2bbf488a573d8b30f855e3a668ec1ae8f5792d
name(view returns (string)
Shade NFT Gen 1
owner(view returns (address)
0xba4d26c586d1fd9a24249fbf63c8220e7c3d02df
symbol(view returns (string)
Shade
totalReleased(view returns (uint256)
2024000000000000000
totalShares(view returns (uint256)
1000
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCost(uint256 amountaddress _walletview returns (uint256bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintWithSignature(uint256 amountbytes32[] _proofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setWhitelistActive(bool _whitelistActive
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _payeesuint256[] _amountstring _uri
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(