Dour Darcels
Verified contract
Active on
Ethereum with 25,933 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Dour Darcels"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240269 | 3 days ago | | | 0 | 0.00049558105 | |
| 21211489 | 7 days ago | | | 0 | 0.00057620606 | |
| 21201708 | 8 days ago | | | 0 | 0.00067859648 | |
| 21197058 | 9 days ago | | | 0 | 0.00068679755 | |
| 21193479 | 9 days ago | | | 0 | 0.0015982360 | |
| 21193260 | 10 days ago | | | 0 | 0.00071425960 | |
| 21193256 | 10 days ago | | | 0 | 0.0010863458 | |
| 21176561 | 12 days ago | | | 0 | 0.0012700222 | |
| 21170309 | 13 days ago | | | 0 | 0.0012613919 | |
| 21161118 | 14 days ago | | | 0 | 0.00068583722 |
ABI
ABI objects
Getter at block 21261481
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ALLOWLIST_MINT() view returns (uint256)
3
MAX_PUBLIC_MINT() view returns (uint256)
3
MAX_RESERVE_SUPPLY() view returns (uint256)
150
MAX_SUPPLY() view returns (uint256)
10000
PRICE_PER_TOKEN() view returns (uint256)
100000000000000000
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x78f5d5b4c64ecea180dacd8a7ce19376d26c263bd230eb98755d6b7abb493e9e
name() view returns (string)
Dour Darcels
provenance() view returns (string)
ab6748b99e6a09d650271d67296b1400f2a448ddf978cf6fb43944057275a02a
reserveSupply() view returns (uint256)
150
saleActive() view returns (bool)
false
shareholderAddress() view returns (address)
0x7d114763a468db5850ba385ac39d20e5f44d7865
symbol() view returns (string)
DARCEL
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address claimer, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mint(uint256 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool allowListActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance_)
setSaleActive(bool state)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
MerkleRootChanged(bytes32 merkleRoot)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address shareholderAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.