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 "hofa_dao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223891 | 19 hours ago | | | 0 | 0.0010188514 | |
| 21223846 | 19 hours ago | | | 0 | 0.00089077446 | |
| 21223831 | 19 hours ago | | | 0 | 0.00095744908 | |
| 21223829 | 19 hours ago | | | 0 | 0.00087951697 | |
| 21223783 | 19 hours ago | | | 0 | 0.00092755299 | |
| 21223738 | 19 hours ago | | | 0 | 0.0011492623 | |
| 21223735 | 19 hours ago | | | 0 | 0.0011240590 | |
| 21223732 | 19 hours ago | | | 0 | 0.0010753220 | |
| 21223710 | 19 hours ago | | | 0 | 0.0011547983 | |
| 21223706 | 19 hours ago | | | 0 | 0.0012083744 |
ABI
ABI objects
Getter at block 21229490
getCanIncreaseMaxMintableSupply() view returns (bool)
true
getCosigner() view returns (address)
0x194ea7ce80b510d6b872b1d221c6230ebf83bff9
getCrossmintAddress() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
getGlobalWalletLimit() view returns (uint256)
0
getMaxMintableSupply() view returns (uint256)
3333
getMintable() view returns (bool)
true
getNumberStages() view returns (uint256)
3
getTimestampExpirySeconds() view returns (uint64)
300
getTokenURISuffix() view returns (string)
.json
name() view returns (string)
hofa_dao
owner() view returns (address)
0xa17921e0647cd5ee6cdf6bcd168b491d045cc1ff
symbol() view returns (string)
hofa_dao
totalSupply() view returns (uint256)
3333
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
disableIncreaseMaxMintableSupply()
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)
DisableIncreaseMaxMintableSupply()
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()