Divergence
Verified contract
Active on
Ethereum with 2,784 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 "Divergence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20543304 | 4 months ago | | | 0 | 0.000046154875 | |
| 20246189 | 5 months ago | | | 0 | 0.000048492000 | |
| 20246124 | 5 months ago | | | 0 | 0.000040103910 | |
| 19080158 | 10 months ago | | | 0 | 0.00031357462 | |
| 18967516 | a year ago | | | 0 | 0.00034960853 | |
| 18898488 | a year ago | | | 0 | 0.00066009228 | |
| 18897036 | a year ago | | | 0 | 0.00058402293 | |
| 18720011 | a year ago | | | 0 | 0.0014286946 | |
| 18695497 | a year ago | | | 0 | 0.00073498949 | |
| 18552845 | a year ago | | | 0 | 0.00050660865 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSpot(uint256 spotId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userData(address) view returns (uint216 contribution, uint32 tokensClaimed, bool refundClaimed)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address receiver, uint256 qty)
mintAllowlist(uint256 quantity, bytes[] signatures, uint256[] spotIds) payable
mintPublic(uint256 quantity) 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 baseURI)
setClaimGroups(uint256 num)
setPublicSaleState(bool active)
setSaleState(bool active)
setSigner(address _signer)
setSupply(uint256 newSupply)
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)
Bid(address bidder, uint256 bidAmount, uint256 bidderTotal, uint256 bucketTotal)
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(string baseURI)
This contract contains no fallback and receive objects.
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidSignature()
InvalidSignerAddress()
InvalidSpotId()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()