NonconformistDucks
Verified contract
Active on
Ethereum with 12,348 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 "NonconformistDucks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210955 | 5 hours ago | | | 0 | 0.00040067489 | |
| 21210171 | 7 hours ago | | | 0 | 0.00040695756 | |
| 21210086 | 7 hours ago | | | 0 | 0.00044294014 | |
| 21209039 | 11 hours ago | | | 0 | 0.00054153005 | |
| 21207225 | 17 hours ago | | | 0 | 0.00039366041 | |
| 21206226 | 20 hours ago | | | 0 | 0.00045969300 | |
| 21205457 | a day ago | | | 0 | 0.00044128094 | |
| 21205175 | a day ago | | | 0 | 0.00037552354 | |
| 21205175 | a day ago | | | 0 | 0.00037620446 | |
| 21204652 | a day ago | | | 0 | 0.00052586537 |
ABI
ABI objects
Getter at block 21212325
_baseURL() view returns (string)
https://og.nonconformistducks.com/metadata/
_provenanceHash() view returns (string)
maxSupply() view returns (uint256)
10000
name() view returns (string)
NonconformistDucks
owner() view returns (address)
0x1c94645e67837a56104d3c7c7de9fb3af83fe5de
symbol() view returns (string)
NCD
totalSupply() view returns (uint256)
10000
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)
setBaseURL(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.