Dour Darcels DF
Verified contract
Active on
Ethereum with 1,891 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 "Dour Darcels DF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156516 | 2 days ago | | | 0 | 0.00058439158 | |
| 20950809 | a month ago | | | 0 | 0.00087116710 | |
| 20882540 | a month ago | | | 0 | 0.00043361933 | |
| 20854606 | a month ago | | | 0 | 0.00038986454 | |
| 20657666 | 2 months ago | | | 0 | 0.000084226153 | |
| 20657283 | 2 months ago | | | 0 | 0.00010577804 | |
| 20650027 | 2 months ago | | | 0 | 0.00011481109 | |
| 20649552 | 2 months ago | | | 0 | 0.000055139270 | |
| 20548678 | 3 months ago | | | 0 | 0.000067878101 | |
| 20548312 | 3 months ago | | | 0 | 0.000057510597 |
ABI
ABI objects
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 owner) 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)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
unclaimedTokenIds(uint256) view returns (bool)
State-modifying
Events airdrop(struct DourDarcelsDFSendData[] sendData)
approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
redeem(uint256[] tokenIds)
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setProvenance(string provenance_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setUnclaimedTokenIds(uint256[] tokenIds)
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)
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 contractAddress, string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()