Duet
Verified contract
Proxy
Active on
Ethereum with 772 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Duet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17684541 | a year ago | | | 0 | 0.00059372496 | |
| 17684540 | a year ago | | | 0 | 0.00058439483 | |
| 17684536 | a year ago | | | 0 | 0.00057254638 | |
| 17684492 | a year ago | | | 0 | 0.00060264164 | |
| 16911167 | 2 years ago | | | 0 | 0.00072724863 | |
| 16785940 | 2 years ago | | | 0 | 0.0036243137 | |
| 16776211 | 2 years ago | | | 0 | 0.00085071915 | |
| 16774421 | 2 years ago | | | 0 | 0.0012581870 | |
| 16774324 | 2 years ago | | | 0 | 0.0011813488 | |
| 16774316 | 2 years ago | | | 0 | 0.0012879957 |
ABI
ABI objects
Getter at block 21214386
implementation() view returns (address)
0xd6b656ec523afcfa22e3a0667941d1729f701614
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
initialized() view returns (bool)
true
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
999
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Duet
owner() view returns (address)
0xc3fa041ddbcb331301d2404427aede6bf99dff8a
symbol() view returns (string)
DUET
totalSupply() view returns (uint256)
999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()