DupeSweeper
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 6 additional slots
Balances ($2,675.60)
Native
Value
$2,675.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.79 | $3,386.83 |
$2,675.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16699631 | 2 years ago | | | 0 | 0.0024658530 | |
| 16699615 | 2 years ago | | | 0 | 0.0036195438 | |
| 16623424 | 2 years ago | | | 0.005 | 0.0014513621 | |
| 15635517 | 2 years ago | | | 0.005 | 0.00079229477 | |
| 15634538 | 2 years ago | | | 0.005 | 0.00094164116 | |
| 15584310 | 2 years ago | | | 0.01 | 0.0012036935 | |
| 15192937 | 2 years ago | | | 0.7 | 0.0094888688 | |
| 15149589 | 2 years ago | | | 0.005 | 0.0012174211 | |
| 15146918 | 2 years ago | | | 0.02 | 0.0014068067 | |
| 15146375 | 2 years ago | | | 0.005 | 0.00072711146 |
ABI
ABI objects
Getter at block 21257097 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
dupeCatcherRewardInTokens() view returns (uint256)
10
isPublicMintActive() view returns (bool)
true
maxTokens() view returns (uint256)
10000
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Dupe Sweeper
owner() view returns (address)
0x5927b9c6dde237639bc45c08455fa8f6f1072aa0
symbol() view returns (string)
SWEEP
totalSupply() view returns (uint256)
259
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
numberOfDupesSweptByAddress(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (string)
tokenIdToSVG(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
tokensAreDuplicates(uint256 tokenId1, uint256 tokenId2) view returns (bool)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct DupeSweeperTrait)
State-modifying
Events addLayer(uint256 _layerIndex, struct DupeSweeperTraitDTO[] traits)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
sweepDupes(uint256[] groupA, uint256[] groupB)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()