Suspect Arrested By Trust Lab
Verified contract
Active on
Ethereum with 5,676 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 "Suspect Arrested By Trust Lab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619389 | 3 months ago | | | 0 | 0.000029546754 | |
| 19248699 | 9 months ago | | | 0 | 0.0011151834 | |
| 18910134 | a year ago | | | 0 | 0.00048782623 | |
| 18865788 | a year ago | | | 0 | 0.00068018501 | |
| 18603200 | a year ago | | | 0 | 0.00069392286 | |
| 18134383 | a year ago | | | 0 | 0.00056838180 | |
| 18094908 | a year ago | | | 0 | 0.00048797639 | |
| 18056012 | a year ago | | | 0 | 0.0016774408 | |
| 18055627 | a year ago | | | 0 | 0.0013519974 | |
| 18038869 | a year ago | | | 0 | 0.00065712186 |
ABI
ABI objects
Getter at block 21314735
_maxSupply() view returns (uint32)
10000
_mintPrice() view returns (uint256)
7000000000000000
_txLimit() view returns (uint32)
10
_walletLimit() view returns (uint32)
10
activePublic() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmXyepxXsLvtyP3guXL9VTRv8rACDxpnJ9zJcT2A478njm/
bronzeMerkleRoot() view returns (bytes32)
0x258144b8dd84dea61024c590011a9a3daf1745c2c292f72a6507dbd40ac96f05
goldMerkleRoot() view returns (bytes32)
0x6846647b97cf12136b5e1ab4e7728bba8ff786a29ca7237d231ef04e748e5434
name() view returns (string)
Suspect Arrested By Trust Lab
owner() view returns (address)
0x316fad09e4667a8ca0144a77726705715d01607f
silverMerkleRoot() view returns (bytes32)
0x768d440e9576630a9b28302c3944c7e537a8cc59937ddec3f86a1f4dd829e182
symbol() view returns (string)
Suspect
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
bronzeMinted(address) view returns (bool)
canMint(address account, bytes32 merkleRoot, bytes32[] proof) pure returns (bool)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
goldMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
silverMinted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bronzeMint(bytes32[] proof)
freeMint()
goldMint(bytes32[] proof)
publicMint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActivePublic(bool active)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMerkleRootAndFlag(uint32 rootType, bytes32 merkleRoot)
silverMint(bytes32[] proof)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()