WADESIDE
Verified contract
Active on
Ethereum with 1,334 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
22 additional
variables
Balances ($322.78)
Native
Value
$322.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.101 | $3,195.86 |
$322.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122725 | 5 days ago | | | 3 | 0.0015316618 | |
| 21122718 | 5 days ago | | | 3 | 0.0015220333 | |
| 21122708 | 5 days ago | | | 3 | 0.0014424783 | |
| 21122697 | 5 days ago | | | 3 | 0.0013225641 | |
| 21122690 | 5 days ago | | | 3 | 0.0017700876 | |
| 21090627 | 10 days ago | | | 0 | 0.00028837204 | |
| 21074398 | 12 days ago | | | 0 | 0.00038835036 | |
| 21071409 | 12 days ago | | | 3 | 0.0019236112 | |
| 21071399 | 12 days ago | | | 3 | 0.0020915637 | |
| 21071388 | 12 days ago | | | 3 | 0.0018306904 |
ABI
ABI objects
Getter at block 21160857 getAllPrivateParticipants() view returns (address[])
currWeek() view returns (uint256)
36
getMaxMintableSupply() view returns (uint256)
13333
getMinTimeBeforeClaim() view returns (uint256)
3600
getPrivateAuctionEndTime() view returns (uint256)
1708999200
getPrivateAuctionStartTime() view returns (uint256)
1708567200
getPrivatePrice() view returns (uint256)
324390243902439024
getPrivateSupply() view returns (uint256)
1916
getPrivateWithdrawn() view returns (bool)
true
getPublicAuctionStartTime() view returns (uint256)
1709085600
getTokenURISuffix() view returns (string)
.json
getTotalPrivateBid() view returns (uint256)
653990120000000000000
name() view returns (string)
WADESIDE
owner() view returns (address)
0xb025fa0e5224cc6513b83a786f808c735a3cf013
privateAuctionEnded() view returns (bool)
true
privateAuctionStarted() view returns (bool)
true
publicAuctionEnded() view returns (bool)
false
publicAuctionStarted() view returns (bool)
true
symbol() view returns (string)
WADESIDE
totalSupply() view returns (uint256)
9651
transferLocked() view returns (bool)
false
withdrawAccount() view returns (address)
0xb4813f5ff053593844e143c9174497e0c28c2356
Read-only
balanceOf(address owner) view returns (uint256)
computePrice(uint256 week) view returns (uint256, uint256)
currWeek(uint256 time) view returns (uint256 week)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAllParticipants(uint256 week) view returns (address[])
getApproved(uint256 tokenId) view returns (address)
getBidBy(address addr, uint256 week) view returns (uint256)
getNumClaimedBy(address addr, uint256 week) view returns (uint256)
getPrice(uint256 week) view returns (uint256)
getPriceComputed(uint256 week) view returns (bool)
getPrivateAirdropped(address addr) view returns (bool)
getPrivateBidBy(address addr) view returns (uint256)
getPrivateClaimedBy(address addr) view returns (uint256)
getSupply(uint256 week) view returns (uint256)
getTotalBid(uint256 week) view returns (uint256)
getTotalClaimedAtWeek(uint256 week) view returns (uint256)
getTotalClaimedBy(address addr) view returns (uint256)
getWeekClaimed(address addr) view returns (uint256)
getWithrawn(uint256 week) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numClaimable(address addr, uint256 week) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
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[])
totalClaimableAndRefund(address addr) view returns (uint256 claimable, uint256 refund)
totalMintedByAddress(address a) view returns (uint256)
weeklyRefund(address addr, uint256 week) view returns (uint256)
State-modifying
Events airdropAllPrivate(address[] addrs)
airdropAllPublic(address[] addrs)
approve(address to, uint256 tokenId) payable
bulkTransfer(address[] _to, uint256[] _id)
claimAndRefund()
claimAndRelay() payable
endPrivateAuction()
endPublicAuction()
ownerMint(uint32 qty, address to)
ownerMintBulk(address[] _to, uint32[] _qty)
placeBid() payable
placePrivateBid(bytes32[] proof) payable
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()
setComputedPrice(uint256 week)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxMintableSupply(uint256 maxMintableSupply)
setMerkleRoot(bytes32 root)
setMinTimeBeforeClaim(uint256 time)
setPrice(uint256 week, uint256 price, uint256 supply)
setPrivateAuctionEndTime(uint256 time)
setPrivateAuctionStartTime(uint256 time)
setPrivatePrice(uint256 price, uint256 supply)
setPublicAuctionStartTime(uint256 time)
setTokenURISuffix(string suffix)
setTransferLocked(bool locked)
setWithdrawAccount(address addr)
startPrivateAuction()
startPublicAuction()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(uint256 week)
withdrawFinal()
withdrawPrivateFund()
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)
SetBaseURI(string baseURI)
SetMaxMintableSupply(uint256 maxMintableSupply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 value)
constructor(string collectionName, string collectionSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CannotUpdatePermanentBaseURI()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSupplyLeft()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()