Devolve Collectible

Verified contract

Active on Ethereum with 1,783 txns
Deployed by via 0x1ea5bd1b at 14839414
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 23 additional slots

No balances found for "Devolve Collectible"

0xb0348c6c6e075c2e7310fc982fe10a1161a3421b39d1d95f2a84e9bc02d57f98
0xecb1d848c3b5af13795f2dc9bb392838214b66652e35790a346c37b7887c9548
0x91a7b9a1578b6e32131fdaad4e6859c0e4468874e9d6c387f5cef7d35eb76a97
0x6bc368a0266081e70a8b5e17250d8452f2cd88fe3e580afb86764f7c03134c3a
0xc9080377f515cf9b2e19b9d49bdd577a73a90cdda7b18feb0e8746464bac2c9d
0xab9780d2c9ecd1d798b88c68462c076676ac40ac9084b62a431440da90054834
0xd00738ba2942d09714e9e13be2777b13b58bb3b289983e6edfabb9db456b81ba
0x1b9724e07853bbaf2da88dd142eb9241ff669db858060a6b90712b181f39d744
0xa6703ab958e8e982281168065e3389634dfd596740d392417e39bd7ac0bb6619
0x77f56c7f80f2c0b5166ad34564d0c9838e7ceb5dda912b0b84c99192272e6eb6

Functions
Getter at block 20928885
MAX_WISEMEN(view returns (uint256)
5376
NUMBER_OF_LEVELS(view returns (uint256)
8
baseURI(view returns (string)
https://cdn.devolvenfts.com/json/
maxWisemanPurchase(view returns (uint256)
20
name(view returns (string)
Devolve Collectible
owner(view returns (address)
0xe83c02b693c5833331a265dc1f4d82452ca7984f
resAllocation(view returns (uint256)
1662
resMinted(view returns (uint256)
1328
symbol(view returns (string)
DEVOLVE
totalSupply(view returns (uint256)
3125
wisemanPrice(view returns (uint256)
10000000000000000
Read-only
MAX_WISEMEN_PER_BLOODLINE(uint256view returns (uint16)
addressData(address ownerview returns (struct ERC721DAddressData)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getLevelMintTotals(uint16 levelview returns (uint16[5] survivorsuint16[5] zombies)
isApprovedForAll(address owneraddress operatorview returns (bool)
levelMeta(uint256view returns (bool survivorDevolveIsActivebool zombieDevolveIsActive)
metaToTokenId(uint256 leveluint256 devolveduint256 positionpure returns (uint256)
mintTotal(uint16 levelview returns (uint16)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToMeta(uint256 tokenIdpure returns (uint256 leveluint256 devolveduint256 position)
tokenMeta(uint256 tokenIdview returns (struct ERC721DTokenOwnership)
tokenMetasOfOwner(address ownerview returns (uint256[] tokenIdsstruct ERC721DTokenOwnership[] metas)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
deleteDefaultRoyalty(
devolve(uint256 tokenId1uint256 tokenId2
mintWL(address touint8 bloodlinebool oguint256 amountuint256 minuint256 maxuint256 priceuint256 startuint256 endbytes32 proofbytes signaturepayable 
mintWiseman(uint8 bloodlineuint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxPurchase(uint256 qty
setMintPrice(uint256 price
setResAllocation(uint256 qty
setSignerAddress(address _signerAddress
toggleDevolveState(uint256 levelbool devolved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Devolve(uint256 indexed tokenId1uint256 indexed tokenId2uint256 indexed resultTokenIduint256 devolvedTokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
DevolveLevelNotActive(
DevolveNoMoreLevels(
DevolveTokenNotOwned(
DevolveTokensNotSameBloodline(
DevolveTokensNotSameDevolveState(
DevolveTokensNotSameLevel(
DevolveTokensSameId(
MetaQueryForNonexistentToken(
MintExceedsMaxAllocation(
MintExceedsMaxBloodlineSupply(
MintExceedsMaxPerTx(
MintExceedsMaxSupply(
MintExceedsReservedAllocation(
MintInsufficientFunds(
MintInvalidBloodline(
MintInvalidProof(
MintInvalidSignature(
MintSaleNotActive(
MintToZeroAddress(
MintUnderMinimumRequirement(
MintWithInvalidMetadata(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SettingsInvalidLevel(
SettingsInvalidResAllocation(
SettingsInvalidSignerAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(