ScorchingDucks
Verified contract
Active on
Ethereum with 10,846 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f4b…8e45
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCD | ERC-721 | 1 | -- | -- | |
SCD | ERC-721 | 1 | -- | -- | |
SCD | ERC-721 | 1 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162295 | an hour ago | | | 0 | 0.00063292844 | |
| 21154056 | a day ago | | | 0 | 0.00051551653 | |
| 21154012 | a day ago | | | 0 | 0.00050167933 | |
| 21149398 | 2 days ago | | | 0 | 0.00042713126 | |
| 21122326 | 6 days ago | | | 0 | 0.0013611118 | |
| 21117897 | 6 days ago | | | 0 | 0.00022633186 | |
| 21104589 | 8 days ago | | | 0 | 0.00021726343 | |
| 21104563 | 8 days ago | | | 0 | 0.00015900238 | |
| 21087761 | 10 days ago | | | 0 | 0.00046904892 | |
| 21087733 | 10 days ago | | | 0 | 0.00058722907 |
ABI
ABI objects
Getter at block 21162521
_baseURL() view returns (string)
https://hell.nonconformistducks.com/metadata/
_provenanceHash() view returns (string)
maxSupply() view returns (uint256)
10000
name() view returns (string)
ScorchingDucks
owner() view returns (address)
0x1c94645e67837a56104d3c7c7de9fb3af83fe5de
symbol() view returns (string)
SCD
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)
scorchDuckToOGDuck(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState()
flipScorchingState()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
scorchNDucks(uint256[] tokenIds)
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)
ScorchMultiple(address _from, uint256[] _tokenIds)
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.