Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$DOSA2.0 | ERC-20 | 6.465743M | -- | -- | |
AZRA | ERC-20 | 6.057803M | -- | -- | |
$DosaBomb | ERC-20 | 2.973316M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197829 | 17 hours ago | | | 0 | 0.0010114879 | |
| 21197732 | 17 hours ago | | | 0 | 0.00074492946 | |
| 21197731 | 17 hours ago | | | 0 | 0.00074318190 | |
| 21197724 | 17 hours ago | | | 0 | 0.00082114915 | |
| 21197694 | 17 hours ago | | | 0 | 0.00085793373 | |
| 21197662 | 17 hours ago | | | 0 | 0.00093644105 | |
| 21197637 | 18 hours ago | | | 0 | 0.00097458527 | |
| 21194725 | a day ago | | | 0 | 0.0010757613 | |
| 21190059 | 2 days ago | | | 0 | 0.00069937972 | |
| 21187828 | 2 days ago | | | 0 | 0.0012231701 |
ABI
ABI objects
Getter at block 21202872
getActiveStage() view returns (uint256)
2
getCosigner() view returns (address)
0x194ea7ce80b510d6b872b1d221c6230ebf83bff9
getCrossmintAddress() view returns (address)
0x0000000000000000000000000000000000000000
getGlobalWalletLimit() view returns (uint256)
1
getMaxMintableSupply() view returns (uint256)
5555
getMintable() view returns (bool)
true
getNumberStages() view returns (uint256)
3
getTokenURISuffix() view returns (string)
.json
name() view returns (string)
HOPE
owner() view returns (address)
0x971c804ca0c034553ef0d31a55d8381488317149
symbol() view returns (string)
HOPE
totalSupply() view returns (uint256)
5555
Read-only
assertValidCosign(address minter, uint32 qty, uint256 timestamp, bytes signature) view
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getCosignDigest(address minter, uint32 qty, uint256 timestamp) view returns (bytes32)
getStageInfo(uint256 index) view returns (struct IERC721MMintStageInfo, uint32, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalMintedByAddress(address a) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
crossmint(uint32 qty, address to, bytes32[] proof, uint256 timestamp, bytes signature) payable
mint(uint32 qty, bytes32[] proof, uint256 timestamp, bytes signature) payable
ownerMint(uint32 qty, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setActiveStage(uint256 activeStage)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBaseURIPermanent()
setCosigner(address cosigner)
setCrossmintAddress(address crossmintAddress)
setGlobalWalletLimit(uint256 globalWalletLimit)
setMaxMintableSupply(uint256 maxMintableSupply)
setMintable(bool mintable)
setStages(uint256[] prices, uint32[] walletLimits, bytes32[] merkleRoots, uint256[] maxStageSupplies)
setTokenURISuffix(string suffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateStage(uint256 index, uint256 price, uint32 walletLimit, bytes32 merkleRoot, uint256 maxStageSupply)
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)
PermanentBaseURI(string baseURI)
SetActiveStage(uint256 activeStage)
SetBaseURI(string baseURI)
SetCosigner(address cosigner)
SetCrossmintAddress(address crossmintAddress)
SetGlobalWalletLimit(uint256 globalWalletLimit)
SetMaxMintableSupply(uint256 maxMintableSupply)
SetMintable(bool mintable)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateStage(uint256 stage, uint256 price, uint32 walletLimit, bytes32 merkleRoot, uint256 maxStageSupply)
constructor(string collectionName, string collectionSymbol, string tokenURISuffix, uint256 maxMintableSupply, uint256 globalWalletLimit, address cosigner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CannotUpdatePermanentBaseURI()
CosignerNotSet()
CrossmintAddressNotSet()
CrossmintOnly()
GlobalWalletLimitOverflow()
InvalidCosignSignature()
InvalidProof()
InvalidQueryRange()
InvalidStage()
InvalidStageArgsLength()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSupplyLeft()
NotEnoughValue()
NotMintable()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StageSupplyExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()