Degen Heroes
Verified contract
Active on
Ethereum with 4,132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.52)
Native
Value
$3.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0011 | $3,196.70 |
$3.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20521662 | 3 months ago | | | 0 | 0.000072789000 | |
| 19544929 | 7 months ago | | | 0 | 0.00092707407 | |
| 17475318 | a year ago | | | 0 | 0.00036611826 | |
| 17356429 | a year ago | | | 0 | 0.00096970208 | |
| 17123110 | 2 years ago | | | 0 | 0.00078351398 | |
| 16881734 | 2 years ago | | | 0 | 0.00028619272 | |
| 16391710 | 2 years ago | | | 0 | 0.00088842023 | |
| 16300446 | 2 years ago | | | 0 | 0.00092153626 | |
| 15845544 | 2 years ago | | | 0 | 0.00024436381 | |
| 15491771 | 2 years ago | | | 0 | 0.00068863125 |
ABI
ABI objects
Getter at block 21161937
CURR_MINT_COST() view returns (uint256)
0
MAX_TOKENS() view returns (uint256)
2000
baseURI() view returns (string)
ipfs://QmNwtMFwdVpJq1nidhkyUVns9xL3fAztEuGq2cXFW7mJPB/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Final, 0, 0, 0, 1, 1, 2000, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Degen Heroes
owner() view returns (address)
0xeefad0f907d37ddaf7ea3a7135dab0a116e7821e
symbol() view returns (string)
DegenHeroes
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlacklisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
blacklistAddresses(address[] users)
mintNFT(uint256 _mintAmount) payable
removeBlacklistAddresses(address[] users)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMints(uint256 amount)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()