Silk

Verified contract

Active on Ethereum with 1,132 txns
Deployed by via 0x8c749650 at 15140545
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Silk"

0xb6debf33e370cbfcd9fce47234b5d59d5d580aa6f2c75e6f868e7a1b059a7d1c
0x1105201d38681461099e80c06deaf4c6ef919ff30b1c540fb175ccd52b66a454
0x4f909dd5b599e3a67dcf9acfe6cf7dcfcc8c3a281aeb43e3f02c260107d2ec86
0xe0635312573274ee117ece210f772a1f7b44b371813857fcdad3375c36efdf23
0x5a5b6741f87ce03203dec2ea82a25e7e4eb56255aa4c04c194b94ab9ceaafb03
0xfa21bf492eb03191a0e8d63f4139dd42985f807424cc943411830aad49428b6e
0x362bef261ac079a24c0a21a56334a78b9a95a5d59d9e5f44f78f9c754a8817e0
0xba0fa9e78326ad4eea5f46b4abb9787a4eaef9b929e92cc6fb49eef6d24b4cba
From
0xc3e5fa6976ff93c9d06c08eee968ffd3e8d27add36457f374f353f461141c8d4
0x130605c344db6ee86deda048277b86854af9fe1f77f473ff354310fffea40a08

Functions
Getter at block 20856623
maxMintsPerTxPublic(view returns (uint256)
1
maxSupply(view returns (uint256)
1001
name(view returns (string)
Silk
owner(view returns (address)
0x4c5b3a1f4999c0a5def76543fceab81bc53d95f4
price(view returns (uint256)
990000000000000000
saleStatus(view returns (uint8)
0
symbol(view returns (string)
SILK
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMints(addressview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
airdrop(address[] accountsuint256[] amounts
ogMint(uint256 amountuint256 maxbytes signaturepayable 
publicMint(uint256 amountpayable 
renounceOwnership(
reserveMint(uint256 amountuint256 maxbytes signaturepayable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newUri
setMaxMintsPerTxPublic(uint256 max
setMaxSupply(uint256 max
setPrice(uint256 newPrice
setSigner(address newSigner
silkMint(uint256 amountuint256 maxbytes signaturepayable 
transferOwnership(address newOwner
turnAllSalesOff(
turnOgOn(
turnPublicOn(
turnReserveOn(
turnSilkSaleOn(
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArraysDontMatch(
CantMintZero(
InvalidTokenId(
MaxMints(
MaxMintsPerTx(
NotAuthorized(
SaleNotStarted(
SoldOut(
Underpriced(