Degen Archangels
Verified contract
Active on
Ethereum with 2,017 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 "Degen Archangels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18118360 | a year ago | | | 0 | 0.00021068728 | |
| 16968513 | 2 years ago | | | 0 | 0.0010082177 | |
| 16655978 | 2 years ago | | | 0 | 0.0027959093 | |
| 16575276 | 2 years ago | | | 0 | 0.0010280730 | |
| 16251591 | 2 years ago | | | 0 | 0.00062517894 | |
| 15421328 | 2 years ago | | | 0 | 0.00027790638 | |
| 15411733 | 2 years ago | | | 0 | 0.00034665921 | |
| 15370527 | 2 years ago | | | 0 | 0.00052028491 | |
| 15351703 | 2 years ago | | | 0 | 0.00034754348 | |
| 15329123 | 2 years ago | | | 0 | 0.00057979341 |
ABI
ABI objects
Getter at block 21203793
MAX_PER_WALLET() view returns (uint256)
2
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
3331
name() view returns (string)
Degen Archangels
owner() view returns (address)
0xbcbb5f4adcc6d7159714f25307a6700b870c369e
symbol() view returns (string)
DAS
totalSupply() view returns (uint256)
3331
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
devMint(address to, uint256 count)
mint() 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 url)
setMaxSupply(uint256 newMaxSupply)
start()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()