DegenBeings NFT
Verified contract
Active on
Ethereum with 7,336 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 "DegenBeings NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210201 | 8 days ago | | | 0 | 0.00047129296 | |
| 21209812 | 8 days ago | | | 0 | 0.00050579349 | |
| 21209810 | 8 days ago | | | 0 | 0.00094142528 | |
| 21134164 | 18 days ago | | | 0 | 0.00026002788 | |
| 21115760 | 21 days ago | | | 0 | 0.00055693518 | |
| 21012780 | a month ago | | | 0 | 0.00039436808 | |
| 20983159 | a month ago | | | 0 | 0.00022157303 | |
| 20501298 | 3 months ago | | | 0 | 0.000044380423 | |
| 20139679 | 5 months ago | | | 0 | 0.00022180868 | |
| 19543135 | 8 months ago | | | 0 | 0.0010105606 |
ABI
ABI objects
Getter at block 21265467
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
0
_isActive() view returns (bool)
true
amountForPublic() view returns (uint256)
2
amountForTeam() view returns (uint256)
200
maxPublicTx() view returns (uint256)
2
name() view returns (string)
DegenBeings NFT
owner() view returns (address)
0xe5c54fa0579f60b3d86b2a56080e1e31e77608c5
symbol() view returns (string)
DBEINGS
totalSupply() view returns (uint256)
10000
Read-only
_amountCounter(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
publicSaleMint(uint256 quantity, address to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(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()