Divergence

Verified contract

Active on Ethereum with 2,784 txns
Deployed by via 0x758912f4 at 15356388
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Divergence"

0xf22ffca447c7be9e2b1c5cbcfb1bfdd0e7c60b0b2e558ddc107a8ddb7f69826f
0xee20d33382adc704bd4521dd87eeebf9cebdb81410ac78dc340a7149bcbb8081
0x9e90d05d352b3472c9b06b070d396733368afc7fd8ec93874913762bccf3dc9d
0xe8074317eff2f0a3be242fe5f828e01ac342548048735e14647ce44a3ccbecd5
0x53b33d8f40d98998edaa197a5bd41106892cfe943e77ffe54dfa2d90c8b6097e
0x99c186c4e32009b289ac389d8e4820d8f692f694f7071251a32d2d8c48bad61a
0x193833a967b235287e0ba964539a6a2c7cff0dd15d240e6270ca93ddef7f6617
0x43a0ff102c4dd634ccc4f73b9abb156a754af4ced2a36be34c8bf7ede4ec90eb
0xf027b07291e1cca12e1d293d188dff58b2f27b9eaab3767e7f347b304a79a809
From
0xec437a319ad0c945e71ee5537628d969bdf457d8adf87fc4f250cab3c28c7cb5

Functions
Getter at block 21317257
_baseTokenURI(view returns (string)
ipfs://QmSqgnoigJPAoQNcLytkmMBXiRWNSFHUTJCjKisuSMksma/
name(view returns (string)
Divergence
owner(view returns (address)
0xb15c7bd982641be78c96ef1fede5f483a930ce99
publicSaleActive(view returns (bool)
true
saleActive(view returns (bool)
true
symbol(view returns (string)
DIV
totalSupply(view returns (uint256)
4884
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValidSpot(uint256 spotIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userData(addressview returns (uint216 contributionuint32 tokensClaimedbool refundClaimed)
State-modifying
approve(address touint256 tokenId
devMint(address receiveruint256 qty
mintAllowlist(uint256 quantitybytes[] signaturesuint256[] spotIdspayable 
mintPublic(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setClaimGroups(uint256 num
setPublicSaleState(bool active
setSaleState(bool active
setSigner(address _signer
setSupply(uint256 newSupply
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
Bid(address bidderuint256 bidAmountuint256 bidderTotaluint256 bucketTotal
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidSignature(
InvalidSignerAddress(
InvalidSpotId(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(