Wassieverse
Verified contract
Active on
Ethereum with 3,063 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
No balances found for "Wassieverse"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295007 | 14 days ago | | | 0 | 0.00036065280 | |
| 21291117 | 15 days ago | | | 0 | 0.00013514804 | |
| 21291116 | 15 days ago | | | 0 | 0.00013470906 | |
| 21243747 | 21 days ago | | | 0 | 0.00083901968 | |
| 21243745 | 21 days ago | | | 0 | 0.0011086123 | |
| 21243101 | 21 days ago | | | 0 | 0.00049210572 | |
| 21243082 | 21 days ago | | | 0 | 0.00055239449 | |
| 21101523 | a month ago | | | 0 | 0.00031602389 | |
| 21081005 | a month ago | | | 0 | 0.00034796087 | |
| 20966331 | 2 months ago | | | 0 | 0.00038814197 |
ABI
ABI objects
Getter at block 21396224
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
METADATA_ROLE() view returns (bytes32)
0x6bd6b5318a46e5fff572d5e4258a20774aab40cc35ac7680654b9081fcc82f80
REVEAL_GRACE_PERIOD() view returns (uint256)
1209600
REVEAL_ROLE() view returns (bytes32)
0x006b97d3b00e0cfa27932db8d8710f84e2b8d72f339a1e910bf97a09597e99d6
ROYALTIES_ROLE() view returns (bytes32)
0xc1548a18d6737e6c2687f3c32faa16a7b067bcc7ff7bfb5eb1bf50f8977c0de3
SALE_ROLE() view returns (bytes32)
0x4913d4da5605218c48834fed44bccb6bdddd90d4fdf48923cf059a07f6fe4a77
animatedBaseURI() view returns (string)
animatedURICommited() view returns (bool)
false
getBatchCount() view returns (uint256)
54
name() view returns (string)
Wassieverse
owner() view returns (address)
0x7e13ba2032944c66343be026b9fe50f7cfe7091a
pricePub() view returns (uint256)
330000000000000000
priceWhitelist() view returns (uint256)
300000000000000000
publicMax() view returns (uint16)
4
regularBaseURI() view returns (string)
ipfs://QmTKeeuZRT6X6EPMbwC8Jo48wgHfhjgMaxQLMd2E5KECzK/
remainingSupply() view returns (uint16)
11791
revealGracePeriodEnd() view returns (uint256)
1660320000
rng() view returns (bytes32)
0x3a8d778774442381496f1bd5c759c940351499909c20ef282ba50ce83309c3de
startPublic() view returns (uint64)
1659283200
startWhitelist() view returns (uint64)
1659110400
symbol() view returns (string)
WASSIE
totalSupply() view returns (uint256)
1579
unrevealedURI() view returns (string)
ipfs://QmVqqtxPivFRZYDVsrvoWHEKSNY2gEWKoE1KMqGYPtW3Pq
whitelistMax() view returns (uint16)
2
Read-only
balanceOf(address owner) view returns (uint256)
baseURIFor(uint256 _id) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMints(address) view returns (uint16)
randomness(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shuffleID(uint256 _id) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
unshuffleId(uint256 _shuffledId) view returns (uint256 id)
whitelistMints(address) view returns (uint16)
State-modifying
Events approve(address to, uint256 tokenId)
commitAnimatedURI()
deleteDefaultRoyalty()
flipURI(uint256 _id, bool _v)
forceReveal(uint256 _batchIdx)
grantRole(bytes32 role, address account)
mintPublic(uint16 _quantity) payable
mintWhitelist(bytes32[] _proof, uint16 _quantity) payable
publicReveal(uint256 _batchIdx)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimatedURI(string _animatedBaseURI)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setNewDates(uint64 _whitelistStart, uint64 _publicStart)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRegularBaseURI(string _newRegularBaseURI)
updateUnrevealedURI(string _newUnrevealedURI)
withdraw()
withdrawERC20(address token, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawn(address indexed to, uint256 amount)
constructor(uint64 _startWhitelist, uint64 _startPublic, uint256 _priceWhitelist, uint256 _pricePub, uint16 _supply, uint16 _whitelistMax, uint16 _publicMax, bytes32 _whitelistMerkleRoot, uint16 _revealBatchSize, string _baseURI, string _unrevealedURI)
This contract contains no fallback and receive objects.
AccountMaxExceeded()
AnimatedURINotYetCommited()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
BatchAlreadyRevealed()
BatchNotFullYet()
CannotChangeURI()
GracePeriodNotOverYet()
InvalidArguments()
InvalidURI()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotEnoughSupplyLeft()
NotWhitelisted()
OwnerQueryForNonexistentToken()
PublicSaleClosed()
RNGInvalidArgs()
SalesNotOverYet()
SettingsNowImmutable()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnexpectedETHAmount(uint256 given, uint256 expected)
WhitelistSaleClosed()