DegenDevil

Verified contract

Active on Ethereum with 273 txns
Deployed by via 0x0fdd69dd at 14839468
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DegenDevil"

0xb78d76fb43feb34673a20c695d82435fa385ed266e5828c3359b1d41c5c354b7
0x53599e89da651699f77d9dd1a024d9d693f7b3f4da699243d667d862229ac654
0x18cf013adc606e9ba68c9ddac64b5e3ccd15a6dd030aa062f5c2212003b1e038
0x1534bf1dd40415837bd97b1f48173291eb739eed647a320dfa9550ec45ba6448
0xc406168a0c534baf0251606811b6e48af8b8ee31be0fbcd07dfccd7e00310995
0x9177a9146f4243ca89f8b60159ad0188b2da4ad8c05896fc33a465c34c3b07f6
0x547dc590b1118b5269bf9814766818612f6f240fd279d74c4f5fe348e2aa40dd
0x9a1126e406e0a764fd6a93f8ca7cf9d8408b1952ed1053c6bd17b9db93b04239
0x52af76c8c6bb10720c1157708d37edf46c37b901286a970eea7fda00355ac762
0x3d106fc48f0311647ca62a66024f5b246acacd5d33f1f3dba7f35ff988d2e0c1

Functions
Getter at block 20931571
FREE_MAX_SUPPLY(view returns (uint256)
111
MAX_PER_TX(view returns (uint256)
10
MAX_PER_TX_FREE(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
666
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmaoW8ntSyfD872Gfc3BHubhEF7x92VzNSjWaGq8nPraa2/
contractURI(view returns (string)
ipfs://QmSE2LfMk3Dj6PcJgRpF53xbyh3gzyUgdAJyLjvGjkyAGf
name(view returns (string)
DegenDevil
owner(view returns (address)
0xf9455878202507bdeeef93f1ceffb69308c59334
paused(view returns (bool)
false
price(view returns (uint256)
2000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
DEGEN
totalSupply(view returns (uint256)
666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
config(
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
setMAX_SUPPLY(uint256 newSupply
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(