In Silence We Stay
Verified contract
Active on
Ethereum with 3,686 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 "In Silence We Stay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19368768 | 8 months ago | | | 0 | 0.0013364849 | |
| 19254859 | 9 months ago | | | 0 | 0.00095537390 | |
| 19228095 | 9 months ago | | | 0 | 0.00065403108 | |
| 19123434 | 9 months ago | | | 0 | 0.00048205053 | |
| 18997271 | 10 months ago | | | 0 | 0.00040398793 | |
| 18910709 | 10 months ago | | | 0 | 0.00044075195 | |
| 18803848 | a year ago | | | 0 | 0.00067379770 | |
| 18749638 | a year ago | | | 0 | 0.0021571333 | |
| 18528100 | a year ago | | | 0 | 0.0018837742 | |
| 17442382 | a year ago | | | 0 | 0.00045230597 |
ABI
ABI objects
Getter at block 21186250
Shhhh() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmarTyikPPRUN5WwzijrkPUi7GZ3Vd3heoMjwtj7HWesbw/
maxPerFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
3333
name() view returns (string)
In Silence We Stay
owner() view returns (address)
0x02586b25cbcfc676bdb12119af6d06ba247b3b8f
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
Shhhh
totalFree() view returns (uint256)
3333
totalSupply() view returns (uint256)
3333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) 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 baseuri_)
setPrice(uint256 price_)
silencer(bool value)
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(uint256 _initPreMint)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()