VERSION THR33
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.57)
Native
Value
$28.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009 | $3,174.96 |
$28.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997945 | 25 days ago | | | 0 | 0.00022949759 | |
| 19614836 | 7 months ago | | | 0 | 0.00095173864 | |
| 19399638 | 8 months ago | | | 0 | 0.0028156367 | |
| 19202266 | 9 months ago | | | 0 | 0.0012827858 | |
| 18148392 | a year ago | | | 0 | 0.00044509130 | |
| 17966055 | a year ago | | | 0 | 0.0013310769 | |
| 17966055 | a year ago | | | 0 | 0.0013310769 | |
| 17966055 | a year ago | | | 0 | 0.0013310769 | |
| 17966055 | a year ago | | | 0 | 0.0013310769 | |
| 17966055 | a year ago | | | 0 | 0.0013310769 |
ABI
ABI objects
Getter at block 21178503
getCosigner() view returns (address)
0x194ea7ce80b510d6b872b1d221c6230ebf83bff9
getCrossmintAddress() view returns (address)
0x0000000000000000000000000000000000000000
getGlobalWalletLimit() view returns (uint256)
0
getMaxMintableSupply() view returns (uint256)
1500
getMintable() view returns (bool)
true
getNumberStages() view returns (uint256)
3
getTimestampExpirySeconds() view returns (uint64)
300
getTokenURISuffix() view returns (string)
.json
name() view returns (string)
VERSION THR33
owner() view returns (address)
0x00a8a6d1a89bd12538b9dd329ca57518bb2eb555
symbol() view returns (string)
version_three
totalSupply() view returns (uint256)
752
Read-only
assertValidCosign(address minter, uint32 qty, uint64 timestamp, bytes signature) view
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getActiveStageFromTimestamp(uint64 timestamp) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCosignDigest(address minter, uint32 qty, uint64 timestamp) view returns (bytes32)
getCosignNonce(address minter) view returns (uint256)
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, uint64 timestamp, bytes signature) payable
mint(uint32 qty, bytes32[] proof, uint64 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
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(struct IERC721MMintStageInfo[] newStages)
setTimestampExpirySeconds(uint64 expiry)
setTokenURISuffix(string suffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateStage(uint256 index, uint80 price, uint32 walletLimit, bytes32 merkleRoot, uint24 maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
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)
SetTimestampExpirySeconds(uint64 expiry)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateStage(uint256 stage, uint80 price, uint32 walletLimit, bytes32 merkleRoot, uint24 maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
Withdraw(uint256 value)
constructor(string collectionName, string collectionSymbol, string tokenURISuffix, uint256 maxMintableSupply, uint256 globalWalletLimit, address cosigner, uint64 timestampExpirySeconds)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CannotUpdatePermanentBaseURI()
CosignerNotSet()
CrossmintAddressNotSet()
CrossmintOnly()
GlobalWalletLimitOverflow()
InsufficientStageTimeGap()
InvalidCosignSignature()
InvalidProof()
InvalidQueryRange()
InvalidStage()
InvalidStageArgsLength()
InvalidStartAndEndTimestamp()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
Mintable()
NoSupplyLeft()
NotEnoughValue()
NotMintable()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StageSupplyExceeded()
TimestampExpired()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()