DuskBreakers
Verified contract
Active on
Ethereum with 17,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUSK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163067 | 15 hours ago | | | 0 | 0.0010530541 | |
| 21155523 | 2 days ago | | | 0 | 0.00050475412 | |
| 21139108 | 4 days ago | | | 0 | 0.00064947341 | |
| 21139012 | 4 days ago | | | 0 | 0.00073209655 | |
| 21138990 | 4 days ago | | | 0 | 0.0014517186 | |
| 21138588 | 4 days ago | | | 0 | 0.0010117367 | |
| 21109241 | 8 days ago | | | 0 | 0.00028717245 | |
| 21107179 | 8 days ago | | | 0 | 0.00011675520 | |
| 21107178 | 8 days ago | | | 0 | 0.00011471760 | |
| 21106699 | 9 days ago | | | 0 | 0.00019979946 |
ABI
ABI objects
Getter at block 21167681
BREAKER_PROVENANCE() view returns (string)
6a0fb9e7a4b14c965ff6d2d55d32b74f528268f0ec9872e831a6b33ae44fb021
BREAKER_SUPPLY() view returns (uint256)
10000
baseTokenURI() view returns (string)
https://api.duskbreakers.gg/metadata/duskbreakers/
breakerPrice() view returns (uint256)
60000000000000000
isUnpausedAndSupplied() view returns (bool)
false
name() view returns (string)
DuskBreakers
nextToken() view returns (uint256)
10000
owner() view returns (address)
0x9c78ddec1f16685ee6e58637a640514a1ed87bc4
play2MintConfig() view returns (uint256 mintMax)
3
presaleConfig() view returns (uint256 mintMax)
2
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13772716
symbol() view returns (string)
DUSK
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
canMint(uint256 numberOfTokens) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasSupply(uint256 numberOfTokens) view returns (bool)
isApprovedForAll(address owner, address operator) 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 addToPlay2Mint(address[] _addresses)
addToPresaleList(address[] _addresses)
addTreasury(address _address)
approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
mintBreaker(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFCFS(bool _fcfsMint)
setPause(bool _pause)
setProvenanceHash(string provenanceHash)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangePlay2MintConfig(uint256 _mintMax)
ChangePresaleConfig(uint256 _mintMax)
FCFSEvent(bool pause)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseEvent(bool pause)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.