Dour Darcels DF

Verified contract

Active on Ethereum with 1,891 txns
Deployed by via 0x3d2b4bbe at 15008400
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dour Darcels DF"

0xb2b4fefa7805cd2f72d39e3c6715a7f735c9a5aea761fa5ea693ee88d0abd5b2
0xfa5f98a3e5dfe421113e6e4ca5d65372c05a76d844fdc202ae152b3060d875fc
0x051b1575543e6ebb4276c1a6af3d7bb5eefc87dcea9670b80fe6ce738712f17c
0x13aa922b9c6549dcb33bb231967a69a3bf47f734268f7364135f5c59d0b055b4
0xa5458477d52784d5156ba0ff126ad2c8bcc051c2c0ba8a470aa36dad81849ae0
0x3d0997dca20aaa105e840a0142461d863468f411bb622d4c4286cf28657af394
0xc09d0924c0374e625cf7986d9782b628a02a5c3ad600a008a93cc4f5c269acd1
0xc558128e4e6e36b3a47f8e298e6b03b5ed289cf91675c505216ece92dff97abb
0x729802be9d6316cccf93d2029bfff238ea87854e0967e79775a2e09fefca67c5
0x61c12692eb1a73d3bf3b1230c8fbe2cc6e904d3855d655ff58ef3976125c1fad

Functions
Getter at block 21169262
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SUPPORT_ROLE(view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
baseContractAddress(view returns (address)
0x8d609bd201beaea7dccbfbd9c22851e23da68691
name(view returns (string)
Dour Darcels DF
owner(view returns (address)
0x03ce02194553102794835668dc24a438af21c074
provenance(view returns (string)
symbol(view returns (string)
DARCELDF
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
unclaimedTokenIds(uint256view returns (bool)
State-modifying
airdrop(struct DourDarcelsDFSendData[] sendData
approve(address touint256 tokenId
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
redeem(uint256[] tokenIds
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setProvenance(string provenance_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setUnclaimedTokenIds(uint256[] tokenIds
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address contractAddressstring namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(