DegensAtTable
Verified contract
Active on
Ethereum with 2,834 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 "DegensAtTable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19652125 | 7 months ago | | | 0 | 0.00059169916 | |
| 16704194 | 2 years ago | | | 0 | 0.0016201456 | |
| 16114469 | 2 years ago | | | 0 | 0.00057316017 | |
| 15661972 | 2 years ago | | | 0 | 0.00034767063 | |
| 15661971 | 2 years ago | | | 0 | 0.00032306596 | |
| 15624008 | 2 years ago | | | 0 | 0.00040579244 | |
| 15515167 | 2 years ago | | | 0 | 0.00021428000 | |
| 15515167 | 2 years ago | | | 0 | 0.00023342500 | |
| 15489391 | 2 years ago | | | 0 | 0.00018770164 | |
| 15421514 | 2 years ago | | | 0 | 0.00029186750 |
ABI
ABI objects
Getter at block 21214852
baseURI() view returns (string)
maxSupply() view returns (uint32)
5000
name() view returns (string)
DegensAtTable
onceMax() view returns (uint32)
5
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
DAT
totalSupply() view returns (uint256)
4983
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedMap(address) view returns (bool)
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)
burn(uint32 quality)
freeMint() payable
mint(uint32 quality) 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 uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()