Degen Heroes
Verified contract
Active on
Ethereum with 2,818 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Degen Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233141 | 9 days ago | | | 0 | 0.00062571572 | |
| 21232904 | 9 days ago | | | 0 | 0.00037922790 | |
| 19873688 | 6 months ago | | | 0 | 0.00011140070 | |
| 19855088 | 7 months ago | | | 0 | 0.00038269077 | |
| 19338251 | 9 months ago | | | 0 | 0.0011503876 | |
| 18816631 | a year ago | | | 0 | 0.0010592101 | |
| 17966169 | a year ago | | | 0 | 0.00084912067 | |
| 17721269 | a year ago | | | 0 | 0.0013216403 | |
| 17389951 | a year ago | | | 0 | 0.0011368677 | |
| 16911757 | 2 years ago | | | 0 | 0.00037087738 |
ABI
ABI objects
Getter at block 21297685
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
https://degenheroes.mypinata.cloud/ipfs/QmdTpg1KFzzFU7sbtmQifUKxL486Hodvg9q5RnzixC6Epd/prereveal.json
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
10000
name() view returns (string)
Degen Heroes
nftPerAddressLimit() view returns (uint256)
4
owner() view returns (address)
0xe840a1fd019f5ef6d792fce380b5a83b4139f7b6
paused() view returns (bool)
true
presale() view returns (bool)
false
presaleCost() view returns (uint256)
0
publicsaleCost() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
DH
totalSupply() view returns (uint256)
1952
uriPrefix() view returns (string)
ipfs://QmVjKqPEvZobdpyaZfLLh4AcFYgeeXAgWkDYYcV3WPdFcG/
uriSuffix() view returns (string)
.json
whitelistMerkleRoot() view returns (bytes32)
0x24de685c28bc870885d58547f75f5ceef2aead01e365057ea7df74753eed5aec
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _reciever)
mintWhitelist(bytes32[] merkleProof, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPresale(bool _state)
setPresaleCost(uint256 _cost)
setPublicsaleCost(uint256 _cost)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withDraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.