DWCNFTGENESIS
Verified contract
Active on
Ethereum with 2,523 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 "DWCNFTGENESIS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19505713 | 8 months ago | | | 0 | 0.0010013400 | |
| 19226862 | 9 months ago | | | 0 | 0.0021119373 | |
| 18798114 | a year ago | | | 0 | 0.00088051706 | |
| 18476056 | a year ago | | | 0 | 0.00032670498 | |
| 17737152 | a year ago | | | 0 | 0.0011190627 | |
| 17576670 | a year ago | | | 0 | 0.00078317125 | |
| 17568618 | a year ago | | | 0 | 0.00060333843 | |
| 17465274 | a year ago | | | 0 | 0.00040024129 | |
| 17092241 | 2 years ago | | | 0 | 0.0020307389 | |
| 17073904 | 2 years ago | | | 0 | 0.0022186567 |
ABI
ABI objects
Getter at block 21201715
CarbonMerkleRoot() view returns (bytes32)
0x72c627d82470e61c95afa4a9e4af5337066851db9e4343b5144dd681d5b3a2cc
DiamondMerkleRoot() view returns (bytes32)
0x6c587cd1f5ac0680190b199a97a02648be03424c496a51cb22a29f38c562b504
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWSMXQSpdtFAqwvDVtGQxeNpRX9hdMp5XctzMj3dtXb9N/
carbonSaleOpen() view returns (bool)
true
diamondSaleOpen() view returns (bool)
false
getBalance() view returns (uint256)
0
owner() view returns (address)
0xfaa2aeb3bc3b7f5713bb15f326cc9880891409c3
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
whitelistClaimedDiamond(address) view returns (bool)
State-modifying
Events carbonSale(bytes32[] _merkleProof) payable
diamondSale(bytes32[] _merkleProof) payable
flipToCarbonSale()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCarbonMerkleRoot(bytes32 incomingBytes)
setDiamondMerkleRoot(bytes32 incomingBytes)
transferOwnership(address newOwner)
withdrawContractEther(address recipient)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.